var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html',"childArray" : [
    {   sTitle:'News Reports',
        bIsWebPath:true,
        sUrl:'newsreports1.html'
    },
    {   sTitle:'Recent News',
        bIsWebPath:true,
        sUrl:'recentnews.html'
    },
    {   sTitle:'Older News',
        bIsWebPath:true,
        sUrl:'oldernews.html'
    },
    {   sTitle:'News Archive',
        bIsWebPath:true,
        sUrl:'newsarchive.html'
    },
    {   sTitle:'Competition Results',
        bIsWebPath:true,
        sUrl:'competitionresults.html'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'Coaches & Staff',
        bIsWebPath:true,
        sUrl:'coachingstaff.html'
    },
    {   sTitle:'Friends of Pegasus',
        bIsWebPath:true,
        sUrl:'friendsofpegasus.html'
    },
    {   sTitle:'Club Facilities',
        bIsWebPath:true,
        sUrl:'clubfacilities.html'
    },
    {   sTitle:'Club History',
        bIsWebPath:true,
        sUrl:'clubhistory.html'
    }]
},
{   sTitle:'Classes',
    bIsWebPath:true,
    sUrl:'classes.html',"childArray" : [
    {   sTitle:'Class Timetables',
        bIsWebPath:true,
        sUrl:'classtimetables.html'
    },
    {   sTitle:'Kindergym',
        bIsWebPath:true,
        sUrl:'kindergym.html'
    },
    {   sTitle:'General Classes',
        bIsWebPath:true,
        sUrl:'generalclasses.html'
    },
    {   sTitle:'Club Structure',
        bIsWebPath:true,
        sUrl:'clubstructure.html'
    },
    {   sTitle:'Club Rules',
        bIsWebPath:true,
        sUrl:'clubrules.html'
    }]
},
{   sTitle:'Squads',
    bIsWebPath:true,
    sUrl:'squads.html',"childArray" : [
    {   sTitle:'Men\'s Artistic',
        bIsWebPath:true,
        sUrl:'mensartistic.html'
    },
    {   sTitle:'Women\'s Artistic',
        bIsWebPath:true,
        sUrl:'womensartistic.html'
    },
    {   sTitle:'Floor & Vault',
        bIsWebPath:true,
        sUrl:'floorandvault.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contactus.html',"childArray" : [
    {   sTitle:'How to find us',
        bIsWebPath:true,
        sUrl:'howtofindus.html'
    },
    {   sTitle:'Office Hours & Email Contacts',
        bIsWebPath:true,
        sUrl:'officehours.html'
    },
    {   sTitle:'Welfare',
        bIsWebPath:true,
        sUrl:'welfare.html'
    }]
},
{   sTitle:'FAQ\'s',
    bIsWebPath:true,
    sUrl:'faqs.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Members',
    bIsWebPath:true,
    sUrl:'members.html'
}]
});
