var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Team Info',
    bIsWebPath:true,
    sUrl:'teaminfo.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Roster',
        bIsWebPath:true,
        sUrl:'roster.html',
        sTarget:'_self'
    },
    {   sTitle:'Schedule',
        bIsWebPath:true,
        sUrl:'schedule.html',
        sTarget:'_self'
    },
    {   sTitle:'Contact Us',
        bIsWebPath:true,
        sUrl:'contact.html',
        sTarget:'_self'
    },
    {   sTitle:'About Us',
        bIsWebPath:true,
        sUrl:'aboutus.html',
        sTarget:'_self'
    },
    {   sTitle:'Naturals Stuff',
        bIsExternal:true,
        sUrl:'http://www.cafepress.com/natsbaseball',
        sTarget:'_blank'
    }]
},
{   sTitle:'Locations',
    bIsWebPath:true,
    sUrl:'locations.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Moorestown MS',
        bIsWebPath:true,
        sUrl:'williamallen.html',
        sTarget:'_self'
    },
    {   sTitle:'Memorial Sports Complex',
        bIsWebPath:true,
        sUrl:'memorial.html',
        sTarget:'_self'
    },
    {   sTitle:'Taylor Bell Field',
        bIsWebPath:true,
        sUrl:'taylorbell.html',
        sTarget:'_self'
    },
    {   sTitle:'Philadelphia American Legion',
        bIsWebPath:true,
        sUrl:'phalegion.html',
        sTarget:'_self'
    },
    {   sTitle:'Kingsway High School',
        bIsWebPath:true,
        sUrl:'kingswayhs.html',
        sTarget:'_self'
    },
    {   sTitle:'Camden County Technical School',
        bIsWebPath:true,
        sUrl:'camcots.html',
        sTarget:'_self'
    },
    {   sTitle:'Neshaminy High School',
        bIsWebPath:true,
        sUrl:'neshaminy.html',
        sTarget:'_self'
    },
    {   sTitle:'The Sandlot',
        bIsWebPath:true,
        sUrl:'sandlot.html',
        sTarget:'_self'
    },
    {   sTitle:'Bat-A-Rama',
        bIsWebPath:true,
        sUrl:'batarama.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Recruiting',
    bIsWebPath:true,
    sUrl:'recruiting.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Interested Players',
        bIsWebPath:true,
        sUrl:'newplayerform.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Registration',
    bIsWebPath:true,
    sUrl:'payments.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Register to Play',
        bIsExternal:true,
        sUrl:'https://www.leaguelineup.com/FormPreview.asp?url=newjerseyindependentbaseballleague&sid=672863386&FormID=44491',
        sTarget:'_blank'
    },
    {   sTitle:'Pay Fees Online',
        bIsWebPath:true,
        sUrl:'payfees.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Message Board',
    bIsWebPath:true,
    sUrl:'messageboard.html',
    sTarget:'_self'
},
{   sTitle:'League Site',
    bIsExternal:true,
    sUrl:'http://www.njibl.com',
    sTarget:'_blank'
}]
});