var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_us.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sDescription:'Supply and instalation of new bathrooms',
        sTitle:'Bathroom',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'services.html#Bathrooms'
    },
    {   sDescription:'Supply and instalation of new kitchens',
        sTitle:'Kitchen',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'services.html#kitchens'
    },
    {   sDescription:'Complete property maintenance services',
        sTitle:'Maintenance',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'services.html#Maintenance'
    },
    {   sDescription:'Supply and Install complete Out Building',
        sTitle:'OutBuilding',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'services.html#Out_Building'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
},
{   sTitle:'Testimonies',
    bIsWebPath:true,
    sUrl:'testimonies.html'
}]
});
