<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=50; // no quotes!!
XOffset=0;
staticYOffset=75; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#FF8000";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=130; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#FFB060";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="14";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#FFFFFF";
linkOverBGColor="#FFB060";
linkTarget="aktual";
linkAlign="Left";
barBGColor="#FFB060";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENU pátek"; // <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]=["&bull; happening", "#happ", "aktual"]
ssmItems[1]=["&bull; Kocour for &nbsp;&nbsp;&nbsp;&nbsp;president", "#koc", "aktual"]
ssmItems[2]=["&bull; Českej chleba", "#ces","aktual"]
ssmItems[3]=["&bull; Jericho", "#jer", "aktual"]
ssmItems[4]=["&bull; Rezavá klec", "#rez", "aktual"]
ssmItems[5]=["&bull; Původní Bureš", "#puv", "aktual"]
ssmItems[6]=["&bull; -123min", "#123", "aktual"]
buildMenu();

//-->
