var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Gymnastics',
    bIsWebPath:true,
    sUrl:'gymnastics.html',"childArray" : [
    {   sTitle:'Rollie Pollies',
        bIsWebPath:true,
        sUrl:'rp.html'
    },
    {   sTitle:'Jelly Beans',
        bIsWebPath:true,
        sUrl:'jb.html'
    },
    {   sTitle:'Super Stars',
        bIsWebPath:true,
        sUrl:'ss.html'
    },
    {   sTitle:'Girls Gymnastics',
        bIsWebPath:true,
        sUrl:'gg.html'
    }]
},
{   sTitle:'Tumbling',
    bIsWebPath:true,
    sUrl:'tumbling.html'
},
{   sTitle:'Cheer',
    bIsWebPath:true,
    sUrl:'cheer.html'
},
{   sTitle:'Birthday Parties',
    bIsWebPath:true,
    sUrl:'bday.html'
},
{   sTitle:'Maps / Directions',
    bIsWebPath:true,
    sUrl:'mapsdirections.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Employment',
    bIsWebPath:true,
    sUrl:'employemnt.html'
}]
});
