var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'MENU',
    'bIsWebPath':true,
    'sUrl':'menu.html'
},
{   'sTitle':'LOCATIONS',
    'bIsWebPath':true,
    'sUrl':'location.html'
},
{   'sTitle':'CAREERS',
    'bIsWebPath':true,
    'sUrl':'careers.html'
},
{   'sTitle':'SPECIALS',
    'bIsWebPath':true,
    'sUrl':'specials.html'
},
{   'sTitle':'JOIN THE CLUB',
    'bIsWebPath':true,
    'sUrl':'page7.html'
}]
});
