var customNavTree10 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Diving',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Event Calendar',
        bIsWebPath:true,
        sUrl:'calendar.html'
    },
    {   sTitle:'Dive Listings',
        bIsWebPath:true,
        sUrl:'trips2010.html'
    },
    {   sTitle:'Planner',
        bIsWebPath:true,
        sUrl:'documents/planner2010.pdf',
        sTarget:'_blank'
    },
    {   sTitle:'Booking Policy',
        bIsWebPath:true,
        sUrl:'bookingpolicy.html'
    },
    {   sTitle:'Code of Practice',
        bIsWebPath:true,
        sUrl:'codeofpractice.html',
        sTarget:'_self'
    },
    {   sTitle:'Trip Reports',
        bIsWebPath:true,
        sUrl:'tripreports.html',
        sTarget:'_self'
    },
    {   sTitle:'2011 Dive Plan',
        bIsWebPath:true,
        sUrl:'plan2011.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Social',
    bIsWebPath:true,
    sUrl:'social.html'
},
{   sTitle:'Club',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'About us',
        bIsWebPath:true,
        sUrl:'about.html',
        sTarget:'_self'
    },
    {   sTitle:'Membership',
        bIsWebPath:true,
        sUrl:'membership.html'
    },
    {   sTitle:'Committee',
        bIsWebPath:true,
        sUrl:'committee.html'
    },
    {   sTitle:'Respect Charter',
        bIsWebPath:true,
        sUrl:'resepectcharter.html'
    }]
},
{   sTitle:'Gallery',
    sUrl:'http://www.facebook.com/pages/Aquanaut-Dive-Club/118616548169232?v=photos',
    sTarget:'_blank'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});