var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Contact Me',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Career',
    bIsWebPath:true,
    sUrl:'career.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
}]
});
