var customNavTree6 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Varsity',
    bIsWebPath:true,
    sUrl:'page4.html',"childArray" : [
    {   sTitle:'Varsity Schedule',
        bIsWebPath:true,
        sUrl:'page14.html'
    }]
},
{   sTitle:'Junior Varsity',
    bIsWebPath:true,
    sUrl:'page9.html',"childArray" : [
    {   sTitle:'Junior Varsity Schedule',
        bIsWebPath:true,
        sUrl:'page12.html'
    }]
},
{   sTitle:'Freshmen',
    bIsWebPath:true,
    sUrl:'page8.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Freshman Schedule',
        bIsWebPath:true,
        sUrl:'page13.html'
    }]
},
{   sTitle:'Booster Club',
    bIsWebPath:true,
    sUrl:'page5.html',"childArray" : [
    {   sTitle:'Constitution',
        bIsWebPath:true,
        sUrl:'page3.html'
    },
    {   sTitle:'Join Booster Club',
        bIsWebPath:true,
        sUrl:'page16.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Directions',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'Forms',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'Alumni',
    bIsWebPath:true,
    sUrl:'page10.html'
},
{   sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'page15.html',
    sTarget:'_self'
}]
});
