<!--
/*
Copyright © MaXimuS 2000-2001, All Rights Reserved.
Site: http://www.absolutegb.com/maximus
E-mail: maximus@nsimail.com
Version: 6.3 (NS6 compatibility + NS4 x-axis scroll bar fix)
*/
// Permission granted to SimplytheBest.net to feature script in its 
// DHTML script collection at http://simplythebest.net/info/dhtml_scripts.html

YOffset=80; // 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="black";
menuIsStatic="yes";
menuWidth=140; // Must be a multiple of 10! no quotes!!
hdrFontFamily="arial, sans serif";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="#3399CC";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#fffff0";
linkOverBGColor="#ffffff";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FF0000";
barFontFamily="arial, sans serif";
barFontSize="2";
barFontColor="#ffffff";
barVAlign="center";
barWidth=15; // no quotes!!

startMenu("Search Engines", "R E S O U R C E S")
addItem("Google", "http://www.google.com", "");
addItem("Yahoo", "http://www.yahoo.com", "");
addItem("Ask", "http://www.ask.com", "");
addItem("ALL the Web", "http://www.alltheweb.com/", "");
addItem("AOL Search", "http://search.aol.com/", "");
addItem("HotBot", "http://www.hotbot.com", "");
addItem("Teoma", "http://www.teoma.com", "");
addHdr("Search Panel");
addItem("Search Engine Watch", "http://searchenginewatch.com/", "");
addItem("Yahoo Search", "http://searchmarketing.yahoo.com/", "");
addItem("Open Directory", "http://www.dmoz.com/", "");
addItem("AltaVista", "http://www.altavista.com", "");
addItem("Gigablast", "http://www.gigablast.com", "");
addItem("LookSmart", "http://www.looksmart.com", "");
addItem("Lycos", "http://www.lycos.com", "");
addItem("MSN Search", "http://search.msn.com", "");
addItem("Netscape Search", "http://search.netscape.com", "");
addItem("About.com", "http://www.about.com/", "");
addItem("Britannica.com", "http://www.britannica.com/", "");
addItem("Excite", " http://www.excite.com", "");
addItem("iWon", "http://www.iwon.com", "");
addItem("WebWombat", "http://www.webwombat.com.au/", "");
addItem("WebCrawler", "http://www.webcrawler.com/", "");
endMenu()

//-->