Insert into the <HEAD> of your HTML page:
<SCRIPT LANGUAGE="JavaScript"> </SCRIPT>
Insert into the <BODY> of your HTML page:
<MAP NAME="themap"> <AREA SHAPE="CIRCLE" COORDS="22,29,18" HREF="#" onMouseOver="button('BTN','left')"; onMouseOut ="button('BTN','front')"> <AREA SHAPE="CIRCLE" COORDS="63,29,18" HREF="#" onMouseOver="button('BTN','right')"; onMouseOut ="button('BTN','front')"></MAP> <IMG SRC="../textures/btnfront.gif" NAME="BTN" USEMAP="#themap" HEIGHT=58 WIDTH=86 BORDER=0 ISMAP>
1998 Copyright (C) Next Step All Rights Reserved