var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'page2.html',"childArray" : [
    {   'sTitle':'General Services',
        'bIsWebPath':true,
        'sUrl':'page4.html'
    },
    {   'sTitle':'Landlord Services',
        'bIsWebPath':true,
        'sUrl':'page5.html'
    },
    {   'sTitle':'Portable Appliance Testing (PAT)',
        'bIsWebPath':true,
        'sUrl':'page6.html'
    }]
},
{   'sTitle':'Solar PV Installation',
    'bIsWebPath':true,
    'sUrl':'page8.html'
},
{   'sTitle':'About',
    'bIsWebPath':true,
    'sUrl':'page7.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'page3.html'
}]
});
