<!--
/*
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=159; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=20; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=160; // Must be a multiple of 10! no quotes!!
hdrFontFamily="arial, sans serif";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="gray";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#fffff0";
linkOverBGColor="#D7EBFF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#8820A7";
barFontFamily="arial, sans serif";
barFontSize="2";
barFontColor="#ffffff";
barVAlign="center";
barWidth=22; // no quotes!!

startMenu("Keyboards", "M E N U")
addItem("Mini Cabled Keyboards", "mini-key-keyboards.html", "");
addItem("Desktop Keyboard w/ Plugin Mouse", "keyboard-mouse.html", "");
addItem("IP65 Sealed Keyboards & Keypads", "ip65-sealed-keyboards.html", "");
addItem("IP65 Stainless Steel Sealed Keyboards", "stainless-steel-ip65.html", "");
addItem("Backlit Keyboards", "backlit.html", "");
addItem("Black Cabled Desktop Keyboards", "black-cabled-keyboards.html", "");
addItem("Keypads", "keypads.html", "");
addItem("Infra-red Keyboards", "infra-red-cableless-keyboards.html", "");
addItem("Universal Remote Control", "universal-remote-control.html", "");
addHdr("Site Links");
addItem("Home", "index.html", "");
addItem("Contact Us", "contactus.html", "");
endMenu()

//-->