<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=170; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=250; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="yellow";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FF4444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SEITEN|MENÜ"; // <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]=["Ahnenforschung Moravcik"]
ssmItems[1]=["Geschichtliche Hintergründe", "index.php?vertreibung=1",""]
ssmItems[2]=["Über das Unternehmen", "index.php?unternehmen=1",""]
ssmItems[3]=["Referenzen", "index.php?referenzen=1",""]
ssmItems[4]=["<font color=#999999>Zurück zum Seitenanfang</font>", "index.php", ""]


ssmItems[5]=["Bücher", ]
ssmItems[6]=["Fachbücher", "index.php?buecher=1", ""]

ssmItems[7]=["Externe Links", "", ""]
ssmItems[8]=["Vorfahren aus dem Sudetenland", "http://www.genealogienetz.de/reg/SUD/sudet.html", "_new"]
ssmItems[9]=["Brünner Zeitung", "http://www.bruenner-zeitung.net", "_new"]
ssmItems[10]=["BRUNA, Heimatverband der Brünner", "http://www.bruenn.org", "_new"]
ssmItems[11]=["Wischauer Sprachinsel", "http://www.wischau.de", "_new"]
ssmItems[12]=["Iglauer Sprachinsel", "http://www.iglauer-sprachinsel.de", "_new"]

buildMenu();

//-->