<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=10; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=30 // so lange bracuh er bis draussen!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#000000"; //Rahmenfarbe
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=3;
hdrFontFamily="Verdana";
hdrFontSize="3";
hdrFontColor="#F8E598"; //Titelfarbe
hdrBGColor="#800000"; //Titelhintergrund
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#F8E598"; //allgemein Hintergund
linkOverBGColor="#C04000"; //beim drüberfahren
linkTarget="_top";
linkAlign="Left";
barBGColor="#800000";
barFontFamily="Verdana";
barFontSize="4";
barFontColor="#F8E598";
barVAlign="center";
barWidth=30; // no quotes!!
barText="Projekt-Menü"; // <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]=["la percussion"] //create header
ssmItems[1]=["Das Projekt",                 "ueberuns.html", "bottom"]
ssmItems[2]=["Die Crew",                 "wer.html","bottom"]
ssmItems[3]=["Geschichte",                 "geschichte.html","bottom"]
ssmItems[4]=["Galerie",                 "galerie.html", "bottom"]
ssmItems[5]=["Zeitungsberichte",                 "zeitung.html", "bottom"]
ssmItems[6]=["Aktuelles",                 "aktuelles.html", "bottom"]
ssmItems[7]=["La Percussion Portugal",                 "http:\\www.conny-kadia.cjb.net", "_blanc"]




buildMenu();

//-->