var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'Mission and Vision',
        bIsWebPath:true,
        sUrl:'mission.html'
    },
    {   sTitle:'Meet Shelly',
        bIsWebPath:true,
        sUrl:'shelly.html'
    },
    {   sTitle:'ICON One Gallery',
        bIsWebPath:true,
        sUrl:'icononegallery.html'
    }]
},
{   sTitle:'Coaching Services',
    bIsWebPath:true,
    sUrl:'coaching.html',"childArray" : [
    {   sTitle:'Coaching Plans',
        bIsWebPath:true,
        sUrl:'coachingplans.html'
    },
    {   sTitle:'Camps and Clinics: Youth/Junior/U23',
        bIsWebPath:true,
        sUrl:'campsclinics.html',"childArray" : [
        {   sTitle:'USAT Select Camp',
            bIsWebPath:true,
            sUrl:'page34.html',"childArray" : [
            {   sTitle:'Select Camp Details',
                bIsWebPath:true,
                sUrl:'select camp details.html'
            }]
        },
        {   sTitle:'USAT Skills Camp',
            bIsWebPath:true,
            sUrl:'page36.html',"childArray" : [
            {   sTitle:'Skills Camp Details',
                bIsWebPath:true,
                sUrl:'page37.html'
            }]
        }]
    },
    {   sTitle:'Camps and Clinics: Adult',
        bIsWebPath:true,
        sUrl:'page29.html'
    },
    {   sTitle:'Consulting Services',
        bIsWebPath:true,
        sUrl:'vtc.html'
    }]
},
{   sTitle:'High Performance Team',
    bIsWebPath:true,
    sUrl:'hpteams.html',"childArray" : [
    {   sTitle:'Athletes',
        bIsWebPath:true,
        sUrl:'yjrelite.html'
    },
    {   sTitle:'HPT Application Information',
        bIsWebPath:true,
        sUrl:'page31.html',"childArray" : [
        {   sTitle:'Annual Team Membership Fees',
            bIsWebPath:true,
            sUrl:'page38.html'
        },
        {   sTitle:'2012 Coaching Fees',
            bIsWebPath:true,
            sUrl:'page39.html'
        },
        {   sTitle:'Team Uniform',
            bIsWebPath:true,
            sUrl:'page40.html'
        },
        {   sTitle:'Youth/Junior Elite Event Schedule',
            bIsWebPath:true,
            sUrl:'page41.html'
        },
        {   sTitle:'Spring Training Weekend Information',
            bIsWebPath:true,
            sUrl:'page42.html'
        }]
    },
    {   sTitle:'Season Highlights',
        bIsWebPath:true,
        sUrl:'highlights.html'
    },
    {   sTitle:'Photo Gallery',
        bIsWebPath:true,
        sUrl:'photos.html'
    },
    {   sTitle:'Scholarships',
        bIsWebPath:true,
        sUrl:'scholarships.html'
    }]
},
{   sTitle:'Media',
    bIsWebPath:true,
    sUrl:'media.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
