var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Project Services',
    bIsWebPath:true,
    sUrl:'projectservices.html',
    sTarget:'_self'
},
{   sTitle:'Installation',
    bIsWebPath:true,
    sUrl:'installation.html',
    sTarget:'_self'
},
{   sTitle:'Project Portfolio',
    bIsWebPath:true,
    sUrl:'projectportfollio.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html',
    sTarget:'_self'
}]
});
