var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Specials',
    bIsWebPath:true,
    sUrl:'specials.html'
},
{   sTitle:'Locations',
    bIsWebPath:true,
    sUrl:'locations.html'
}]
});