var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'Club History',
        bIsWebPath:true,
        sUrl:'clubhistory.html'
    },
    {   sTitle:'Directions to the Club',
        bIsWebPath:true,
        sUrl:'directions.html'
    },
    {   sTitle:'Old Pics',
        bIsWebPath:true,
        sUrl:'oldpics.html'
    }]
},
{   sTitle:'Tournaments',
    bIsWebPath:true,
    sUrl:'tournaments.html',"childArray" : [
    {   sTitle:'Striped Bass Seminar',
        bIsWebPath:true,
        sUrl:'stripedbassseminar.html'
    },
    {   sTitle:'2012 Advertiser Registration',
        bIsWebPath:true,
        sUrl:'adregistration.html'
    },
    {   sTitle:'Trifecta Striped Bass, Bluefish & Fluke Tournament (May-June)  ',
        bIsWebPath:true,
        sUrl:'Trifecta.html',"childArray" : [
        {   sTitle:'Rules',
            bIsWebPath:true,
            sUrl:'trifectarules.html'
        },
        {   sTitle:'Current Standings',
            bIsWebPath:true,
            sUrl:'trifectacurrent.html'
        }]
    },
    {   sTitle:'Ladies\' Catch of the Day Tournament (July)',
        bIsWebPath:true,
        sUrl:'ladiescatchoftheday.html',"childArray" : [
        {   sTitle:'Current Standings',
            bIsWebPath:true,
            sUrl:'page25.html'
        },
        {   sTitle:'Rules',
            bIsWebPath:true,
            sUrl:'page24.html'
        },
        {   sTitle:'Tournament Pictures',
            bIsWebPath:true,
            sUrl:'lcotd11pics.html'
        }]
    },
    {   sTitle:'Annual Fluke & Bluefish Tournament  (August)',
        bIsWebPath:true,
        sUrl:'annual.html',"childArray" : [
        {   sTitle:'Online Registration',
            bIsWebPath:true,
            sUrl:'annualonlineregistration.html'
        },
        {   sTitle:'Rules',
            bIsWebPath:true,
            sUrl:'page27.html'
        },
        {   sTitle:'Current Standings',
            bIsWebPath:true,
            sUrl:'page28.html'
        }]
    },
    {   sTitle:'Fall Striped Bass & Bluefish Tournament (October-November)',
        bIsWebPath:true,
        sUrl:'fallbassandblues.html',"childArray" : [
        {   sTitle:'Online Registration',
            bIsWebPath:true,
            sUrl:'fallonlineregistration.html'
        },
        {   sTitle:'Rules',
            bIsWebPath:true,
            sUrl:'fallrules.html'
        },
        {   sTitle:'Current Standings',
            bIsWebPath:true,
            sUrl:'fallcurrent.html'
        }]
    },
    {   sTitle:'Tournament Gear',
        bIsWebPath:true,
        sUrl:'tournamentgear.html'
    },
    {   sTitle:'Weigh Stations',
        bIsWebPath:true,
        sUrl:'weighstations.html'
    },
    {   sTitle:'Photos',
        bIsWebPath:true,
        sUrl:'tournamentphotos.html'
    }]
},
{   sTitle:'Public Calendar',
    bIsWebPath:true,
    sUrl:'publiccalandar.html'
},
{   sTitle:'Membership',
    bIsWebPath:true,
    sUrl:'membership.html',"childArray" : [
    {   sTitle:'How do I join the FRTC?',
        bIsWebPath:true,
        sUrl:'howdoijoin.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html',"childArray" : [
    {   sTitle:'Club Officers',
        bIsWebPath:true,
        sUrl:'clubofficers.html'
    },
    {   sTitle:'Mailing Address',
        bIsWebPath:true,
        sUrl:'mailingaddress.html'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Member\'s Only',
    bIsWebPath:true,
    sUrl:'membersonly.html'
}]
});
