var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Entertainment',
    'bIsWebPath':true,
    'sUrl':'entertainment.html'
},
{   'sTitle':'Tickets',
    'bIsWebPath':true,
    'sUrl':'tickets.html'
},
{   'sTitle':'Hotel Accomodations',
    'bIsWebPath':true,
    'sUrl':'accomodations.html'
},
{   'sTitle':'Participating Vendors',
    'bIsWebPath':true,
    'sUrl':'vendor.html',"childArray" : [
    {   'sTitle':'Restaurant Sponsors',
        'bIsWebPath':true,
        'sUrl':'restsponsors.html'
    }]
},
{   'sTitle':'Participating Wineries',
    'bIsWebPath':true,
    'sUrl':'wineries.html'
},
{   'sTitle':'Breweries and Distilleries',
    'bIsWebPath':true,
    'sUrl':'brewanddistill.html'
},
{   'sTitle':'Our Sponsors',
    'bIsWebPath':true,
    'sUrl':'sponsorthankyou.html'
},
{   'sTitle':'Sponsorship',
    'bIsWebPath':true,
    'sUrl':'sponsorships.html',"childArray" : [
    {   'sTitle':'Sponsor Request',
        'bIsWebPath':true,
        'sUrl':'sponsorrequest.html'
    }]
},
{   'sTitle':'Winery/Vendor Inquiry',
    'bIsWebPath':true,
    'sUrl':'wvinquiry.html'
},
{   'sTitle':'A Look Back',
    'bIsWebPath':true,
    'sUrl':'lookback.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
}]
});
