var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Plan A Visit',
    bIsWebPath:false,
    sUrl:'#',"childArray" : [
    {   sTitle:'A Great Day Out',
        bIsWebPath:true,
        sUrl:'planavisit.html'
    },
    {   sTitle:'Timetable & Events',
        bIsWebPath:true,
        sUrl:'timetable.html'
    },
   {   sTitle:'On-line Shop',
        bIsWebPath:true,
        sUrl:'shop.html'
    },
    {   sTitle:'Fares',
        bIsWebPath:true,
        sUrl:'fares.html'
    },
    {   sTitle:'How To Find Us',
        bIsWebPath:true,
        sUrl:'howtofindus.html'
    },
    {   sTitle:'Photo Gallery',
        bIsWebPath:true,
        sUrl:'http://www.flickr.com/photos/tanfield-railway/',
        sTarget:'_blank'
  }]  
},

{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'timetable.html',"childArray" : [
    {   sTitle:'Timetable & Events',
        bIsWebPath:true,
        sUrl:'timetable.html'
    },
    {   sTitle:'Afternoon Tea',
        bIsWebPath:true,
        sUrl:'afternoontea.html'
    },
    {   sTitle:'Steam & Stroll',
        bIsWebPath:true,
        sUrl:'stroll.html'
    },
    {   sTitle:'Mothers Day',
        bIsWebPath:true,
        sUrl:'MothersDay.html'
    },
    {   sTitle:'Freight Train Day',
        bIsWebPath:true,
        sUrl:'ftd.html'
    }]

},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html',"childArray" : [
    {   sTitle:'Facebook',
        bIsWebPath:true,
        sUrl:'facebook.html'
    },
    {   sTitle:'Blog',
        bIsWebPath:true,
        sUrl:'http://www.tanfield-railway.blogspot.com/',
        sTarget:'_blank'
  }]
},
{   sTitle:'North Pole Express',
    bIsWebPath:true,
    sUrl:'santa.html'
},
{   sTitle:'Membership',
    bIsWebPath:true,
    sUrl:'becomemember.html'
},
{   sTitle:'History',
    bIsWebPath:true,
    sUrl:'history.html'
},
{   sTitle:'Volunteering',
    bIsWebPath:true,
    sUrl:'volunteering.html'
},
{   sTitle:'Group Visits',
    bIsWebPath:true,
    sUrl:'groupvisits.html',"childArray" : [
    {   sTitle:'Educational Visits',
        bIsWebPath:true,
        sUrl:'educational.html'
    }]
},
{   sTitle:'Stock List',
    bIsWebPath:true,
    sUrl:'stocklist.html',"childArray" : [
    {   sTitle:'Locos',
        bIsWebPath:true,
        sUrl:'locos.php'
    },
    {   sTitle:'Tyneside Built Locos',
        bIsWebPath:true,
        sUrl:'http://www.tanfieldrailway.co.uk/locos/Tyneside_built_locos.pdf',
        sTarget:'_blank'
    },
    {   sTitle:'Non Tyneside Built Locos',
        bIsWebPath:true,
        sUrl:'http://www.tanfieldrailway.co.uk/locos/Non_Tyneside_built_locos.pdf',
        sTarget:'_blank'
    },
    {   sTitle:'Diesel and Electric Locos',
        bIsWebPath:true,
        sUrl:'http://www.tanfieldrailway.co.uk/locos/Diesel_and_Electric_locos.pdf',
        sTarget:'_blank'
    },
    {   sTitle:'South Shields Items',
        bIsWebPath:true,
        sUrl:'http://www.tanfieldrailway.co.uk/locos/South_Shields_Items.pdf',
        sTarget:'_blank'
    },
    {   sTitle:'TR Carriages',
        bIsWebPath:true,
        sUrl:'http://www.tanfieldrailway.co.uk/locos/TR_Carriages.pdf',
        sTarget:'_blank'
    }]
},
{   sTitle:'Hire',
    bIsWebPath:true,
    sUrl:'hire.html',"childArray" : [
    {   sTitle:'TV & Film',
        bIsWebPath:true,
        sUrl:'tvfilm.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
