var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html',"childArray" : [
    {   sTitle:'2011',
        bIsWebPath:true,
        sUrl:'events2011.html'
    },
    {   sTitle:'2010',
        bIsWebPath:true,
        sUrl:'event2010.html'
    },
    {   sTitle:'2009',
        bIsWebPath:true,
        sUrl:'event2009.html'
    },
    {   sTitle:'2008',
        bIsWebPath:true,
        sUrl:'event2008.html'
    },
    {   sTitle:'2007',
        bIsWebPath:true,
        sUrl:'event2007.html'
    },
    {   sTitle:'2006',
        bIsWebPath:true,
        sUrl:'event2006.html'
    },
    {   sTitle:'2005',
        bIsWebPath:true,
        sUrl:'event2005.html'
    },
    {   sTitle:'2004',
        bIsWebPath:true,
        sUrl:'event2004.html'
    },
    {   sTitle:'2003',
        bIsWebPath:true,
        sUrl:'event2003.html'
    }]
},
{   sTitle:'Web Solutions',
    bIsWebPath:true,
    sUrl:'websolutions.html',"childArray" : [
    {   sTitle:'Future Sports',
        bIsWebPath:true,
        sUrl:'webfsports.html'
    },
    {   sTitle:'Gorleston Gallery',
        bIsWebPath:true,
        sUrl:'webgorgal.html'
    },
    {   sTitle:'hatfield Swim club',
        bIsWebPath:true,
        sUrl:'webhsc.html'
    },
    {   sTitle:'Herts ASA',
        bIsWebPath:true,
        sUrl:'webhertsasa.html'
    },
    {   sTitle:'harbour terrace',
        bIsWebPath:true,
        sUrl:'webharter.html'
    },
    {   sTitle:'youth swim club',
        bIsWebPath:true,
        sUrl:'webysc.html'
    }]
},
{   sTitle:'Swimming',
    bIsWebPath:true,
    sUrl:'swimming.html',"childArray" : [
    {   sTitle:'BUCS',
        bIsWebPath:true,
        sUrl:'swimmingbucs.html'
    },
    {   sTitle:'Cheshunt SC',
        bIsWebPath:true,
        sUrl:'swimmingcsc.html'
    },
    {   sTitle:'CoStA',
        bIsWebPath:true,
        sUrl:'swimmingcosta.html'
    },
    {   sTitle:'East Region ASA',
        bIsWebPath:true,
        sUrl:'swimmingeastasa.html'
    },
    {   sTitle:'Hatfield SC',
        bIsWebPath:true,
        sUrl:'swimminghsc.html'
    },
    {   sTitle:'Hertfordshire ASA',
        bIsWebPath:true,
        sUrl:'swimminghertsasa.html'
    },
    {   sTitle:'Hertfordshire SportsVillage',
        bIsWebPath:true,
        sUrl:'swimminghsv.html'
    },
    {   sTitle:'Hoddesdon SC',
        bIsWebPath:true,
        sUrl:'swimminghodsc.html'
    },
    {   sTitle:'National Arena League',
        bIsWebPath:true,
        sUrl:'swimmingnal.html'
    },
    {   sTitle:'Norfolk/Suffolk ASA',
        bIsWebPath:true,
        sUrl:'swimmingnorfolksuffolk.html'
    },
    {   sTitle:'UEA City of Norwich',
        bIsWebPath:true,
        sUrl:'swimmingueanorwich.html'
    },
    {   sTitle:'UEA Sports Park',
        bIsWebPath:true,
        sUrl:'swimmingueasp.html'
    }]
},
{   sTitle:'Venues',
    bIsWebPath:true,
    sUrl:'venues.html',"childArray" : [
    {   sTitle:'Crystal Palace',
        bIsWebPath:true,
        sUrl:'venuecrypal.html'
    },
    {   sTitle:'Hertfordshire Sportsvillage',
        bIsWebPath:true,
        sUrl:'venuehsv.html'
    },
    {   sTitle:'Norwich Sports Park',
        bIsWebPath:true,
        sUrl:'venuensp.html'
    },
    {   sTitle:'Borehamwood The Venue',
        bIsWebPath:true,
        sUrl:'venueborham.html'
    },
    {   sTitle:'Ponds Forge Sheffield',
        bIsWebPath:true,
        sUrl:'venuepondsf.html'
    }]
},
{   sTitle:'CMH Live',
    bIsWebPath:true,
    sUrl:'cmhlive.html'
},
{   sTitle:'CMH Results',
    bIsWebPath:true,
    sUrl:'cmhresults.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});