var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Guidelines',
    'bIsWebPath':true,
    'sUrl':'guidelines.html'
},
{   'sTitle':'Team Info',
    'bIsWebPath':true,
    'sUrl':'teaminfo.html',"childArray" : [
    {   'sTitle':'Contact Us',
        'bIsWebPath':true,
        'sUrl':'contact.html'
    },
    {   'sTitle':'About Us',
        'bIsWebPath':true,
        'sUrl':'aboutus.html'
    },
    {   'sTitle':'Naturals Stuff',
        'bIsExternal':true,
        'sUrl':'http://www.cafepress.com/natsbaseball',
        'sTarget':'_blank'
    }]
},
{   'sTitle':'Recruiting',
    'bIsWebPath':true,
    'sUrl':'newplayerform.html'
},
{   'sTitle':'Registration',
    'bIsWebPath':true,
    'sUrl':'payments.html',"childArray" : [
    {   'sTitle':'Pay Fees Online',
        'bIsWebPath':true,
        'sUrl':'payfees.html'
    }]
},
{   'sTitle':'Message Board',
    'bIsWebPath':true,
    'sUrl':'msgbd.html'
},
{   'sTitle':'League Site',
    'bIsExternal':true,
    'sUrl':'http://www.njibl.com',
    'sTarget':'_blank'
}]
});
