<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=250; // 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="white";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="white";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFC000";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FF0000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="100 EURO"; //<IMG> tag supported. Put exact html for an image to show. barText='<IMG SRC="http://www.eurolappen.com/images/Eurolappen.jpg" alt="Fuehrerschein Polen- Fuehrerschein Tschechien" title="Fahrschulservice EUROLAPPEN" style="border: 2px #3A2314 solid;" width="36" height="40" />'
///////////////////////////
// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["So geht's"] //create header
ssmItems[1]=["Sie verdienen 100 Euro", "", ""]
ssmItems[2]=["pro Empfehlung. Ihre", "", ""]
ssmItems[3]=["Praemie wird ausgezahlt,", "", ""]
ssmItems[4]=["sobald Ihre Empfehlung", "", ""]
ssmItems[5]=["zum 1. Anreistermin", "", ""]
ssmItems[6]=["erschienen ist **.", "", ""]
ssmItems[7]=["KLICKEN SIE HIER.", "http://www.eurolappen.com/fahrschueler-empfehlen", ""]
buildMenu();

//-->
