<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=0; // 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="Gruppen-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]=["Gruppen bei la percussion"] //create header
ssmItems[1]=["Kimba Djembe Orchestra",                 "kdo.html", "bottom"]
ssmItems[2]=["fogonorio",                 "http:\\www.fogonorio.cjb.net","_blanc"]
ssmItems[3]=["Moonaway",                 "moonaway.html","bottom"]
ssmItems[4]=["malumba",                 "malumba.html", "bottom"]
ssmItems[5]=["Subcotâneo",                 "subcotaneo.html", "bottom"]





buildMenu();

//-->
