<HTML>
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!--
//Script by Tom Richardson Jr.
//Permission to use this script as long as this part stays intact
//Visit my website at http://home.rmci.net/gooftroop
//You can change the speed of the selection to come down by changing the
//x variable to be less than a greater number or you can make it go
//slower by changing the x variable to be less than a smaller number.
function showmenu() {
startx = document.layers["click"].clip.bottom
for (j=0;j<70;j++) {
document.layers["click"].clip.bottom = startx+j
for (x=0;x<120;x++) {
void(0)
}}}
function unshow() {
startx = document.layers["click"].clip.bottom
for (j=0;j<70;j++) {
document.layers["click"].clip.bottom = startx-j
for (x=0;x<120;x++) {
void(0)
}}}
//-->
</SCRIPT>
</HEAD>
<BODY BGCOLOR="FFFFFF">
<LAYER BGCOLOR="yellow" NAME="click" LEFT=200 TOP=25 CLIP="250,25"
onMouseOver="showmenu(); return false" onMouseOut="unshow(); return false">
<FONT FACE="arial black" COLOR="black">HTML Goodies Categories</FONT>
<BR>
<TABLE BORDER=0 CELLSPACING=10>
<TR>
<TD><FONT SIZE="-1"><A HREF="http://www.htmlgoodies.com/stips">Script Tips</A></FONT></TD>
<TD><FONT SIZE="-1"><A HREF="http://www.htmlgoodies.com/new.html">New Page</A></FONT></TD>
<TD><FONT SIZE="-1"><A HREF="http://www.htmlgoodies.com/beyond">Beyond HTML</A></FONT></TD>
</TR><TR>
<TD><FONT SIZE="-1"><A HREF="http://www.htmlgoodies.com/tutors">Tutorials</A></FONT></TD>
<TD><FONT SIZE="-1"><A HREF="http://www.htmlgoodies.com/letters">Newsletters</A></FONT></TD>
<TD><FONT SIZE="-1"><A HREF="http://www.htmlgoodies.com/tutors/master.html">Master List</A></FONT></TD>
</TR>
</TABLE>
</LAYER>
</BODY>
</HTML>