var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'Schools/Youth Groups',
    bIsWebPath:true,
    sUrl:'schools_&_youth_groups.htm'
},
{   sTitle:'OFFERS',
    bIsWebPath:true,
    sUrl:'OFFERS.htm'
},
{   sTitle:'Opening Times',
    bIsWebPath:true,
    sUrl:'opening_times.htm'
},
{   sTitle:'Activities',
    bIsWebPath:true,
    sUrl:'activities.htm',"childArray" : [
    {   sTitle:'Aerial Adventure',
        bIsWebPath:true,
        sUrl:'aerial_adventure.htm'
    },
    {   sTitle:'Segway',
        bIsWebPath:true,
        sUrl:'Segway.htm'
    },
    {   sTitle:'Archery',
        bIsWebPath:true,
        sUrl:'archery.htm'
    },
    {   sTitle:'The WALL',
        bIsWebPath:true,
        sUrl:'the_wall.htm'
    },
    {   sTitle:'Shooting',
        bIsWebPath:true,
        sUrl:'shooting.htm'
    },
    {   sTitle:'Axe-Knife Throwing',
        bIsWebPath:true,
        sUrl:'axe_knife_throwing.htm'
    }]
},
{   sTitle:'Party Time',
    bIsWebPath:true,
    sUrl:'party_time.htm',"childArray" : [
    {   sTitle:'Children\'s Parties',
        bIsWebPath:true,
        sUrl:'childrens_parties.htm'
    },
    {   sTitle:'Adult Groups',
        bIsWebPath:true,
        sUrl:'adult_groups.htm'
    }]
},
{   sTitle:'Corporate',
    bIsWebPath:true,
    sUrl:'corporate.htm'
},
{   sTitle:'Vouchers',
    bIsWebPath:true,
    sUrl:'vouchers.htm',"childArray" : [
    {   sTitle:'target archery vouchers',
        bIsWebPath:true,
        sUrl:'target_archery_vouchers.htm'
    },
    {   sTitle:'segway vouchers',
        bIsWebPath:true,
        sUrl:'segway_vouchers.htm'
    },
    {   sTitle:'aerial adventure vouchers',
        bIsWebPath:true,
        sUrl:'aerial_adventure_vouchers.htm'
    },
    {   sTitle:'take aim & shoot vouchers',
        bIsWebPath:true,
        sUrl:'take_aim_&_shoot_vouchers.htm'
    },
    {   sTitle:'have a go vouchers',
        bIsWebPath:true,
        sUrl:'have_a_go.htm'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_us.htm',"childArray" : [
    {   sTitle:'find us',
        bIsWebPath:true,
        sUrl:'find_us.htm'
    },
    {   sTitle:'weblinks',
        bIsWebPath:true,
        sUrl:'weblinks.htm'
    },
    {   sTitle:'Gallery',
        bIsWebPath:true,
        sUrl:'gallery.htm'
    },
    {   sTitle:'Enquiry Form',
        bIsWebPath:true,
        sUrl:'enquiry_form.htm'
    }]
}]
});
