var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'WRDC Business Centres',
    bIsWebPath:true,
    sUrl:'business_centres.html',"childArray" : [
    {   sTitle:'Newton Stewart Business Centre',
        bIsWebPath:true,
        sUrl:'nsbusiness_centre.html'
    },
    {   sTitle:'Stranraer Business Centre',
        bIsWebPath:true,
        sUrl:'stran_business_centre.html'
    }]
},
{   sTitle:'How To Find Us',
    bIsWebPath:true,
    sUrl:'how to find us.html'
}]
});
