<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=400; // no quotes!!
XOffset=0;
staticYOffset=300; // 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="#1a222c"; 
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#66ffff";
hdrBGColor="#273343";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#273343";
linkOverBGColor="#37475d";
linkTarget="_blank";
linkAlign="center";
barBGColor="#1a222c";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="#00ffff";
barVAlign="center";
barWidth=12; // no quotes!!
barText="NAVIGÁCIÓ"; // <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]=["Ugrás"] //create header

ssmItems[1]=["Újratöltés", "http://www.starbug.hu/", "_self", 1, "no"]  //create two column row
ssmItems[2]=["Föl ^", "javascript:parent.scroll(0,0)", "_self", 1]
ssmItems[3]=["Forma 1", "javascript:parent.scroll(0,1800)", "_self"]  
ssmItems[4]=["Időjárás", "javascript:parent.scroll(0,1000)", "_self", 1, "no"] //create two column row
ssmItems[5]=["Rádiók", "javascript:parent.scroll(0,1800)", "_self", 1]


ssmItems[6]=["Tipp", "", ""] //create header

ssmItems[7]=["Viccek", "http://www.starbug.hu/humor_viccek.php", "_self", 1, "no"]  //create two column row
ssmItems[8]=["Videók", "http://www.starbug.hu/humor_videok.php", "_self", 1]
ssmItems[9]=["Játékok", "http://www.starbug.hu/games.php", "_self"]
ssmItems[10]=["StarCraft2. videók", "http://www.starbug.hu/sc_starcraft_info.php?id=sc_starcraft2_video", "_self"]
ssmItems[11]=["Klipek", "http://www.starbug.hu/magyar_zene.php", "_self", 1, "no"]
ssmItems[12]=["Filmek", "http://www.starbug.hu/starbug_mozi_top.php", "_self", 1]
ssmItems[13]=["Saját fotók", "http://www.starbug.hu/sajat_fotok.html", "_blank"]

buildMenu();

//-->
