var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'CONTACT',
    bIsWebPath:true,
    sUrl:'page17.html'
},
{   sTitle:'LOCATION',
    bIsWebPath:true,
    sUrl:'page3.html',
    sTarget:'_self'
}]
});