
 // 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">IDEAS</td>');
document.writeln('</tr>');
document.writeln('<tr>'); 
document.writeln('<td class="menuchoice">&nbsp;</td>');
document.writeln('</tr>');
document.writeln('<tr>'); 
document.writeln('<td class="menuchoice"><A HREF="megabyte.html">Megabyte</A></td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td class="menuchoice">&nbsp;</td>');
document.writeln('</tr>');
document.writeln('<tr>'); 
document.writeln('<td class="menuchoice"><BR>');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('</table>');
