<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=20; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=5 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#EFEFEF";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=300; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#4A4D4A"; //white;
hdrBGColor="transparent"; //"#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontColor="#4A4D4A";
linkFontFamily="Arial";
linkFontSize="3";
linkBGColor="transparent";
linkOverBGColor="#ffffff";
linkTarget="_top";
linkAlign="Center";
barBGColor="#EFEFEF";
barFontFamily="Verdana";
barFontSize="4";
barFontColor="#9C9E9C";
barVAlign="center";
barWidth=25; // no quotes!!
barText="* NAVIGATION *"; // <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]=["&nbsp;"]
ssmItems[1]=["<font color=\'#4a4d4a\'>MOTOREN + ZYLINDERKITS</font>", "http://www.reichtuning.de/_funmotoren/funmotoren.php", ""]
ssmItems[2]=["<font color=\'#4A4D4A\'>AUSPUFF UND ZUBEH&Ouml;R</font>", "http://www.reichtuning.de/_auspuff_zubehoer/auspuff_zubehoer.php", ""]
ssmItems[3]=["<font color=\'#4A4D4A\'>TUNINGSHOP</font>", "http://www.reichtuning.de/_tuningshop/tuningshop.php", ""]
ssmItems[4]=["<font color=\'#4A4D4A\'>RESTPOSTEN</font>", "http://www.reichtuning.de/_tz/tz.php", ""]
ssmItems[5]=["<font color=\'#4A4D4A\'>Z&Uuml;NDUNGEN</font>", "http://www.reichtuning.de/_zuendungen/vape_70-3.php", ""]
ssmItems[6]=["<font color=\'#4A4D4A\'>SCHALTPL&Auml;NE</font>", "http://www.reichtuning.de/_schaltplaene/schaltplaene.php", ""]
ssmItems[7]=["<font color=\'#4A4D4A\'>SOFTWARE</font>", "http://www.reichtuning.de/_software/software.php", ""]
ssmItems[8]=["<font color=\'#4A4D4A\'>LUFTFILTERUMBAU</font>", "http://www.reichtuning.de/_luftfilteraenderung/luftfilteraenderung.php", ""]
ssmItems[9]=["<font color=\'#4A4D4A\'>KRÜMMERANPASSUNG</font>", "http://www.reichtuning.de/_kruemmeranpassung/kruemmeranpassung.php", ""]
ssmItems[10]=["<font color=\'#4A4D4A\'>VERGASERUMBAU</font>", "http://www.reichtuning.de/_vergaseraenderung/vergaseraenderung.php", ""]
ssmItems[11]=["<font color=\'#4A4D4A\'>NACHJUSTIERUNG</font>", "http://www.reichtuning.de/nachjustierung/nachjustierung.php", ""]
ssmItems[12]=["<font color=\'#4A4D4A\'>SIMSON MOTORSPORT</font>", "http://www.reichtuning.de/motorsport/motorsport.php", ""]
ssmItems[13]=["<font color=\'#4A4D4A\'>TECHNISCHE GRUNDLAGEN</font>", "http://www.reichtuning.de/technische_grundlagen/technische_grundlagen.php", ""]
ssmItems[14]=["&nbsp;"]
ssmItems[15]=["<font color=\'#4A4D4A\'>ZURÜCK ZUR STARTSEITE</font>", "http://www.reichtuning.de/index.php", ""]
ssmItems[16]=["&nbsp;"]

buildMenu();

//-->