var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Sokol',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Gymnastics',
    'bIsWebPath':true,
    'sUrl':'gymnastics.html',"childArray" : [
    {   'sTitle':'Gymnastics Registration',
        'bIsWebPath':true,
        'sUrl':'gymnasticsregistration.html'
    },
    {   'sTitle':'Class Fees',
        'bIsWebPath':true,
        'sUrl':'classfees.html'
    }]
},
{   'sTitle':'Sokol Camp',
    'bIsWebPath':true,
    'sUrl':'sokolcamp.html'
},
{   'sTitle':'Children\'s Camping',
    'bIsWebPath':true,
    'sUrl':'camping.html',"childArray" : [
    {   'sTitle':'Camping Registration',
        'bIsWebPath':true,
        'sUrl':'campingregistration.html'
    }]
},
{   'sTitle':'Upcoming Events',
    'bIsWebPath':true,
    'sUrl':'upcomingevents.html',"childArray" : [
    {   'sTitle':'Czech Festival',
        'bIsWebPath':true,
        'sUrl':'czechfestival.html'
    },
    {   'sTitle':'Night Out at Parma',
        'bIsWebPath':true,
        'sUrl':'parma.html'
    },
    {   'sTitle':'Trivia Night',
        'bIsWebPath':true,
        'sUrl':'trivia.html'
    }]
},
{   'sTitle':'Get Involved',
    'bIsWebPath':true,
    'sUrl':'getinvolved.html',"childArray" : [
    {   'sTitle':'Board of Instructors',
        'bIsWebPath':true,
        'sUrl':'boigymnastics.html'
    },
    {   'sTitle':'Camp Committee',
        'bIsWebPath':true,
        'sUrl':'campcommittee.html'
    },
    {   'sTitle':'Children\'s Camping Committee',
        'bIsWebPath':true,
        'sUrl':'campingstaff.html'
    },
    {   'sTitle':'Marketing Committee',
        'bIsWebPath':true,
        'sUrl':'marketing.html'
    },
    {   'sTitle':'Entertainment Committee',
        'bIsWebPath':true,
        'sUrl':'entertainment.html'
    },
    {   'sTitle':'Membership Committee',
        'bIsWebPath':true,
        'sUrl':'membership.html'
    },
    {   'sTitle':'Social Committee',
        'bIsWebPath':true,
        'sUrl':'social.html'
    },
    {   'sTitle':'Escrip Fundraising Cards',
        'bIsWebPath':true,
        'sUrl':'escrip.html'
    }]
},
{   'sTitle':'Join Sokol',
    'bIsWebPath':true,
    'sUrl':'join.html'
}]
});
