<!--
YOffset=20; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#7F7F7F";
menuIsStatic="yes";
menuWidth=110; // Must be a multiple of 10! no quotes!!
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#595959";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="1";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#000066";
linkTarget="_top";
linkAlign="left";
barBGColor="#000066";
barFontFamily="Verdana";
barFontSize="3";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!

startMenu("Site", "SLIDE MENU")

addItem("Latest News", "http://pages.infinit.net/bionic/news.htm", "_top");
addItem("Downloads", "http://pages.infinit.net/bionic/download.htm", "_top");
addItem("Bookmark Us", "javascript:addbookmark()", "_top");
addItem("Awards", "http://pages.infinit.net/bionic/awards.htm", "_top");
addItem("Contact", "http://pages.infinit.net/bionic/contact_us.htm", "_top");
addHdr("Programs");
addItem("Binary Clock", "http://pages.infinit.net/bionic/binclock.htm", "_top");
addItem("CPU Peeker", "http://pages.infinit.net/bionic/cpu_peeker.htm", "_top");
addItem("IP Grabber", "http://pages.infinit.net/bionic/ip_grabber.htm", "_top");
endMenu()






//-->