var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'WORK',
    bIsWebPath:true,
    sUrl:'work.html'
},
{   sTitle:'WHAT WE DO',
    bIsWebPath:true,
    sUrl:'whatwedo.html'
},
{   sTitle:'CONTACT',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
