<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=210; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=40 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#000000";
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="Times New Roman";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="#000000";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Times New Roman";
linkFontSize="2";
linkBGColor="#FFFFFF";
linkOverBGColor="#DBDBDB";
linkTarget="_self";
linkAlign="center";
barBGColor="#000000";
barFontFamily="Times New Roman";
barFontSize="2";
barFontColor="#000000";
barVAlign="center";
barWidth=25; // no quotes!!
barText="<IMG src=http://www.ccb-biker.de/griff-biker-rechts-kl.gif>"; // <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]=["<b>CCB-Menue</b>"] //create header
ssmItems[1]=["<b>Startseite</b>", "http://www.ccb-biker.de/start-custom-cruiser-berlin.htm", ""]
ssmItems[2]=["<b>Forum</b>", "http://www.ccb-biker.de/forum-ccb/index.php", ""]
ssmItems[3]=["<b>Galerie</b>", "http://www.ccb-biker.de/forum-ccb/coppermine/index.php", ""]
ssmItems[4]=["<b>Gaestebuch</b>", "http://www.ccb-biker.de/gaestebuch/guestbook.php", ""]
ssmItems[5]=["<b>Treffen</b>", "http://www.ccb-biker.de/termine.htm", ""]
ssmItems[6]=["<b>Links</b>", "http://www.ccb-biker.de/links.htm", ""]
ssmItems[7]=["<b>Kontakt</b>", "http://www.ccb-biker.de/kontakt.htm", ""]
ssmItems[8]=["<b>Impressum</b>", "http://www.ccb-biker.de/impressum.htm", ""]

buildMenu();

//-->
