var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Calendar',
    sUrl:'http://www.msgfac.com/extcal/calendar.php',
    sTarget:'_self'
},
{   sTitle:'Useful Info',
    bIsWebPath:true,
    sUrl:'information.html',"childArray" : [
    {   sTitle:'Items Needed',
        bIsWebPath:true,
        sUrl:'items.html'
    },
    {   sTitle:'Articles',
        bIsWebPath:true,
        sUrl:'articles.html',"childArray" : [
        {   sTitle:'New Site 2012',
            bIsWebPath:true,
            sUrl:'new_site_2012.html'
        },
        {   sTitle:'Veteran Awards Banquet 2012',
            bIsWebPath:true,
            sUrl:'vab_awards_2012.html'
        },
        {   sTitle:'Hot Rodding For Heroes 2012',
            bIsWebPath:true,
            sUrl:'hot_rods_2012.html'
        },
        {   sTitle:'2012 Bass Tournament for the Troops',
            bIsWebPath:true,
            sUrl:'bass_2012.html'
        },
        {   sTitle:'Streits 9th Annual Support Our Troops Ride',
            bIsWebPath:true,
            sUrl:'streits_2012.html'
        },
        {   sTitle:'Parade of Homes 2012',
            bIsWebPath:true,
            sUrl:'poh_2012.html'
        },
        {   sTitle:'Gatornationals 2012',
            bIsWebPath:true,
            sUrl:'gatornationals_2012.html'
        },
        {   sTitle:'November Run of Events',
            bIsWebPath:true,
            sUrl:'nov_run_of_events_2012.html'
        },
        {   sTitle:'Red White & Blue 2011',
            bIsWebPath:true,
            sUrl:'red_white_blue_2011.html'
        },
        {   sTitle:'Applebees July 2011',
            bIsWebPath:true,
            sUrl:'applebees_july_2011.html'
        },
        {   sTitle:'Bass Tournament 2011',
            bIsWebPath:true,
            sUrl:'bass_tournament_2011.html'
        },
        {   sTitle:'Streits Support Our Troops Ride 2011',
            bIsWebPath:true,
            sUrl:'streits_ride_2011.html'
        },
        {   sTitle:'Gatornationals 2011',
            bIsWebPath:true,
            sUrl:'gatornationals_2011.html'
        },
        {   sTitle:'Ten Thousand Cell Phones',
            bIsWebPath:true,
            sUrl:'cell_phones.html'
        }]
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_us.html',"childArray" : [
    {   sTitle:'Mission',
        bIsWebPath:true,
        sUrl:'mission.html'
    },
    {   sTitle:'Supporters',
        bIsWebPath:true,
        sUrl:'supporters.html'
    },
    {   sTitle:'Contact Us',
        bIsWebPath:true,
        sUrl:'contact.html'
    },
    {   sTitle:'Map of Meeting Location',
        bIsWebPath:true,
        sUrl:'map1.html'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
