<!--
/*
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="#000000";
menuIsStatic="yes";
menuWidth=140; // Must be a multiple of 10! no quotes!!
hdrFontFamily="verdana, sans serif";
hdrFontSize="2";
hdrFontColor="#000000";
hdrBGColor="black";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#000000";
linkOverBGColor="#000000";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000";
barFontFamily="verdana, sans serif";
barFontSize="3";
barFontColor="#FFFFFF";
barVAlign="center";
barWidth=15; // no quotes!!

startMenu("Menu", "M E N U")
addItem("News", "index.htm", "");
addItem("Members", "riffraff.htm", "");
addItem("Events", "events.htm", "");
addItem("Media", "media.htm", "");
addItem("Gallerie", "gallerie.htm", "");
addItem("Gästebuch", "http://www.roeckaholicks.de/system-cgi/guestbook/guestbook.php?", "");
addItem("Links", "links.htm", "");
addItem("Kontakt", "kontakt.htm", "");
endMenu()

//-->
