var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_us.html'
},
{   sTitle:'Selection Criteria',
    bIsWebPath:true,
    sUrl:'selection_criteria.html',"childArray" : [
    {   sTitle:'Criteria',
        bIsWebPath:true,
        sUrl:'criteria.html'
    },
    {   sTitle:'Nominated Meetings',
        bIsWebPath:true,
        sUrl:'nominated_meetings.html',"childArray" : [
        {   sTitle:'2011',
            bIsWebPath:true,
            sUrl:'2011.html'
        }]
    },
    {   sTitle:'MCS',
        bIsWebPath:true,
        sUrl:'mcs.html'
    },
    {   sTitle:'Letter of Intent',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'LETTER OF INTENT 2012 squad.pdf'
    }]
},
{   sTitle:'Selection Scores',
    bIsWebPath:true,
    sUrl:'selection_scores.html',"childArray" : [
    {   sTitle:'2009',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'Selection scores 10 squads.xls'
    },
    {   sTitle:'2010',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'Selection scores 11 squads.xls'
    }]
},
{   sTitle:'Academy',
    bIsWebPath:true,
    sUrl:'academy.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
}]
});
