<!--

/*
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)

Editted by Andrew Dixon for "http://www.tweakdb.tk"
*/


YOffset=152;
staticYOffset=152;
slideSpeed=20 
waitTime=200; 				// This sets the time the menu stays out for after the mouse goes off it.(200 Default)
menuBGColor="black";
menuIsStatic="yes";
menuWidth=140; 				// Must be a multiple of 10
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="#C0C0C0";//#FF4400
barFontFamily="arial, sans serif";
barFontSize="2";
barFontColor="#ffffff";
barVAlign="center";
barWidth=15;

startMenu("TweakDB", "")
addItem("Home page", "index.html", "");
addItem("Downloads", "downloads.html", "");
addItem("Skins & Plugins", "extras.html", "");
addItem("FAQ", "faq.html", "");
addItem("Changes", "changes.html", "");
addItem("Future", "future.html", "");
addHdr("Game Stuff");
addItem("Counter-Strike", "cs.html", "");
addHdr("Other Stuff");
addItem("Guides", "guides.html", "");
addItem("Links", "links.html","");
addItem("E-Mail Me", "mailto:admin@tweakdb.tk", "");
endMenu()

//-->
