var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Diving fun',
    bIsWebPath:true,
    sUrl:'diving_fun.html'
},
{   sTitle:'Membership',
    bIsWebPath:true,
    sUrl:'membership.html'
},
{   sTitle:'Courses',
    bIsWebPath:true,
    sUrl:'courses.html'
},
{   sTitle:'Trips',
    bIsWebPath:true,
    sUrl:'trips.html',"childArray" : [
    {   sTitle:'Crete - July 2011',
        bIsWebPath:true,
        sUrl:'crete_july_2011.html'
    },
    {   sTitle:'BBQ at Ron and Helen\'s - July 2011',
        bIsWebPath:true,
        sUrl:'bbq_at_ron_and_helens_july_2011.html'
    },
    {   sTitle:'Farne Islands - May 2011',
        bIsWebPath:true,
        sUrl:'farne_islands_may_2011.html'
    },
    {   sTitle:'Eccleston Delph 2011',
        bIsWebPath:true,
        sUrl:'eccleston_delph_2011.html'
    },
    {   sTitle:'Debdale 2011',
        bIsWebPath:true,
        sUrl:'debdale_2011.html'
    },
    {   sTitle:'Scapa 2010',
        bIsWebPath:true,
        sUrl:'scapa_2010.html'
    },
    {   sTitle:'Tenerife 2010',
        bIsWebPath:true,
        sUrl:'tenerife_2010.html'
    },
    {   sTitle:'Gozo 2009',
        bIsWebPath:true,
        sUrl:'gozo_2009.html'
    },
    {   sTitle:'Norway 2008',
        bIsWebPath:true,
        sUrl:'norway_2008.html'
    },
    {   sTitle:'Scapa Flow 2008',
        bIsWebPath:true,
        sUrl:'scapa_flow_2008.html'
    },
    {   sTitle:'Egypt 2006',
        bIsWebPath:true,
        sUrl:'egypt_2006.html'
    },
    {   sTitle:'Red Sea 2006',
        bIsWebPath:true,
        sUrl:'red_sea_2006.html'
    },
    {   sTitle:'Capernwray',
        bIsWebPath:true,
        sUrl:'capernwray.html'
    },
    {   sTitle:'Farnes',
        bIsWebPath:true,
        sUrl:'farnes.html'
    },
    {   sTitle:'Hard Hat Diving',
        bIsWebPath:true,
        sUrl:'hard_hat_diving.html'
    },
    {   sTitle:'Vivian',
        bIsWebPath:true,
        sUrl:'vivian.html'
    }]
},
{   sTitle:'Committee',
    bIsWebPath:true,
    sUrl:'committee.html'
},
{   sTitle:'Events diary',
    bIsWebPath:true,
    sUrl:'events_diary.html'
},
{   sTitle:'Forum',
    bIsWebPath:true,
    sUrl:'forum.html'
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
}]
});
