function jumpMenu(){var strURL=document.forms[0].menu.options[document.forms[0].menu.selectedIndex].value;if (strURL.length>0)  location=strURL;}document.writeln('<form action="">');document.writeln('<font face="arial" size="-1">');document.writeln('<select name="menu" class="quicklinks" onchange="JavaScript:jumpMenu();">');document.writeln('  <option value="">Quick Links</option>');document.writeln('  <option value="">-------------------</option>');document.writeln('  <option value="http://www.ed.ac.uk/studying/access-courses/intro">Access Course</option>');document.writeln('  <option value="/about/contact.html">Contact Us</option>');document.writeln('  <option value="http://www.ed.ac.uk/studying/access-courses/intro">Credit for Entry</option>');document.writeln('  <option value="http://www.ed.ac.uk/studying/short-courses/open-studies">Open Studies</option>');document.writeln('  <option value="/cpd/">Professional Development</option>');document.writeln('  <option value="/tutors">Tutors</option>');document.writeln('</select>');document.writeln('<a href="javascript:jumpMenu();"><img src="/system/images/golink.gif" border="0" alt="Go to the selection"></a>&nbsp;');document.writeln('</font>');
