var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Menus',
    bIsWebPath:true,
    sUrl:'menus.html',"childArray" : [
    {   sTitle:'Lunch',
        bIsWebPath:true,
        sUrl:'lunch.html'
    },
    {   sTitle:'Dinner',
        bIsWebPath:true,
        sUrl:'dinner.html'
    },
    {   sTitle:'Tasting Menu',
        bIsWebPath:true,
        sUrl:'taster.html'
    },
    {   sTitle:'Champagne Evening',
        bIsWebPath:true,
        sUrl:'champseve.html'
    },
    {   sTitle:'Valentine\'s Day 2012',
        bIsWebPath:true,
        sUrl:'valentines.html'
    },
    {   sTitle:'Hogmanay 2011 (History Now)',
        bIsWebPath:true,
        sUrl:'hogmanay.html'
    }]
},
{   sTitle:'Wines',
    bIsWebPath:true,
    sUrl:'wines.html',"childArray" : [
    {   sTitle:'Champagnes etc.',
        bIsWebPath:true,
        sUrl:'champagnes.html'
    },
    {   sTitle:'By The Glass',
        bIsWebPath:true,
        sUrl:'bytheglass.html'
    },
    {   sTitle:'Half Bottles',
        bIsWebPath:true,
        sUrl:'halfbottles.html'
    },
    {   sTitle:'French White',
        bIsWebPath:true,
        sUrl:'frenchwhite.html',"childArray" : [
        {   sTitle:'White Regional',
            bIsWebPath:true,
            sUrl:'whiteregional.html'
        },
        {   sTitle:'White Alsace',
            bIsWebPath:true,
            sUrl:'alsace.html'
        },
        {   sTitle:'White Loire',
            bIsWebPath:true,
            sUrl:'loire.html'
        },
        {   sTitle:'White Rhone',
            bIsWebPath:true,
            sUrl:'rhone.html'
        },
        {   sTitle:'White Bordeaux',
            bIsWebPath:true,
            sUrl:'whitebordeaux.html'
        },
        {   sTitle:'White Burgundy',
            bIsWebPath:true,
            sUrl:'whiteburgundy.html'
        }]
    },
    {   sTitle:'German White',
        bIsWebPath:true,
        sUrl:'germanwhite.html'
    },
    {   sTitle:'Austrian White',
        bIsWebPath:true,
        sUrl:'austrianwhite.html'
    },
    {   sTitle:'Spanish White',
        bIsWebPath:true,
        sUrl:'spainwhite.html'
    },
    {   sTitle:'Chilean White',
        bIsWebPath:true,
        sUrl:'chilewhite.html'
    },
    {   sTitle:'Italian White',
        bIsWebPath:true,
        sUrl:'italianwhite.html'
    },
    {   sTitle:'Australian White',
        bIsWebPath:true,
        sUrl:'aussiewhite.html'
    },
    {   sTitle:'New Zealand White',
        bIsWebPath:true,
        sUrl:'nzwhite.html'
    },
    {   sTitle:'South African White',
        bIsWebPath:true,
        sUrl:'sawhite.html'
    },
    {   sTitle:'Californian White',
        bIsWebPath:true,
        sUrl:'usawhite.html'
    },
    {   sTitle:'French Red',
        bIsWebPath:true,
        sUrl:'frenchred.html',"childArray" : [
        {   sTitle:'Red Burgundy',
            bIsWebPath:true,
            sUrl:'redburgundy.html'
        },
        {   sTitle:'Red Regional',
            bIsWebPath:true,
            sUrl:'redregional.html'
        },
        {   sTitle:'Beaujolais',
            bIsWebPath:true,
            sUrl:'beaujolais.html'
        },
        {   sTitle:'Red Loire',
            bIsWebPath:true,
            sUrl:'redloire.html'
        },
        {   sTitle:'Red Rhone',
            bIsWebPath:true,
            sUrl:'redrhone.html'
        },
        {   sTitle:'Red Bordeaux',
            bIsWebPath:true,
            sUrl:'bordeaux.html'
        }]
    },
    {   sTitle:'Red Italy',
        bIsWebPath:true,
        sUrl:'reditaly.html'
    },
    {   sTitle:'Red Spain',
        bIsWebPath:true,
        sUrl:'page59.html'
    },
    {   sTitle:'Red Portugal',
        bIsWebPath:true,
        sUrl:'portugalred.html'
    },
    {   sTitle:'Red Australia',
        bIsWebPath:true,
        sUrl:'aussiered.html'
    },
    {   sTitle:'Red New Zealand',
        bIsWebPath:true,
        sUrl:'nzred.html'
    },
    {   sTitle:'Red South Africa',
        bIsWebPath:true,
        sUrl:'sared.html'
    },
    {   sTitle:'Red California',
        bIsWebPath:true,
        sUrl:'caiflred.html'
    },
    {   sTitle:'Red Argentina',
        bIsWebPath:true,
        sUrl:'argentred.html'
    },
    {   sTitle:'Red Chile',
        bIsWebPath:true,
        sUrl:'chilered.html'
    },
    {   sTitle:'Red Lebanon',
        bIsWebPath:true,
        sUrl:'lebred.html'
    },
    {   sTitle:'Dessert Wines',
        bIsWebPath:true,
        sUrl:'desswines.html'
    }]
},
{   sTitle:'Reservations',
    bIsWebPath:true,
    sUrl:'reservations.html'
},
{   sTitle:'Tony Borthwick',
    bIsWebPath:true,
    sUrl:'tony.html'
},
{   sTitle:'Guest Book',
    bIsWebPath:true,
    sUrl:'guestbook.html',"childArray" : [
    {   sTitle:'Current Guest Book',
        bIsWebPath:true,
        sUrl:'currentguest.html'
    },
    {   sTitle:'Previous Guest Book',
        bIsWebPath:true,
        sUrl:'previousguest.html'
    }]
},
{   sTitle:'Awards',
    bIsWebPath:true,
    sUrl:'awards.html'
},
{   sTitle:'Everything Else',
    bIsWebPath:true,
    sUrl:'everythingelse.html',"childArray" : [
    {   sTitle:'Directions',
        bIsWebPath:true,
        sUrl:'directions.html'
    },
    {   sTitle:'Potted History',
        bIsWebPath:true,
        sUrl:'pottedhistory.html'
    },
    {   sTitle:'The Name',
        bIsWebPath:true,
        sUrl:'thename.html'
    },
    {   sTitle:'Gift Suggestions',
        bIsWebPath:true,
        sUrl:'giftsuggestions.html'
    },
    {   sTitle:'E-Mail List',
        bIsWebPath:true,
        sUrl:'emaillist.html'
    }]
}]
});
