<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=30; // no quotes!! odrážka od začatku stránky
XOffset=0;
staticYOffset=100; // 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="#FFBE7D";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=140; // Must be a multiple of 10! no quotes!! šířka menu
menuCols=1;
hdrFontFamily="verdana bold";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#FF8000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="14";
linkFontFamily="Verdana bold";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FF8000";
linkTarget="aktual";
linkAlign="center";
barBGColor="#FF8000";
barFontFamily="Verdana bold, verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENU festival"; // <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]=["O FESTIVALU", "#zpet", "aktual"]
ssmItems[1]=["VSTUPENKY", "#vstup","aktual"]
ssmItems[2]=["PRAVIDLA<br>PRO PRODEJCE", "#prav","aktual"]
ssmItems[3]=["UBYTOVÁNÍ", "#ubyt", "aktual"]
ssmItems[4]=["STRAVOVÁNÍ", "#strav", "aktual"]
ssmItems[5]=["MAPA", "#mapa", "aktual"]
ssmItems[6]=["O JIMRAMOVU", "http://jimramov.e-vysocina.cz/", "_blank"]
buildMenu();

//-->
