var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Our Vineyards',
    'bIsWebPath':true,
    'sUrl':'ourvineyards.html'
},
{   'sTitle':'Picture Gallery',
    'bIsWebPath':true,
    'sUrl':'picturegallery.html',"childArray" : [
    {   'sTitle':'Event Scheduling',
        'bIsWebPath':true,
        'sUrl':'eventscheduling.html'
    }]
},
{   'sTitle':'Wine Shop',
    'bIsWebPath':true,
    'sUrl':'wineshop.html',"childArray" : [
    {   'sTitle':'Current Specials',
        'bIsWebPath':true,
        'sUrl':'currentspecials.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
}]
});
