<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=70; // no quotes!!
XOffset=0;
staticYOffset=80; // 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=60; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#FF8000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="12";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFB060";
linkTarget="_top";
linkAlign="Left";
barBGColor="";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!
barText=" MENU "; // <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]=["Menu"] //create header
ssmItems[1]=[" 1998&nbsp;&nbsp;", "1998_2.html", "second"]
ssmItems[2]=[" 1999&nbsp;&nbsp;", "1999_2.html", "second"]
ssmItems[3]=[" 2000&nbsp;&nbsp;", "2000_2.html","second"]
ssmItems[4]=[" 2001&nbsp;&nbsp;", "2001_2.html", "second"]
ssmItems[5]=[" 2002&nbsp;&nbsp;", "2002_2.html", "second"]
ssmItems[6]=[" 2003&nbsp;&nbsp;", "2003_2.html", "second"]
ssmItems[7]=[" 2004&nbsp;&nbsp;", "2004_2.html", "second"]
ssmItems[8]=[" 2005&nbsp;&nbsp;", "2005_2.html", "second"]
ssmItems[9]=[" 2006&nbsp;&nbsp;", "2006.html", "second"]
ssmItems[10]=[" 2007&nbsp;&nbsp;", "2007.html", "second"]
ssmItems[11]=[" 2008&nbsp;&nbsp;", "2008.html", "second"]
ssmItems[12]=[" 2009&nbsp;&nbsp;", "2009.html", "second"]
ssmItems[13]=["Plakáty", "plakaty_2.html", "second"]
ssmItems[14]=["Noviny&nbsp;", "noviny_2.html", "second"]

buildMenu();

//-->

