var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Alumni',
    bIsWebPath:true,
    sUrl:'alumni.html',"childArray" : [
    {   sTitle:'A',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'alumni.html#A'
    },
    {   sTitle:'B',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'alumni.html#B'
    }]
},
{   sTitle:'Forum',
    bIsWebPath:true,
    sUrl:'forum.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'History',
    bIsWebPath:true,
    sUrl:'history.html'
},
{   sTitle:'Rosters',
    bIsWebPath:true,
    sUrl:'rosters.html',"childArray" : [
    {   sTitle:'Boys Basketball Rosters',
        bIsWebPath:true,
        sUrl:'boysbasketballrosters.html'
    },
    {   sTitle:'Girls Basketball Rosters',
        bIsWebPath:true,
        sUrl:'girlsbasketballrosters.html'
    }]
},
{   sTitle:'Schedules',
    bIsWebPath:true,
    sUrl:'schedules.html'
},
{   sTitle:'Standings/Stats',
    bIsWebPath:true,
    sUrl:'standings/stats.html'
},
{   sTitle:'Stories',
    bIsWebPath:true,
    sUrl:'stories.html',"childArray" : [
    {   sTitle:'Boys Basketball',
        bIsWebPath:true,
        sUrl:'boysbasketball.html'
    },
    {   sTitle:'Girls Basketball',
        bIsWebPath:true,
        sUrl:'girlsbasketball.html'
    },
    {   sTitle:'Boys Bowling',
        bIsWebPath:true,
        sUrl:'boysbowling.html'
    },
    {   sTitle:'Girls Bowling',
        bIsWebPath:true,
        sUrl:'girlsbowling.html'
    },
    {   sTitle:'Wrestling',
        bIsWebPath:true,
        sUrl:'wrestling.html'
    },
    {   sTitle:'The Way I See It - SPC Report',
        bIsWebPath:true,
        sUrl:'the-way-i-see-it.html'
    }]
},
{   sTitle:'Xtras',
    bIsWebPath:true,
    sUrl:'xtras.html',"childArray" : [
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'links.html'
    },
    {   sTitle:'Video',
        bIsWebPath:true,
        sUrl:'video.html'
    },
    {   sTitle:'Athletes of the Week',
        bIsWebPath:true,
        sUrl:'page128.html'
    },
    {   sTitle:'Athletes of the Year',
        bIsWebPath:true,
        sUrl:'athletesoftheyear.html'
    },
    {   sTitle:'Student-Athlete Scholarship Winners',
        bIsWebPath:true,
        sUrl:'spcreportstudent-athletescholarshipawardwinners-spc report.html'
    }]
}]
});
