document.write('<meta name="author" content="Tom Halstead">');
document.write('<meta name="revised" content="13 February 2009">');
document.write('<meta http-equiv="Content-Language" content="en-gb">');
document.write('<meta name="keywords" content="Ramblers,Walk,Yorkshire,Wolds,Coastal Access,Open Access,CRoW,">');
document.write('<meta http-equiv="content-type" content="text/html; charset=utf-8">');
document.write('<link rel=stylesheet href="../NewAccess.css" type="text/css">');
var browserName=navigator.appName;
if (browserName=="Microsoft Internet Explorer")
{
document.write('<link rel=stylesheet href="../NewAccessIE.css" type="text/css">');
}

document.write('</head><body>');

document.write('<div class="BackgroundPanels"><img height="1076" width="1024" src="../NewPanelRoutes.jpg" alt="" ></div>');
document.write('<div class="Title">East Yorkshire and Derwent Ramblers\' Access Site</div>');
document.write('<div class="Ramblerslogo link4 "><a  href="http://www.ramblers.org.uk/" title="Go to external main website of RA"><img height="91" width="129" border="0"  src="../RAlogo.gif" alt="Go to external main website of RA" ></a></div>');

document.write('<div class="HomeLink0 link5"><div><a href="../index.html" >Home  |</a></div></div><div class="HomeLink1"><div><a href="menu1.html" class="menuLinkRoutes">CROW Access  |</a><ul class="menu" id="menu1"><li><a href="../Region5/Region5.html">in North Yorkshire</a></li><li><a href="../Region8/Region8a.html">in the East Riding</a></li></ul></div></div><div class="HomeLink2"><div><a href="menu2.html" class="menuLinkRoutes">Coastal Access  |</a><ul class="menu" id="menu2"><li><a href="../Coast/CoastNY.html">in North Yorkshire</a></li><li><a href="../Coast/CoastERY.html">in the East Riding</a></li><li><a href="../Coast/MarineBill.html">Marine Bill</a></li></ul></div></div><div class="HomeLink3"><div><a href="menu3.html" class="menuLinkRoutes">Access Walks</a><ul class="menu" id="menu3"><li><a href="../AccessRoutes/Gateway.html"">in North Yorkshire</a></li><li><a href="../AccessRoutes/ER_Open Access Booklet.pdf">in the East Riding</a></li></ul></div></div>');

document.write('<div class="copyright">Original material copyright &copy; 2008 </div>');
document.write('<div class="feedback link1"><a href="m&#97;ilto:&#116;&#107;&#104;&#49;&#64;&#121;&#111;&#114;&#107;&#46;&#97;&#99;&#46;&#117;&#107;?subject=Show Feedback" title="send an email to Tom Halstead">&#70;&#101;&#101;&#100;&#98;&#97;&#99;&#107;</a></div>');

document.write('<div class="LeftColumn link2">');
document.write('<ul class="triangle"><li><a href="../OS/OsG5_8.html" title="shows the location of Access Sites in North Yorkshire and the East Riding of Yorkshire">OS maps and satellite images of access sites</a> </li></ul>');

document.write('<ul class="none left doc"><li><a href="../AccessRoutes/ER_Open Access Booklet.pdf" title="View the Open Access Walks booklet published in 2008">Booklet:</a> Open Access Walks in the East Riding</li></ul></div>');



window.onload = initAll;

function initAll() {
    var allLinks = document.getElementsByTagName("a");

    for (var i=0; i<allLinks.length; i++) {
        if(allLinks[i].className.indexOf("menuLink") > -1) {
        allLinks[i].onclick = function() {return false;}
        allLinks[i].onmouseover = toggleMenu;
        }
    }
}

function toggleMenu() {
    var startMenu = this.href.lastIndexOf("/")+1;
    var stopMenu = this.href.lastIndexOf(".");
    var thisMenuName = this.href.substring(startMenu,stopMenu);

    document.getElementById(thisMenuName).style.display = "block";
    this.parentNode.className = thisMenuName;
    this.parentNode.onmouseout = toggleDivOff;
    this.parentNode.onmouseover = toggleDivOn;
}

function toggleDivOn() {
    document.getElementById(this.className).style.display = "block";
}

function toggleDivOff() {
    document.getElementById(this.className).style.display = "none";
}

