var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sTitle:'Plastering',
        bIsWebPath:true,
        sUrl:'plastering.html'
    },
    {   sTitle:'Building Work',
        bIsWebPath:true,
        sUrl:'buildingwork.html'
    }]
},
{   sTitle:'News & Updates',
    bIsWebPath:true,
    sUrl:'newsupdates.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
