var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Location',
    bIsWebPath:true,
    sUrl:'location.html',"childArray" : [
    {   sTitle:'Maps & Directions',
        bIsWebPath:true,
        sUrl:'maps.html'
    },
    {   sTitle:'Aerial View',
        bIsWebPath:true,
        sUrl:'aerial.html'
    },
    {   sTitle:'Nearby Places',
        bIsWebPath:true,
        sUrl:'nearby.html'
    }]
},
{   sTitle:'Site Tour',
    bIsWebPath:true,
    sUrl:'sitetour.html',"childArray" : [
    {   sTitle:'Site Map',
        bIsWebPath:true,
        sUrl:'sitemap.html'
    },
    {   sTitle:'Centre Building',
        bIsWebPath:true,
        sUrl:'centre.html'
    },
    {   sTitle:'History',
        bIsWebPath:true,
        sUrl:'history.html'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Booking',
    bIsWebPath:true,
    sUrl:'booking.html',"childArray" : [
    {   sTitle:'Prices',
        bIsWebPath:true,
        sUrl:'prices.html'
    },
    {   sTitle:'Contact',
        bIsWebPath:true,
        sUrl:'contact.html'
    }]
},
{   sTitle:'Downloads',
    bIsWebPath:true,
    sUrl:'downloads.html',"childArray" : [
    {   sTitle:'Booking Form',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'Booking form 2011-2012.pdf',
        sTarget:'_blank'
    },
    {   sTitle:'Booking Conditions',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'Booking Conditions-Oct11.pdf',
        sTarget:'_blank'
    },
    {   sTitle:'Health and Safety Policy',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'Health & Safety Policy.pdf',
        sTarget:'_blank'
    },
    {   sTitle:'Risk Assessment',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'Risk Assessment 9.pdf',
        sTarget:'_blank'
    },
    {   sTitle:'Environmental Policy',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'Environmental Policy.pdf',
        sTarget:'_blank'
    },
    {   sTitle:'Site Map',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'Ratlingate Site Map.pdf',
        sTarget:'_blank'
    },
    {   sTitle:'Orienteering Map',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'RatlingatePermanentcourse.pdf',
        sTarget:'_blank'
    },
    {   sTitle:'Ratlingate Leaflet',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'Ratlingate Leaflet.pdf',
        sTarget:'_blank'
    }]
}]
});
