//<script type="text/javascript" src="/js/startpage.js"></script> this into HTML pages right after the <BODY> tag
//start table
document.writeln("<TABLE width=100% cellspacing=0 cellpadding=0 border=0 class='maintable'><TR><TD width=160 valign=top>");
//buttons in the menu on the left (and link to send e-mail)
document.writeln("<a href='/index.html'><img src='/images/jzd.jpg' border=1 alt='JZD'><SPAN>Return to the main index page.</SPAN></a>");
document.writeln("<CENTER><A href='mailto:jathys@hotmail.com'>E-mail Me<SPAN>jathys@hotmail.com<BR><BR> Send questions, comments, or words of wisdom.</SPAN></A></CENTER>");
document.writeln("<a href='/supermetroid/index.html'><img src='/images/supermetroid.gif' border=1 alt='Super Metroid'><SPAN>SMILE and other Super Metroid related projects.</SPAN></a>");
document.writeln("<a href='/harvestmoon/index.html'><img src='/images/harvestmoon.gif' border=1 alt='Harvest Moon'><SPAN>Harvest Moon (SNES) Editor and Edits.</SPAN></a>");
document.writeln("<a href='/bustamove/index.html'><img src='/images/bustamove.gif' border=1 alt='Bust-A-Move'><SPAN>Bust-A-Move (SNES) Editor and Edits.</SPAN></a>");
document.writeln("<a href='/other/index.html'><img src='/images/other.jpg' border=1 alt='Other'><SPAN>Other projects that don't have their own page.</SPAN></a>");
//close the menu bar column, so we can move into the main section of the page (ie- the right side)
document.writeln("</TD><TD>");
//open the "top header" of the page
document.writeln("<DIV class='newsblock'><CENTER><font size='+3' color='330033'><B>");
