<!--
/*
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=180; // no quotes!!
staticYOffset=40; // 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="Verdana";
hdrFontSize="1";
hdrFontColor="#FFFFFF";
hdrBGColor="#6699ff";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#87cefa";
linkOverBGColor="#DFDFDF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#cc99ff";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="#FFFFFF";
barVAlign="center";
barWidth=10; // no quotes!!

startMenu("- NAVIGATION -", "- NAVIGATION -")
addItem("Portalseite", "http://lindenhausen.de/forum/portal.php", "");
addItem("Forenübersicht", "http://lindenhausen.de/forum/index.php", "");
addItem("Suche", "http://lindenhausen.de/forum/search.php", "");
addItem("F.A.Q", "http://lindenhausen.de/forum/misc.php?action=faq", "");
addItem("Regeln", "http://lindenhausen.de/forum/regeln.php", "");
addItem("Profil", "http://lindenhausen.de/forum/usercp.php", "");
addItem("Mitglieder", "http://lindenhausen.de/forum/memberslist.php", "");
addItem("Kalender", "http://lindenhausen.de/forum/calender.php", "");
addItem("Registrierung", "http://lindenhausen.de/forum/register.php", "");
endMenu()

//-->
