var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Menu',
    'bIsWebPath':true,
    'sUrl':'menu.html'
},
{   'sTitle':'Wine List',
    'bIsWebPath':true,
    'sUrl':'winelist.html',"childArray" : [
    {   'sTitle':'White Wine',
        'bIsWebPath':true,
        'sUrl':'winelist/whitewine.html'
    },
    {   'sTitle':'Red Wine',
        'bIsWebPath':true,
        'sUrl':'winelist/redwine.html'
    },
    {   'sTitle':'Rosé Wine',
        'bIsWebPath':true,
        'sUrl':'winelist/rosewine.html'
    },
    {   'sTitle':'Champagne',
        'bIsWebPath':true,
        'sUrl':'winelist/champagne.html'
    }]
},
{   'sTitle':'Beers',
    'bIsWebPath':true,
    'sUrl':'beers.html',"childArray" : [
    {   'sTitle':'2011 Beer Festival',
        'bIsWebPath':true,
        'sUrl':'beer-festival-2011.html'
    }]
},
{   'sTitle':'Awards',
    'bIsWebPath':true,
    'sUrl':'awards.html'
},
{   'sTitle':'Private Functions',
    'bIsWebPath':true,
    'sUrl':'privatefunctions.html'
},
{   'sTitle':'Bed & Breakfast',
    'bIsWebPath':true,
    'sUrl':'bedandbreakfast.html',"childArray" : [
    {   'sTitle':'Reservations',
        'bIsWebPath':true,
        'sUrl':'reservations.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
}]
});
