
<!-- Begin

<!-- NOTE: If you use a ' add a slash before it like this \' -->


document.write('<DIV id=menu>');
document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width="154"><tr><td>');
document.write('<img src="picts/menu-top.gif" width="154" height="120"></a><br>');


<!-- WELCOME -->
document.write('</td></tr><tr></form><form action="index.html"><td>');
document.write('<input type="submit" value="Welcome" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');


<!-- Summary -->
document.write('</td></tr><tr></form><form action="summary.htm"><td>');
document.write('<input type="submit" value="Summary" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');


<!-- RESUME -->
<!--  document.write('</td></tr><tr></form><form action="resume.htm"><td>');  -->
<!--  document.write('<input type="submit" value="Resume" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>'); -->


<!-- NEWS -->
document.write('</td></tr><tr></form><form action="news.htm"><td>');
document.write('<input type="submit" value="News" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');


<!-- LINKS -->
<!-- PERSONAL LINKS PAGE COMMENTED OUT  -->
<!--document.write('</td></tr><tr></form><form action="personal.htm"><td>');-->
<!--document.write('<input type="submit" value="Interests" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');-->


<!-- CONTACT -->
document.write('</td></tr><tr></form><form action="contact.htm"><td>');
document.write('<input type="submit" value="Contact" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');



document.write('</td></tr><tr></form><td>');
document.write('<img src="picts/menu-bottom.gif" width="154" height="65"></a><br>');
document.write('</td></tr></table></DIV>');

//  End -->