var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Main',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'home.html'
},
{   'sTitle':'About Sundown Salute',
    'bIsWebPath':true,
    'sUrl':'allabout_sundownsalute.html',"childArray" : [
    {   'sTitle':'Vendors & Crafters',
        'bIsWebPath':true,
        'sUrl':'vendors_crafters.html'
    },
    {   'sTitle':'Sponsorships',
        'bIsWebPath':true,
        'sUrl':'sponsorship.html'
    },
    {   'sTitle':'Contact the Committee',
        'bIsWebPath':true,
        'sUrl':'contact.html'
    },
    {   'sTitle':'Volunteer',
        'bIsWebPath':true,
        'sUrl':'volunteer.html'
    }]
},
{   'sTitle':'Bands',
    'bIsWebPath':true,
    'sUrl':'2011bands/2011bands.html',"childArray" : [
    {   'sTitle':'Foghat',
        'bIsWebPath':true,
        'sUrl':'2011bands/foghat_2011.html'
    }]
},
{   'sTitle':'2011 Event Schedule',
    'bIsWebPath':true,
    'sUrl':'event-schedule.html',"childArray" : [
    {   'sTitle':'2011 Parade ',
        'bIsWebPath':true,
        'sUrl':'2011parade.html'
    },
    {   'sTitle':'Car Show',
        'bIsWebPath':true,
        'sUrl':'car_show.html'
    },
    {   'sTitle':'Coors 10K Run',
        'bIsWebPath':true,
        'sUrl':'Coors_10K.html'
    },
    {   'sTitle':'Mud Bog 2011',
        'bIsWebPath':true,
        'sUrl':'mudbog.html'
    }]
},
{   'sTitle':'Lodging',
    'bIsWebPath':true,
    'sUrl':'accomodations.html'
}]
});
