<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=100; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#e1e3c6";
hdrBGColor="#04396b";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="22";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#E1E3C6";
linkOverBGColor="#ffffff";
linkTarget="_top";
linkAlign="Left";
barBGColor="";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#333333";
barVAlign="center";
barWidth=125; // no quotes!!
barText="<IMG src=/menu_indian.gif width=138 height=351>"; // <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]=["&nbsp;", " ", ""]
ssmItems[1]=["Menü"] //create header
ssmItems[2]=["<b>PROGRAM</b>", "/program.html", ""]
ssmItems[3]=["<b>TÁMOGATÓK</b>", "/tamogatok.html", ""]
ssmItems[4]=["<b>NYOMTATHATÓ PR.</b>", "/summerfest2011.pdf", ""]
ssmItems[5]=["<b>TÉRKÉP (MAP)</b>", "/terkep.html", ""]
ssmItems[6]=["&nbsp;", " ", ""]
ssmItems[7]=["<b>GALÉRIA 2011</b>", "/galeria/index.php?mggal=21", ""]
ssmItems[8]=["&nbsp;", " ", ""]
ssmItems[9]=["&nbsp;", " ", ""]
ssmItems[10]=["&nbsp;", " ", ""]
ssmItems[11]=["&nbsp;", " ", ""]
ssmItems[12]=["&nbsp;", " ", ""]
ssmItems[13]=["<b>ÖSSZES GALÉRIA</b>", "/galeria/index.php", ""]
ssmItems[14]=["<b>Home</b>", "/", ""]
ssmItems[15]=["&nbsp;", " ", ""]
buildMenu();
 
//-->
