var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Events at a Glance',
    'bIsWebPath':true,
    'sUrl':'eventsataglance.html',"childArray" : [
    {   'sTitle':'Sikorski',
        'bIsWebPath':true,
        'sUrl':'sikorski.html'
    },
    {   'sTitle':'Throwdown',
        'bIsWebPath':true,
        'sUrl':'bbqslaw throwdown.html'
    },
    {   'sTitle':'USCG art',
        'bIsWebPath':true,
        'sUrl':'coast guard art.html'
    },
    {   'sTitle':'C/yard concert',
        'bIsWebPath':true,
        'sUrl':'concert in the courtyard.html'
    },
    {   'sTitle':' Bike Tour',
        'bIsWebPath':true,
        'sUrl':'century bike tour.html'
    },
    {   'sTitle':'Street Fest',
        'bIsWebPath':true,
        'sUrl':'street festival.html'
    },
    {   'sTitle':'Close',
        'bIsWebPath':true,
        'sUrl':'closingceremony.html'
    }]
},
{   'sTitle':'Information',
    'bIsWebPath':true,
    'sUrl':'information.html'
},
{   'sTitle':'History',
    'bIsWebPath':true,
    'sUrl':'history.html',"childArray" : [
    {   'sTitle':'Craney Island',
        'bIsWebPath':true,
        'sUrl':'craneyisland.html'
    }]
},
{   'sTitle':'Related Links',
    'bIsWebPath':true,
    'sUrl':'related links.html'
},
{   'sTitle':'Sponsors',
    'bIsWebPath':true,
    'sUrl':'sponsors.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
