<!--
/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=95; // no quotes!!
staticYOffset=20; // no quotes!!
XOffset=0; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#CCCCCC";
menuIsStatic="yes";
menuWidth=290; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Times New roman";
hdrFontSize="1";
hdrFontColor="#CCCCCC";
hdrBGColor="#CCCCCC";
hdrAlign="left";
hdrVAlign="middle";
hdrHeight="1";
linkFontFamily="Times New Roman";
linkFontSize="4";
linkBGColor="#e8e9ec";
linkOverBGColor="#EEEEEE";
linkTarget="_top";
linkAlign="left";
barBGColor="#ff0000";
barFontFamily="Arial Black";
barFontSize="3";
barFontColor="#FFFFFF";
barVAlign="center";
barWidth=30; // no quotes!!
barText='< PROJEKTE <'

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header

addItem("Der Verein Selbsthilfe 91 e.V.", "verein.htm", "");
addItem("AGH-SGB II - Integrationswerkstatt", "intergrationflyer.pdf", "");
addItem("APA Lichtblick", "lichtblick.htm", "");
addItem("Begegnungsstätte Treff am Wind", "begegnung.htm", "");
addItem("Jugendsozialbau", "jugendsozialbau.htm", "");
addItem("Kreativwerkstatt", "bauhof.htm", "");
addItem("Küche Grenzgraben", "kueche.htm", "");
addItem("Sparbüchse", "sparbuechse.htm", "");
addItem("Streckenposten / Bildungszentrum / EFRE", "strecken.htm", "");
addItem("Wetzelmühle", "wetzel.htm", "");
addItem("Wohnprojekt I", "wohnprojekt.htm", "");
addItem("Pension Peterstraße 1", "pension.htm", "");

buildMenu();



//-->
