var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Board Members',
    'bIsWebPath':true,
    'sUrl':'members.html'
},
{   'sTitle':'Registration',
    'bIsWebPath':true,
    'sUrl':'registration.html',"childArray" : [
    {   'sDescription':'PYFCA Application',
        'sTitle':'Application',
        'bIsExternal':true,
        'sUrl':'http://www.penderyouthfootballandcheer.com/PDF/PYFCA_Application.pdf',
        'sTarget':'_blank'
    },
    {   'sTitle':'Medical Form',
        'bIsExternal':true,
        'sUrl':'http://www.penderyouthfootballandcheer.com/PDF/PYFCA_Medical_form.pdf',
        'sTarget':'_blank'
    },
    {   'sTitle':'Calendar',
        'bIsWebPath':true,
        'sUrl':'calendar.html'
    }]
},
{   'sTitle':'Volunteers',
    'bIsWebPath':true,
    'sUrl':'volunteers.html'
},
{   'sTitle':'Sponsors',
    'bIsWebPath':true,
    'sUrl':'sponsors.html',"childArray" : [
    {   'sTitle':'Sponsor Form',
        'bIsExternal':true,
        'sUrl':'http://www.penderyouthfootballandcheer.com/PDF/PYFCA-sponsor-form-2010.pdf',
        'sTarget':'_blank'
    }]
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Fund Raisers',
    'bIsWebPath':true,
    'sUrl':'fundraisers.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
