var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Menu',
    bIsWebPath:true,
    sUrl:'menu.html',"childArray" : [
    {   sTitle:'Desserts',
        bIsWebPath:true,
        sUrl:'deserts.html'
    }]
},
{   sTitle:'Meal Deals',
    bIsWebPath:true,
    sUrl:'mealdeals.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Finding Us',
    bIsWebPath:true,
    sUrl:'location.html'
}]
});
