var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'main.html',
    sTarget:'_self'
},
{   sTitle:'The Club',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'History',
        bIsWebPath:true,
        sUrl:'history.html',
        sTarget:'_self'
    },
    {   sTitle:'Location',
        bIsWebPath:true,
        sUrl:'location.html',
        sTarget:'_self'
    },
    {   sTitle:'Visitors',
        bIsWebPath:true,
        sUrl:'visitors.html',
        sTarget:'_self'
    },
    {   sTitle:'Contacts',
        bIsWebPath:true,
        sUrl:'contacts.html',
        sTarget:'_self'
    },
    {   sDescription:'Member to Member Communication via Email Group',
        sTitle:'Email Group',
        bIsWebPath:true,
        sUrl:'email.html',
        sTarget:'_self'
    },
    {   sTitle:'Membership & Moorings',
        bIsWebPath:true,
        sUrl:'mooring.html',
        sTarget:'_self'
    },
    {   sTitle:'Health and Safety',
        bIsWebPath:true,
        sUrl:'healthandsafety.html',
        sTarget:'_self'
    },
    {   sTitle:'Drying Grids',
        bIsWebPath:true,
        sUrl:'grid.html',
        sTarget:'_self'
    },
    {   sTitle:'2010 Moorings Available',
        bIsWebPath:true,
        sUrl:'moorings.html'
    }]
},
{   sDescription:'Sailing Activities',
    sTitle:'Sailing',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Racing',
        sUrl:'',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Race Calendar',
            bIsWebPath:true,
            sUrl:'whatson.html',
            sTarget:'_self'
        },
        {   sTitle:'PCC Race Marks',
            bIsWebPath:true,
            sUrl:'racemarks.html'
        },
        {   sTitle:'Racing - Terms and Conditions',
            bIsWebPath:true,
            sUrl:'racingterms.html',
            sTarget:'_self'
        },
        {   sTitle:'Race Results Page',
            bIsWebPath:true,
            sUrl:'raceresults.html'
        },
        {   sTitle:'OOD Notes',
            bIsWebPath:true,
            sUrl:'ood.html'
        },
        {   sTitle:'The Lundy Challenge',
            bIsWebPath:true,
            sUrl:'lundy.html'
        }]
    },
    {   sTitle:'Cruising',
        sUrl:'',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Cruising Calendar',
            bIsWebPath:true,
            sUrl:'whatson.html',
            sTarget:'_self'
        },
        {   sTitle:'Cruising Terms and Conditions',
            bIsWebPath:true,
            sUrl:'cruisingterms.html',
            sTarget:'_self'
        },
        {   sTitle:'Easter Cruise 2010',
            bIsWebPath:true,
            sUrl:'easter.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Sailing',
        bIsWebPath:true,
        sUrl:'sailing.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Visitors',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'General',
        bIsWebPath:true,
        sUrl:'visitors.html',
        sTarget:'_self'
    },
    {   sTitle:'King Road Pilotage',
        bIsWebPath:true,
        sUrl:'kingroadpilotage.html'
    },
    {   sTitle:'Portishead Cruising Club - Pilotage',
        bIsWebPath:true,
        sUrl:'pilotage.html'
    }]
},
{   sTitle:'Social',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'General',
        bIsWebPath:true,
        sUrl:'social.html',
        sTarget:'_self'
    },
    {   sTitle:'What\'s On',
        bIsWebPath:true,
        sUrl:'whatson.html',
        sTarget:'_self'
    }]
},
{   sTitle:'General',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sDescription:'Members\' Photos',
        sTitle:'Gallery',
        bIsWebPath:true,
        sUrl:'gallery.html',
        sTarget:'_self'
    },
    {   sTitle:'For Sale & Crew',
        bIsWebPath:true,
        sUrl:'forsale.html'
    },
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'links.html',
        sTarget:'_self'
    },
    {   sTitle:'Humour',
        bIsWebPath:true,
        sUrl:'humour.html'
    }]
},
{   sTitle:'Members',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Group Email',
        bIsWebPath:true,
        sUrl:'email.html',
        sTarget:'_self'
    }]
}]
});