

<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=100; // no quotes!!
XOffset=10; // no quotes!!
staticYOffset=20; // 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="black";
menuIsStatic="yes";
menuWidth=130; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="2";
hdrFontColor="#000000";
hdrBGColor="#FAEBD7";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#DDDDDD";
linkTarget="_top";
linkAlign="Left";
barBGColor="#0000FF";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=18; // no quotes!!
barText='MENUE'; // <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]=["Menu"]
ssmItems[1]=["Home", "index.htm", ""]
ssmItems[2]=["Neu", "DEUTSCH/NEU/news.htm", ""]
ssmItems[3]=["Ueber uns", "DEUTSCH/INDEX.HTM", ""]
ssmItems[4]=["PDF-Download", "DEUTSCH/SERVICE/download.htm", ""]
ssmItems[5]=["Zertifikate", "DEUTSCH/SERVICE/zertifikate.htm", ""]
ssmItems[6]=["", "", ""]
ssmItems[7]=["", "", ""]
ssmItems[8]=["", "", "", 1, "no"]
ssmItems[9]=["", "", "", 1]
ssmItems[10]=["Kontakt", "mailto: info@faromed.de", "", 1, "no"]
ssmItems[11]=["Service", "DEUTSCH/SERVICE/services.htm", "",1]

buildMenu();

//-->
