var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Information',
    bIsWebPath:true,
    sUrl:'information.html',"childArray" : [
    {   sTitle:'Sponsors',
        bIsWebPath:true,
        sUrl:'sponsors.html'
    },
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'links.html'
    },
    {   sTitle:'FAQ',
        bIsWebPath:true,
        sUrl:'faq.html'
    }]
},
{   sTitle:'Membership',
    bIsWebPath:true,
    sUrl:'membership.html'
},
{   sTitle:'Training',
    bIsWebPath:true,
    sUrl:'training.html',"childArray" : [
    {   sTitle:'Training Schedule',
        bIsWebPath:true,
        sUrl:'trainingschedule.html'
    },
    {   sTitle:'Training Fees',
        bIsWebPath:true,
        sUrl:'trainingfees.html'
    },
    {   sTitle:'Training Venues',
        bIsWebPath:true,
        sUrl:'trainingvenues.html'
    }]
},
{   sTitle:'Racing',
    bIsWebPath:true,
    sUrl:'racing.html',"childArray" : [
    {   sTitle:'Events',
        bIsWebPath:true,
        sUrl:'events.html'
    },
    {   sTitle:'Results',
        bIsWebPath:true,
        sUrl:'results.html'
    },
    {   sTitle:'Reports\\Media',
        bIsWebPath:true,
        sUrl:'reports.html'
    }]
},
{   sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'photos.html'
},
{   sTitle:'DAT Shop',
    bIsWebPath:true,
    sUrl:'datshop.html',"childArray" : [
    {   sTitle:'DAT Triathlon Shop',
        bIsWebPath:true,
        sUrl:'datshoptri.html'
    },
    {   sTitle:'DAT Swimming Shop',
        bIsWebPath:true,
        sUrl:'datshopswim.html'
    },
    {   sTitle:'DAT Cycling Shop',
        bIsWebPath:true,
        sUrl:'datshopcycle.html'
    },
    {   sTitle:'DAT Running Shop',
        bIsWebPath:true,
        sUrl:'datshoprun.html'
    },
    {   sTitle:'DAT Supporters Shop',
        bIsWebPath:true,
        sUrl:'datshopsupport.html'
    },
    {   sTitle:'Order Form',
        bIsWebPath:true,
        sUrl:'datorderform.html'
    }]
},
{   sTitle:'Club',
    bIsWebPath:true,
    sUrl:'club.html',"childArray" : [
    {   sTitle:'Newsletter',
        bIsWebPath:true,
        sUrl:'newsletter.html'
    },
    {   sTitle:'Coaches',
        bIsWebPath:true,
        sUrl:'coaches.html'
    },
    {   sTitle:'Committee',
        bIsWebPath:true,
        sUrl:'committee.html'
    },
    {   sTitle:'The Team',
        bIsWebPath:true,
        sUrl:'theteam.html'
    },
    {   sTitle:'Golf Day',
        bIsWebPath:true,
        sUrl:'polldat.html'
    },
    {   sTitle:'Honour Board',
        bIsWebPath:true,
        sUrl:'honourboard.html'
    },
    {   sTitle:'Awards Nights',
        bIsWebPath:true,
        sUrl:'awardnight.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Login',
    bIsWebPath:true,
    sUrl:'login.html',"childArray" : [
    {   sTitle:'Members Login',
        bIsWebPath:true,
        sUrl:'loginmembers.html'
    },
    {   sTitle:'Committee Login',
        bIsWebPath:true,
        sUrl:'logincommitee.html'
    }]
}]
});
