var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Wine List',
    bIsWebPath:true,
    sUrl:'wine_list.html',"childArray" : [
    {   sTitle:'Red Wines',
        bIsWebPath:true,
        sUrl:'red.html',"childArray" : [
        {   sTitle:'Sangiovese Merlot',
            bIsWebPath:true,
            sUrl:'sangiovese_merlot.html'
        },
        {   sTitle:'Zinfandel',
            bIsWebPath:true,
            sUrl:'zinfandel.html'
        },
        {   sTitle:'Merlot',
            bIsWebPath:true,
            sUrl:'merlot.html'
        },
        {   sTitle:'Cabernet Sauvignon',
            bIsWebPath:true,
            sUrl:'cab_sav.html'
        },
        {   sTitle:'Shiraz',
            bIsWebPath:true,
            sUrl:'shiraz.html'
        },
        {   sTitle:'Rosso Grande',
            bIsWebPath:true,
            sUrl:'Rosso Grande.html'
        },
        {   sTitle:'Sangiovese',
            bIsWebPath:true,
            sUrl:'sangiovese.html'
        },
        {   sTitle:'Delaware',
            bIsWebPath:true,
            sUrl:'Delaware.html'
        },
        {   sTitle:'Symphony Blush',
            bIsWebPath:true,
            sUrl:'Symphony Blush.html'
        },
        {   sTitle:'Symphony Red',
            bIsWebPath:true,
            sUrl:'Symphony Red.html'
        },
        {   sTitle:'Petite Syrah',
            bIsWebPath:true,
            sUrl:'Petite Syrah.html'
        },
        {   sTitle:'Cabernet Franc',
            bIsWebPath:true,
            sUrl:'Cabernet Franc.html'
        }]
    },
    {   sTitle:'White Wines',
        bIsWebPath:true,
        sUrl:'white.html',"childArray" : [
        {   sTitle:'Symphony White',
            bIsWebPath:true,
            sUrl:'Symphony White.html'
        },
        {   sTitle:'Cascade White',
            bIsWebPath:true,
            sUrl:'cascade white.html'
        },
        {   sTitle:'Traminette',
            bIsWebPath:true,
            sUrl:'traminette.html'
        },
        {   sTitle:'Pinot Grigio',
            bIsWebPath:true,
            sUrl:'pinot grigio.html'
        },
        {   sTitle:'Chardonnay',
            bIsWebPath:true,
            sUrl:'chardonnay.html'
        },
        {   sTitle:'Gewurztraminer',
            bIsWebPath:true,
            sUrl:'gewurztraminer.html'
        },
        {   sTitle:'Riesling',
            bIsWebPath:true,
            sUrl:'riesling.html'
        },
        {   sTitle:'Muscat',
            bIsWebPath:true,
            sUrl:'muscat.html'
        }]
    },
    {   sTitle:'Speciality Wines',
        bIsWebPath:true,
        sUrl:'speciality_wines.html',"childArray" : [
        {   sTitle:'Raspberry Chocolate Silk',
            bIsWebPath:true,
            sUrl:'raspberry chocolate silk.html'
        },
        {   sTitle:'Jalapeno Wine',
            bIsWebPath:true,
            sUrl:'jalapeno wine.html'
        },
        {   sTitle:'Traditional Mead',
            bIsWebPath:true,
            sUrl:'traditional mead.html'
        },
        {   sTitle:'Orange Spice Mead',
            bIsWebPath:true,
            sUrl:'orange spice mead.html'
        },
        {   sTitle:'Wild Black Raspberry Mead',
            bIsWebPath:true,
            sUrl:'raspberry mead.html'
        },
        {   sTitle:'Apricot',
            bIsWebPath:true,
            sUrl:'apricot.html'
        }]
    },
    {   sTitle:'Fruit Wines',
        bIsWebPath:true,
        sUrl:'fruit.html',"childArray" : [
        {   sTitle:'Pear',
            bIsWebPath:true,
            sUrl:'pear.html'
        },
        {   sTitle:'Plum',
            bIsWebPath:true,
            sUrl:'plum.html'
        },
        {   sTitle:'Peach',
            bIsWebPath:true,
            sUrl:'peach.html'
        },
        {   sTitle:'Cherry',
            bIsWebPath:true,
            sUrl:'cherry.html'
        },
        {   sTitle:'Raspberry',
            bIsWebPath:true,
            sUrl:'raspberry.html'
        },
        {   sTitle:'Cranberry',
            bIsWebPath:true,
            sUrl:'cranberry.html'
        },
        {   sTitle:'Blueberry',
            bIsWebPath:true,
            sUrl:'blueberry.html'
        },
        {   sTitle:'Apple',
            bIsWebPath:true,
            sUrl:'Apple.html'
        },
        {   sTitle:'Strawberry',
            bIsWebPath:true,
            sUrl:'strawberry.html'
        }]
    },
    {   sTitle:'Award Winners',
        bIsWebPath:true,
        sUrl:'awards.html'
    }]
},
{   sTitle:'JJ Brewery',
    bIsWebPath:true,
    sUrl:'brewery.html'
},
{   sTitle:'Special Events',
    bIsWebPath:true,
    sUrl:'special_events.html',"childArray" : [
    {   sTitle:'Lunch',
        bIsWebPath:true,
        sUrl:'lunch.html'
    },
    {   sTitle:'Pasta Dinner',
        bIsWebPath:true,
        sUrl:'pasta.html'
    },
    {   sTitle:'A taste of Cascade',
        bIsWebPath:true,
        sUrl:'winemakers.html'
    },
    {   sTitle:'Chili Cook Off',
        bIsWebPath:true,
        sUrl:'chili.html'
    },
    {   sTitle:'Valentines Day Dinner',
        bIsWebPath:true,
        sUrl:'dinner.html'
    }]
},
{   sTitle:'Visiting Us',
    bIsWebPath:true,
    sUrl:'visitingus.html',"childArray" : [
    {   sTitle:'Tasting Room Etiquette',
        bIsWebPath:true,
        sUrl:'tastingroom.html'
    }]
},
{   sTitle:'Information',
    bIsWebPath:true,
    sUrl:'information.html',"childArray" : [
    {   sTitle:'Contact Us',
        bIsWebPath:true,
        sUrl:'contact.html'
    },
    {   sTitle:'Location',
        bIsWebPath:true,
        sUrl:'location.html'
    },
    {   sTitle:'Local Accommadations',
        bIsWebPath:true,
        sUrl:'hotels.html'
    },
    {   sTitle:'News Releases',
        bIsWebPath:true,
        sUrl:'news.html'
    },
    {   sTitle:'Stores that carry our wines',
        bIsWebPath:true,
        sUrl:'wheretobuy.html'
    }]
},
{   sTitle:'Wedding Wines',
    bIsWebPath:true,
    sUrl:'wedding_wines.html'
}]
});
