<!--
//Dynamic-FX slide in menu v6.5 (By maXimus, maximus@nsimail.com)
//Site: http://www.absolutegb.com/maximus
//For full source, and 100's more DHTML scripts, visit http://www.dynamicdrive.com
/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=50 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#F6F6F6";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=160; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="gold";
hdrBGColor="#003366";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="8";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#F6F6F6";
linkOverBGColor="#F6F6F6";
linkTarget="_top";
linkAlign="Left";
barBGColor="#003366";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#FFCC00";
barVAlign="center";
barWidth=12; // no quotes!!
barText="*  MENU GESCHICHTE  *"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Geschichte", "", ""] //create header
ssmItems[1]=["GeschichteStartseite", "/geschichte/index.html", "",2] 
ssmItems[2]=["Zeittafeln", "/geschichte/tabellen/index.html", "",2]
ssmItems[3]=["Einzeldarstellungen", "/geschichte/einzel/index.html", "",2] 
ssmItems[4]=["GeschichteLinks", "/linkphp/index.php?kurz=ge_all", "",2] 
ssmItems[5]=["Geschichte<br>&nbsp;fachspezifisch", "", ""]
ssmItems[6]=["Literaturgeschichte","/geschichte/spezif/literaturg/index.html","",2] 
ssmItems[7]=["Religionsgeschichte","/geschichte/spezif/religionsg/index.html","",2]  
ssmItems[8]=["Philosophiegeschichte","/geschichte/spezif/filosofieg/index.html","",2]
ssmItems[9]=["Wissenschaftsgeschichte","/geschichte/spezif/wissenschaftsg/index.html","",2]
ssmItems[10]=["Kunstgeschichte","/geschichte/spezif/kunstg/index.html","",2]
ssmItems[11]=["Service und Kontakt", "", ""]
ssmItems[12]=["Suche/W&ouml;rterbuch","/linkphp/sonst/index.html","",2]
ssmItems[13]=["Forum","/dialog/index.php","",2]
ssmItems[14]=["Mail","/dialog/guestcp.php?action=contact&uid=Cleo&SID=","",2]
ssmItems[15]=["Disclaimer","/linkphp/sonst/pa_disclaim.html","",2]
buildMenu();

//-->