var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Committee',
    bIsWebPath:true,
    sUrl:'committee.html'
},
{   sTitle:'Eastern Centre',
    bIsWebPath:true,
    sUrl:'easternctr.html',"childArray" : [
    {   sTitle:'Starting in the Sport',
        bIsWebPath:true,
        sUrl:'starting.html',"childArray" : [
        {   sTitle:'Joining A Club',
            bIsWebPath:true,
            sUrl:'joinclub.html'
        },
        {   sTitle:'Youth Sport',
            bIsWebPath:true,
            sUrl:'ythsport.html'
        }]
    },
    {   sTitle:'Sporting Disciplines',
        bIsWebPath:true,
        sUrl:'ecdisciplines.html',"childArray" : [
        {   sTitle:'About MX',
            bIsWebPath:true,
            sUrl:'aboutmx.html',"childArray" : [
            {   sTitle:'Starting MX',
                bIsWebPath:true,
                sUrl:'startmx.html'
            }]
        },
        {   sTitle:'About Enduro',
            bIsWebPath:true,
            sUrl:'aboutend.html',"childArray" : [
            {   sTitle:'Starting Enduro',
                bIsWebPath:true,
                sUrl:'startend.html'
            }]
        },
        {   sTitle:'About Trials',
            bIsWebPath:true,
            sUrl:'abouttrls.html',"childArray" : [
            {   sTitle:'Starting Trials',
                bIsWebPath:true,
                sUrl:'starttrls.html'
            }]
        },
        {   sTitle:'About Grass Track',
            bIsWebPath:true,
            sUrl:'aboutgt.html',"childArray" : [
            {   sTitle:'Starting Grass Track',
                bIsWebPath:true,
                sUrl:'startgt.html'
            }]
        }]
    }]
},
{   sTitle:'Trials',
    bIsWebPath:true,
    sUrl:'trials.html',"childArray" : [
    {   sTitle:'Trls ChampRules',
        bIsWebPath:true,
        sUrl:'trlschmprules.html'
    },
    {   sTitle:'Trls Champ Rounds',
        bIsWebPath:true,
        sUrl:'trlschamprnds.html'
    }]
},
{   sTitle:'Motocross',
    bIsWebPath:true,
    sUrl:'motocross.html',"childArray" : [
    {   sTitle:'Mx Champ Rules',
        bIsWebPath:true,
        sUrl:'mxchamprules.html'
    },
    {   sTitle:'Mx Champ Rounds',
        bIsWebPath:true,
        sUrl:'ecmxrnds.html'
    }]
},
{   sTitle:'Fixture List',
    bIsWebPath:true,
    sUrl:'fixture list.html'
},
{   sTitle:'History',
    bIsWebPath:true,
    sUrl:'history.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'ContactUs',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'Membership',
    bIsWebPath:true,
    sUrl:'membership.html',"childArray" : [
    {   sTitle:'Membership Info',
        bIsWebPath:true,
        sUrl:'meminfo.html'
    },
    {   sTitle:'ACU Info',
        bIsWebPath:true,
        sUrl:'acuinfo.html'
    }]
},
{   sTitle:'Site Map',
    bIsWebPath:true,
    sUrl:'sitemap.html'
}]
});
