<!-- reference tutorial nav bar -->

document.writeln('	<center>');

document.writeln('	<br>');

document.writeln('	<p><a href="../home.html"><img src="../images/voila.jpg" border="0"></p>');

document.writeln('	<br>');

document.writeln('	<table width="110" cellspacing="0" cellpadding="5" class="border">');
document.writeln('	  <tr>');
document.writeln('	  <td bgcolor="#330066"><a href="../home.html" class="nav">Home</a></td>');
document.writeln('	  </tr>');
document.writeln('	  </table>');

document.writeln('	<table width="110" cellspacing="0" cellpadding="5" class="bordervirtual">');
document.writeln('	  <tr>');
document.writeln('	<br>');
document.writeln('	  <td bgcolor="#330066"><a href="virtual.html" class="nav">Virtual Tour</a></td>');
document.writeln('	  </tr>');
document.writeln('	  </table>');

document.writeln('	<table width="110"cellspacing="0" cellpadding="5" class="border">');
document.writeln('	  <tr>');
document.writeln('	<br>');
document.writeln('	  <td bgcolor="#330066"><a href="../reference/ref01.html" class="nav">Do We Own It?</a></td>');
document.writeln('	  </tr>');
document.writeln('	  </table>');

document.writeln('	<table width="110" cellspacing="0" cellpadding="5" class="border">');
document.writeln('	  <tr>');
document.writeln('	<br>');
document.writeln('	  <td bgcolor="#330066"><a href="../call_number/call01.html" class="nav">Call Number Tutorial</a></td>');
document.writeln('	  </tr>');
document.writeln('	  </table>');

document.writeln('	<table width="110" cellspacing="0" cellpadding="5" class="border">');
document.writeln('	  <tr>');
document.writeln('	<br>');
document.writeln('	  <td bgcolor="#330066"><a href="http://library.hunter.cuny.edu/voila/login.php" class="nav">Take the Test</a></td>');
document.writeln('	  </tr>');
document.writeln('	  </table>');

document.writeln('	<table width="110" cellspacing="0" cellpadding="5" class="border">');
document.writeln('	  <tr>');
document.writeln('	<br>');
document.writeln('	  <td bgcolor="#330066"><a href="../help/help.html" class="nav">Help</a></td>');
document.writeln('	  </tr>');
document.writeln('	  </table>');

document.writeln('	<table width="110" cellspacing="0" cellpadding="5" class="border">');
document.writeln('	  <tr>');
document.writeln('	<br>');
document.writeln('	  <td bgcolor="#330066"><a href="http://library.hunter.cuny.edu" class="nav">Hunter Libraries</a></td>');
document.writeln('	  </tr>');
document.writeln('	  </table>');

document.writeln('	</center>');