<!--

/*
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=0; // 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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=120; // Must be a multiple of 10! no quotes!!
menuCols=20;
hdrFontFamily="Arial";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="#000000"; //zeile oben unten
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="#ffffff";//link bg farbe
linkOverBGColor="#000000";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000"; //bar sichtbarer balken bei geschlossenem menue
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#ffffff";
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]=["Navigation"] //create header
ssmItems[1]=["Willkommen", "http://www.ukmotorsport.de/index.php", ""]
ssmItems[2]=["Ueber Uns", "http://www.ukmotorsport.de/ueberuns.php", ""]
ssmItems[3]=["Galerie", "http://www.ukmotorsport.de/galerie/index.php",""]
ssmItems[4]=["Anfahrt", "http://www.ukmotorsport.de/anfahrt.php", ""]
ssmItems[5]=["Links", "http://www.ukmotorsport.de/links.php", ""]
ssmItems[6]=["AGB's", "http://www.ukmotorsport.de/agb.php", ""]
ssmItems[7]=["Impressum", "http://www.ukmotorsport.de/impressum.php", ""]
ssmItems[8]=["UKMotorsport.de", "", ""] //create header




buildMenu();

//-->
