YOffset=200;
XOffset=0;
staticYOffset=30;
slideSpeed=50 ;
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="mediumblue";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=180; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Arial";
hdrFontSize="2";
hdrFontColor="purple";
//hdrBGColor="";
hdrBGColor="lightskyblue";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="red";
linkOverBGColor="yellowgreen";
linkTarget="_self";
linkAlign="left";
barBGColor="black";
barFontFamily="Arial";
barFontSize="2";
barFontColor="gold";
barVAlign="left";
barWidth=20; // no quotes!!
barText="       Menü\n\etc.\n\n\n\n\n\n";

///////////////////////////

ssmItems[0]=["Hírek, news, etc."] //create header
ssmItems[1]=["Hírek, pletykák stb.", "index2.html", "_self"]

ssmItems[2]=["Kronológia/Chronology"]
ssmItems[3]=["Kronológia", "chronhun.html", "_self"]

ssmItems[4]=["Dalszövegek/Lyrics"]
ssmItems[5]=["Dalszövegek", "dalhun.html", "_self"]

ssmItems[6]=["Letöltés/Download"]
ssmItems[7]=["Letöltések", "down1.html", "_self"]

ssmItems[8]=["Képek/Pictures"]
ssmItems[9]=["Képek", "picture1.html", "_self"]

ssmItems[10]=["Egyebek/Others"]
ssmItems[11]=["Egyebek", "others.html", "_self"]

ssmItems[12]=["Interjúk/Interviews"]
ssmItems[13]=["Cikkek, bookletek", "cikkek.html", "_self"]

ssmItems[14]=["PSBpedia"]
ssmItems[15]=["PSB Enciklopédia", "psbpedia1.html", "_self"]

ssmItems[16]=["Musical/C2H"]
ssmItems[17]=["Closer to heaven musical", "c2h.html", "_self"]

ssmItems[18]=["Guestbook/Credits"]
ssmItems[19]=["Vendégkönyv, Alkotók", "guest.html", "_self"]

ssmItems[20]=["", "", "_self"]

buildMenu();

//-->


