var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Rosters',
    bIsWebPath:true,
    sUrl:'rosters.html',"childArray" : [
    {   sTitle:'Varsity Roster',
        bIsWebPath:true,
        sUrl:'varsityroster.html'
    },
    {   sTitle:'JV Roster',
        bIsWebPath:true,
        sUrl:'jvroster.html'
    },
    {   sTitle:'Freshmen Roster',
        bIsWebPath:true,
        sUrl:'freshmenroster.html'
    },
    {   sTitle:'Coaches',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'varsitystaff.html',"childArray" : [
        {   sTitle:'Varsity Staff',
            bIsWebPath:true,
            sUrl:'varsitystaff.html'
        },
        {   sTitle:'Freshmen Staff',
            bIsWebPath:true,
            sUrl:'freshmenstaff.html'
        }]
    }]
},
{   sTitle:'Schedules',
    bIsWebPath:true,
    sUrl:'gameschedules.html',"childArray" : [
    {   sTitle:'Varsity Schedule',
        bIsWebPath:true,
        sUrl:'varsityschedule.html'
    },
    {   sTitle:'JV Schedule',
        bIsWebPath:true,
        sUrl:'jvschedule.html'
    },
    {   sTitle:'Freshmen Schedule',
        bIsWebPath:true,
        sUrl:'freshmenaschedule.html'
    },
    {   sTitle:'Freshmen B Schedule',
        bIsWebPath:true,
        sUrl:'freshmenbschedule.html'
    },
    {   sTitle:'Future Schedules',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'index.html',"childArray" : [
        {   sTitle:'2012 Varsity Schedule',
            bIsWebPath:true,
            sUrl:'2012schedule.html'
        },
        {   sTitle:'2013 Varsity Schedule',
            bIsWebPath:true,
            sUrl:'2013schedule.html'
        }]
    }]
},
{   sTitle:'Stats',
    bIsExternal:true,
    sUrl:'http://stats.stlhighschoolsports.com/sports/football/11/stats/teamschedule4826.php'
},
{   sTitle:'Calendar',
    bIsExternal:true,
    bIsWebPath:true,
    sUrl:'sep.html',"childArray" : [
    {   sTitle:'Jan',
        bIsWebPath:true,
        sUrl:'jan.html'
    },
    {   sTitle:'Feb',
        bIsWebPath:true,
        sUrl:'feb.html'
    },
    {   sTitle:'Mar',
        bIsWebPath:true,
        sUrl:'mar.html'
    },
    {   sTitle:'Apr',
        bIsWebPath:true,
        sUrl:'apr.html'
    },
    {   sTitle:'May',
        bIsWebPath:true,
        sUrl:'may.html'
    },
    {   sTitle:'Jun',
        bIsWebPath:true,
        sUrl:'jun.html'
    },
    {   sTitle:'Jul',
        bIsWebPath:true,
        sUrl:'jul.html'
    },
    {   sTitle:'Aug',
        bIsWebPath:true,
        sUrl:'aug.html'
    },
    {   sTitle:'Sep',
        bIsWebPath:true,
        sUrl:'sep.html'
    },
    {   sTitle:'Oct',
        bIsWebPath:true,
        sUrl:'oct.html'
    },
    {   sTitle:'Nov',
        bIsWebPath:true,
        sUrl:'nov.html'
    },
    {   sTitle:'Dec',
        bIsWebPath:true,
        sUrl:'dec.html'
    }]
},
{   sTitle:'Training',
    bIsExternal:true,
    bIsWebPath:true,
    sUrl:'lbclubs.html',"childArray" : [
    {   sTitle:'LB Clubs',
        bIsWebPath:true,
        sUrl:'lbclubs.html'
    },
    {   sTitle:'Top Ten Lists',
        bIsWebPath:true,
        sUrl:'page34.html'
    }]
},
{   sTitle:'History',
    bIsExternal:true,
    bIsWebPath:true,
    sUrl:'teamawards.html',"childArray" : [
    {   sTitle:'All Conference / All State',
        bIsWebPath:true,
        sUrl:'page33.html'
    },
    {   sTitle:'Individual Records',
        bIsWebPath:true,
        sUrl:'individualrecords.html'
    },
    {   sTitle:'Team Records',
        bIsWebPath:true,
        sUrl:'teamrecords.html'
    },
    {   sTitle:'All time W/L vs Opponents',
        bIsWebPath:true,
        sUrl:'alltimewonloss.html'
    },
    {   sTitle:'Wolves in Collegiate Football',
        bIsWebPath:true,
        sUrl:'alumni.html'
    },
    {   sTitle:'Team Award Winners',
        bIsWebPath:true,
        sUrl:'teamawards.html'
    }]
},
{   sTitle:'Forms',
    bIsWebPath:true,
    sUrl:'forms.html',"childArray" : [
    {   sTitle:'MSHSAA Physical Form',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'physicalform.pdf'
    },
    {   sTitle:'School Athletic Policy',
        bIsExternal:true,
        sUrl:'http://www.wentzville.k12.mo.us/tinymce/filemanager/files/timberland/2010-2011%20HHS-THS%20Athletic%20Handbook.pdf'
    },
    {   sTitle:'Coaches Files',
        bIsWebPath:true,
        sUrl:'coachfiles.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
