var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Hello',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'What\'s in Store?',
    bIsWebPath:true,
    sUrl:'whatsinstore.html'
},
{   sTitle:'Location',
    bIsWebPath:true,
    sUrl:'location.html'
},
{   sTitle:'Well Worth A Visit!',
    bIsWebPath:true,
    sUrl:'wellworthavisit.html'
}]
});
