

<!--

/*
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="white";
hdrBGColor="#808080";
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]=["New", "ENGLISH/NEU/news.htm", ""]
ssmItems[3]=["PDF-Download", "DEUTSCH/SERVICE/download.htm", ""]
ssmItems[4]=["Certificates", "ENGLISH/SERVICE/zertifikateE.htm", ""]
ssmItems[5]=["", "", ""]
ssmItems[6]=["", "", ""]
ssmItems[7]=["", "", ""]
ssmItems[8]=["", "", "", 1, "no"]
ssmItems[9]=["", "", "", 1]
ssmItems[10]=["Contact", "mailto: info@faromed.de", "", 1, "no"]
ssmItems[11]=["Service", "ENGLISH/SERVICE/services.htm", "",1]

buildMenu();

//-->
