var customNavTree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Results',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Latest Results',
        bIsWebPath:true,
        sUrl:'latestresult.html',
        sTarget:'_self'
    },
    {   sTitle:'Calendar of Results',
        bIsWebPath:true,
        sUrl:'calresults.html',
        sTarget:'_self'
    },
    {   sTitle:'Ladders',
        bIsWebPath:true,
        sUrl:'ladders.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Events',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'What\'s on',
        bIsWebPath:true,
        sUrl:'whatson.html'
    },
    {   sTitle:'Calendar',
        bIsWebPath:true,
        sUrl:'calendars.html',
        sTarget:'_self'
    },
    {   sTitle:'Competition ByLaws',
        bIsWebPath:true,
        sUrl:'bylaws.html',
        sTarget:'_self'
    },
    {   sTitle:'Current Champions',
        bIsWebPath:true,
        sUrl:'clubchampions.html',
        sTarget:'_self'
    },
    {   sTitle:'Inter-club competitions',
        bIsWebPath:true,
        sUrl:'interclubcompetitions.html',
        sTarget:'_self'
    }]
},
{   sTitle:'About the club',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'News and Newsletters',
        bIsWebPath:true,
        sUrl:'newsletters.html',
        sTarget:'_self'
    },
    {   sTitle:'Management',
        bIsWebPath:true,
        sUrl:'whoswho.html',
        sTarget:'_self'
    },
    {   sTitle:'Membership',
        bIsWebPath:true,
        sUrl:'membership.html'
    },
    {   sTitle:'Running the club',
        bIsWebPath:true,
        sUrl:'running.html',
        sTarget:'_self'
    },
    {   sTitle:'Clubhouse',
        bIsWebPath:true,
        sUrl:'clubhouse.html'
    },
    {   sTitle:'Travel information',
        bIsWebPath:true,
        sUrl:'travel.html',
        sTarget:'_self'
    },
    {   sTitle:'History',
        bIsWebPath:true,
        sUrl:'history.html',
        sTarget:'_self'
    },
    {   sTitle:'Future',
        bIsWebPath:true,
        sUrl:'obcfuture.html',
        sTarget:'_self'
    }]
},
{   sTitle:'All about bridge',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Laws and etiquette',
        bIsWebPath:true,
        sUrl:'laws&etiquette.html'
    },
    {   sTitle:'Convention cards',
        bIsWebPath:true,
        sUrl:'conventioncards.html'
    },
    {   sTitle:'Reference',
        bIsWebPath:true,
        sUrl:'reference.html'
    },
    {   sTitle:'Education and training',
        bIsWebPath:true,
        sUrl:'education&training.html'
    },
    {   sTitle:'Interesting hands',
        bIsWebPath:true,
        sUrl:'interestinghands.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contacts',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Contact us',
        bIsWebPath:true,
        sUrl:'contactus.html'
    },
    {   sTitle:'Feedback Form',
        bIsWebPath:true,
        sUrl:'feedbackform.html',
        sTarget:'_self'
    },
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'links.html'
    }]
},
{   sTitle:'Forum',
    bIsWebPath:true,
    sUrl:'forum.html'
}]
});
