/* Vision Slidemenü 1.0                        */
/* Copyright (C) 2002 Matthias Mohr            */
/* E-mail: webmaster@mamo-net.de               */
/* Homepage: http://www.mamo-net.de            */
/* ------------------------------------------- */
/* Sie dürfen dieses Script frei benutzen wenn */ 
/* dieser Corpright Hinweis bestehen bleibt.   */

<!--
YOffset=150; 
XOffset=0;
staticYOffset=20; 
slideSpeed=15 
waitTime=250; 
menuBGColor="485F78";
menuIsStatic="yes"; 
menuWidth=150;
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#485F78";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="293243";
linkOverBGColor="000000";
linkTarget="_self";
linkAlign="Left";
barBGColor="#485F78";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=10;
barText="DD Navigation";
///////////////////////////

// momItems[...]=[name, link, target, colspan, endrow?] - weglassen von 'link' und 'target' wird zum Header
momItems[0]=["Home"]
momItems[1]=["<b>Startseite<b>", "home.html"]
momItems[2]=["News", "site_overview.html"]
momItems[3]=["Forum", "forum.html"]
momItems[4]=["Berichte", "site_articles.html"]
momItems[5]=["Links", "site_links.html"]
momItems[6]=["Downloads", "site_downloads.html"]
momItems[7]=["Sonstiges"]
momItems[8]=["Fungames", "include.php?path=other/fungames.php"]
momItems[9]=["Newsletter", "include.php?path=newsletter/index.php"]
momItems[10]=["Kontakt", "home_contact.html"] 
momItems[11]=["Impressum", "include.php?path=other/impressum.php"]
momItems[12]=["Anmelden"]
momItems[13]=["Login", "include.php?path=login/login.php"]
momItems[14]=["Passwort vergessen?", "include.php?path=login/subpass.php"]
momItems[15]=["Registrieren", "include.php?path=login/register.php"]
momItems[16]=["Logout", "include.php?logout=1"]
MOMbilden();

//-->



