<!--
/*
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/scripts/

YOffset=100; // 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="gray";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#fffff0";
linkOverBGColor="#D7EBFF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FF4400";
barFontFamily="arial, sans serif";
barFontSize="2";
barFontColor="#ffffff";
barVAlign="center";
barWidth=15; // no quotes!!

startMenu("Menu", "M E N U")
addItem("Home page", "http://simplythebest.net", "");
addItem("Ajax & JavaScripts", "http://simplythebest.net/scripts/", "");
addItem("Free fonts", "http://simplythebest.net/fonts/", "");
addItem("Free games", "http://games.simplythebest.net", "");
addItem("Music directory", "http://simplythebest.net/music/", "");
addItem("Software directory", "http://simplythebest.net/software/", "");
addItem("Free sounds", "http://simplythebest.net/sounds/", "");
addHdr("DHTML Scripts");
addItem("Animation", "dhtml_animation.html", "");
addItem("Background", "dhtml_background.html", "");
addItem("Bookmark scripts", "dhtml_bookmarks.html", "");
addItem("Buttons", "dhtml_buttons.html", "");
addItem("Cookies", "dhtml_cookies.html", "");
addItem("Detect / Redirect", "dhtml_redirect.html", "");
addItem("Email scripts", "dhtml_email.html", "");
addItem("Forms", "dhtml_forms.html", "");
addItem("Tables", "dhtml_tables.html", "");
addItem("Enhancements", "dhtml_enhancements.html", "");
addItem("Menu scripts", "dhtml_menu_scripts.html", "");
addItem("Messages", "dhtml_messages.html", "");
addItem("Music player scripts", "dhtml_music.html", "");
addItem("Time & Date", "dhtml_time_date.html", "");
endMenu()

//-->

