var customnavtree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'The Club',
    bIsWebPath:true,
    sUrl:'theclub.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'History',
        bIsWebPath:true,
        sUrl:'history.html',
        sTarget:'_self'
    },
    {   sTitle:'Rules',
        bIsWebPath:true,
        sUrl:'rules.html',
        sTarget:'_self'
    },
    {   sTitle:'Etiquette',
        bIsWebPath:true,
        sUrl:'etiquette.html',
        sTarget:'_self'
    },
    {   sTitle:'Trophies',
        bIsWebPath:true,
        sUrl:'trophies.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Members Page',
    bIsWebPath:true,
    sUrl:'teamdata.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Team Data',
        bIsWebPath:true,
        sUrl:'teams.html',
        sTarget:'_self'
    },
    {   sTitle:'Fixtures',
        bIsWebPath:true,
        sUrl:'fixtures.html',
        sTarget:'_self'
    }]
},
{   sTitle:'League Results',
    bIsWebPath:true,
    sUrl:'leagueresults.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Division 1',
        bIsWebPath:true,
        sUrl:'division1.html',
        sTarget:'_self'
    },
    {   sTitle:'Division 2',
        bIsWebPath:true,
        sUrl:'division2.html',
        sTarget:'_self'
    },
    {   sTitle:'Division 3',
        bIsWebPath:true,
        sUrl:'division3.html',
        sTarget:'_self'
    },
    {   sTitle:'Division 4',
        bIsWebPath:true,
        sUrl:'division4.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Other Competitions',
    bIsWebPath:true,
    sUrl:'competitions.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Greenacres Cup',
        bIsWebPath:true,
        sUrl:'greenacres.html',
        sTarget:'_self'
    },
    {   sTitle:'Braehead Cup',
        bIsWebPath:true,
        sUrl:'braeheadpage.html',
        sTarget:'_self'
    },
    {   sTitle:'Challenge Trophy',
        bIsWebPath:true,
        sUrl:'challenge.html',
        sTarget:'_self'
    },
    {   sTitle:'Pairs',
        bIsWebPath:true,
        sUrl:'pairs.html',
        sTarget:'_self'
    },
    {   sTitle:'Points',
        bIsWebPath:true,
        sUrl:'points.html',
        sTarget:'_self'
    }]
},
{   sTitle:'R T C',
    bIsWebPath:true,
    sUrl:'rtc.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Andorra 2005',
        bIsWebPath:true,
        sUrl:'andorra.html',
        sTarget:'_self'
    },
    {   sTitle:'Prague 2007',
        bIsWebPath:true,
        sUrl:'prague.html',
        sTarget:'_self'
    },
    {   sTitle:'Riga 2009',
        bIsWebPath:true,
        sUrl:'riga.html',
        sTarget:'_self'
    },
    {   sTitle:'2011',
        bIsWebPath:true,
        sUrl:'2011.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Archives',
    bIsWebPath:true,
    sUrl:'archives.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Past Presidents',
        bIsWebPath:true,
        sUrl:'presidents.html',
        sTarget:'_self'
    },
    {   sTitle:'2008 / 2009',
        bIsWebPath:true,
        sUrl:'2008_2009.html',
        sTarget:'_self'
    },
    {   sTitle:'2007 / 2008',
        bIsWebPath:true,
        sUrl:'2007_2008.html',
        sTarget:'_self'
    },
    {   sTitle:'2006 / 2007',
        bIsWebPath:true,
        sUrl:'2006_2007.html',
        sTarget:'_self'
    },
    {   sTitle:'2005 / 2006',
        bIsWebPath:true,
        sUrl:'2005_2006.html',
        sTarget:'_self'
    },
    {   sTitle:'2004 / 2005',
        bIsWebPath:true,
        sUrl:'2004_2005.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});