var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Site Survey',
    'bIsWebPath':true,
    'sUrl':'site_survey.html'
},
{   'sTitle':'Offers',
    'bIsWebPath':true,
    'sUrl':'offers.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'page2.html',"childArray" : [
    {   'sTitle':'Services',
        'bIsWebPath':true,
        'sUrl':'services.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
