var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Sponsors',
        bIsWebPath:true,
        sUrl:'sponsors.html',
        sTarget:'_self'
    },
    {   sTitle:'Find Us',
        bIsWebPath:true,
        sUrl:'findus.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Seniors',
    bIsWebPath:true,
    sUrl:'seniors.html',
    sTarget:'_self'
},
{   sTitle:'Minis Juniors',
    bIsWebPath:true,
    sUrl:'juniors.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Minis Photos',
        bIsWebPath:true,
        sUrl:'minis photos.html',
        sTarget:'_self'
    },
    {   sTitle:'Juniors Photos',
        bIsWebPath:true,
        sUrl:'juniorsphotos.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'page9.html',
    sTarget:'_self'
}]
});