
 // MAIN LEFT HAND MENU
document.writeln('<table width="100%" border="0" cellspacing="0" cellpadding="0" class="box">');
document.writeln('<tr>');
document.writeln('<td class="menutitle">EVERYONE\'S<br>A WALLY</td>');
document.writeln('</tr>');
document.writeln('<tr>'); 
document.writeln('<td height="7" class="menuchoice">&nbsp;</td>');
document.writeln('</tr>');
document.writeln('<tr>'); 
document.writeln('<td class="menuchoice"><a href="index.html">Introduction</a></td>');
document.writeln('</tr>');

document.writeln('<tr><td class="menuchoice"><a href="exposed00.html">Exposed</a></td></tr>');
document.writeln('<tr><td class="menuchoice"><a href="editor.html">Editor</a></td></tr>');
document.writeln('<tr><td class="menuchoice"><a href="links.html">Links</a></td></tr>');

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