<!--

/*
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="#597388";
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="Arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#597388";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="comic sans ms";
linkFontSize="2";
linkBGColor="#FFCCCE";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#597388";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENÜ"; // <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]=[""] //create header
ssmItems[1]=["<b>Gelenekler", "gelnek.html", ""]
ssmItems[2]=["<b>Şiirler", "siir.html",""]
ssmItems[3]=["<b>Kurtuluş Tarihçesi", "kutulus.html", ""]
ssmItems[4]=["<b>Seyirlik Oyunlar", "oyun.html", ""]
ssmItems[5]=["<b>Dernekler", "dernek.html", ""]
ssmItems[6]=["<b>Adres Defteri", "adres.html", ""]

ssmItems[7]=["<b>Sizden Gelenler", "sizden.html", ""] 
ssmItems[8]=["<b>Webmaster", "siz/yahya/yahya.html", ""]

ssmItems[9]=["Ziyaretçi Defteri", "", ""] //create header
ssmItems[10]=["<b>Defteri Oku", "http://webmasterim.com/zd/zd.php?kullanici=yahya", ""]
ssmItems[11]=["<b>Deftere Yaz", "http://webmasterim.com/zd/zd_yaz.php?kullanici=yahya", ""]

buildMenu();

//-->