var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.htm'
},
{   sTitle:'Projects',
    bIsWebPath:true,
    sUrl:'projects.htm'
},
{   sTitle:'Recruitment',
    bIsWebPath:true,
    sUrl:'recruitment.htm'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.htm'
}]
});
