var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services We Offer',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sTitle:'Domestic',
        bIsWebPath:true,
        sUrl:'domestic.html'
    },
    {   sTitle:'Industrial',
        bIsWebPath:true,
        sUrl:'industrial.html'
    }]
},
{   sTitle:'Contact Details',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
