var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Visitor Information',
    'bIsWebPath':true,
    'sUrl':'Visitorinformation.html',"childArray" : [
    {   'sTitle':'Events',
        'bIsWebPath':true,
        'sUrl':'events.html'
    },
    {   'sTitle':'Recipes',
        'bIsWebPath':true,
        'sUrl':'recipes.html'
    },
    {   'sTitle':'Community Sponsors',
        'bIsWebPath':true,
        'sUrl':'communitysponsors.html'
    },
    {   'sTitle':'Helpful Links',
        'bIsWebPath':true,
        'sUrl':'helpfullinks.html'
    }]
},
{   'sTitle':'Meet our Vendors',
    'bIsWebPath':true,
    'sUrl':'meetourvendors.html'
},
{   'sTitle':'Vendor Information',
    'bIsWebPath':true,
    'sUrl':'vendorinformation.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Newsletter',
    'bIsWebPath':true,
    'sUrl':'page14.html'
},
{   'sTitle':'Flea Market & Estate Sale',
    'bIsWebPath':true,
    'sUrl':'fleamarket&estatesale.html'
}]
});
