<!--

/*
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=30; // 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="#000000";
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="gold";
hdrBGColor="#000000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="gold";
linkOverBGColor="darkred";
linkTarget="_top";
linkAlign="center";
barBGColor="#000000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="orange";
barVAlign="center";
barWidth=20; // no quotes!!
barText="TITTY TWISTER 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]=["Wzory", "index2.php?go=09", ""]
ssmItems[2]=["Galeria", "index2.php?go=galeria",""]
ssmItems[3]=["Charakteryzacje", "index2.php?go=galeria_ch", ""]
ssmItems[4]=["Piercing", "index2.php?go=06", "_new"]
ssmItems[5]=["Sterylność/Higiena", "index2.php?go=sterylnosc", ""]
ssmItems[6]=["Załoga studia", "zaloga.html", ""]
ssmItems[7]=["Studio/Regulamin", "index2.php?go=studio", ""]
ssmItems[8]=["Luca Tattoo - Ireland", "index2.php?go=lukas", ""]

ssmItems[9]=["Kontakt", "index2.php?go=kontakt", "", 1, "no"] //create two column row
ssmItems[10]=["Linki", "index2.php?go=linki", "",1]
ssmItems[11]=["-------------------", "", ""] //create header
ssmItems[12]=["Gwiazdy w studiu", "gwiazdy.html", ""] //create header
ssmItems[13]=["Doda", "index2.php?go=22", ""]
ssmItems[14]=["Peja", "index2.php?go=18", ""]
ssmItems[15]=["Kalwi", "index2.php?go=31", ""]
ssmItems[16]=["Jay Bae", "index2.php?go=33", ""]
ssmItems[17]=["Szerfchen", "index2.php?go=32", ""]

buildMenu();

//-->