var customnavtree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Teams & Schedules',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'U9 Lightning',
        bIsWebPath:true,
        sUrl:'page4.html'
    },
    {   sTitle:'U10 Lightning',
        bIsWebPath:true,
        sUrl:'page5.html'
    },
    {   sTitle:'U12 Lightning',
        bIsWebPath:true,
        sUrl:'page6.html'
    }]
},
{   sTitle:'Fundraising',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'50/50',
        bIsWebPath:true,
        sUrl:'page9.html',
        sTarget:'_self'
    },
    {   sTitle:'Hockey Pool',
        bIsWebPath:true,
        sUrl:'page10.html',
        sTarget:'_self'
    },
    {   sTitle:'Men\'s Auction',
        bIsWebPath:true,
        sUrl:'page12.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Directions',
    bIsWebPath:true,
    sUrl:'page8.html',
    sTarget:'_self'
},
{   sTitle:'Other Pages',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'page11.html'
    },
    {   sTitle:'Registration',
        bIsWebPath:true,
        sUrl:'registration.html',
        sTarget:'_self'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page3.html',
    sTarget:'_self'
}]
});