var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about us.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Calendar',
    bIsWebPath:true,
    sUrl:'calendar.html'
},
{   sTitle:'Activities',
    bIsWebPath:true,
    sUrl:'activities.html',"childArray" : [
    {   sTitle:'Abseiling',
        bIsWebPath:true,
        sUrl:'abseiling.html'
    },
    {   sTitle:'Archery',
        bIsWebPath:true,
        sUrl:'archery.html'
    },
    {   sTitle:'Expeditions',
        bIsWebPath:true,
        sUrl:'expeditions.html'
    },
    {   sTitle:'Kayaking',
        bIsWebPath:true,
        sUrl:'kayaking.html'
    },
    {   sTitle:'Open Canoeing',
        bIsWebPath:true,
        sUrl:'open canoeing.html'
    },
    {   sTitle:'Orienteering',
        bIsWebPath:true,
        sUrl:'orienteering.html'
    },
    {   sTitle:'Raft Building',
        bIsWebPath:true,
        sUrl:'raft building.html'
    },
    {   sTitle:'Rock Climbing',
        bIsWebPath:true,
        sUrl:'rock climbing.html'
    },
    {   sTitle:'Team Building',
        bIsWebPath:true,
        sUrl:'team building.html'
    }]
},
{   sTitle:'First Aid Courses',
    bIsWebPath:true,
    sUrl:'first aid courses.html',"childArray" : [
    {   sTitle:'Primary & Secondary Care',
        bIsWebPath:true,
        sUrl:'primary_secondary.html'
    },
    {   sTitle:'Care for Children',
        bIsWebPath:true,
        sUrl:'care_children.html'
    },
    {   sTitle:'Emergency First Aid at Work',
        bIsWebPath:true,
        sUrl:'EFAW.html'
    },
    {   sTitle:'First Aid at Work',
        bIsWebPath:true,
        sUrl:'FAW.html'
    },
    {   sTitle:'First Aid at Work Re-qualification',
        bIsWebPath:true,
        sUrl:'FAWRe.html'
    },
    {   sTitle:'Healthcare Professionals',
        bIsWebPath:true,
        sUrl:'healthcare_professionals.html'
    },
    {   sTitle:'Manual Handling',
        bIsWebPath:true,
        sUrl:'manual handling.html'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact us.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
