var customnavtree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Province Clubs',
    bIsWebPath:true,
    sUrl:'clubs.html'
},
{   sTitle:'Competitions',
    bIsWebPath:true,
    sUrl:'competitions.html',"childArray" : [
    {   sTitle:'Rules',
        bIsWebPath:true,
        sUrl:'rules.html'
    },
    {   sTitle:'Ramshead',
        bIsWebPath:true,
        sUrl:'ramshead.html',"childArray" : [
        {   sTitle:'The Draw',
            bIsWebPath:true,
            sUrl:'draw.html'
        },
        {   sTitle:'Section A',
            bIsWebPath:true,
            sUrl:'rha.html'
        },
        {   sTitle:'Section B',
            bIsWebPath:true,
            sUrl:'rhb.html'
        },
        {   sTitle:'Section C',
            bIsWebPath:true,
            sUrl:'rhc.html'
        },
        {   sTitle:'Section D',
            bIsWebPath:true,
            sUrl:'rhd.html'
        }]
    },
    {   sTitle:'Barratt Cup',
        bIsWebPath:true,
        sUrl:'barrattcup.html'
    },
    {   sTitle:'Ladies League',
        bIsWebPath:true,
        sUrl:'ladiesl.html',"childArray" : [
        {   sTitle:'Draw',
            bIsWebPath:true,
            sUrl:'lleaguedraw.html'
        },
        {   sTitle:'Results',
            bIsWebPath:true,
            sUrl:'lleagueresults.html'
        }]
    },
    {   sTitle:'Ladies Broom',
        bIsWebPath:true,
        sUrl:'ladiesb.html'
    },
    {   sTitle:'Osprey Salver',
        bIsWebPath:true,
        sUrl:'osprey salver.html'
    },
    {   sTitle:'Points',
        bIsWebPath:true,
        sUrl:'points.html'
    },
    {   sTitle:'Pres v V Pres',
        bIsWebPath:true,
        sUrl:'presvvp.html'
    },
    {   sTitle:'Shand Harvey',
        bIsWebPath:true,
        sUrl:'shand.html'
    },
    {   sTitle:'Other Competitions',
        bIsWebPath:true,
        sUrl:'othercompetitions.html'
    }]
},
{   sTitle:'Archives',
    bIsWebPath:true,
    sUrl:'archive.html',"childArray" : [
    {   sTitle:'Presidents/Ramshead/Barratt Cup/Shand Harvey',
        bIsWebPath:true,
        sUrl:'archive2.html'
    },
    {   sTitle:'Salver/Broom/Hart/Polson',
        bIsWebPath:true,
        sUrl:'archive1.html'
    }]
},
{   sTitle:'Ottawa Valley',
    bIsWebPath:true,
    sUrl:'ottawa.html',"childArray" : [
    {   sTitle:'1979 Diary',
        bIsWebPath:true,
        sUrl:'1979.html'
    },
    {   sTitle:'1988 Diary',
        bIsWebPath:true,
        sUrl:'1988.html'
    },
    {   sTitle:'1994 Diary',
        bIsWebPath:true,
        sUrl:'1994.html'
    },
    {   sTitle:'2002 Diary',
        bIsWebPath:true,
        sUrl:'2002.html'
    }]
},
{   sTitle:'Committee',
    bIsWebPath:true,
    sUrl:'commpage.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sTitle:'OVCA 2010',
        bIsWebPath:true,
        sUrl:'ovca2010.html'
    }]
}]
});
