<!--

/*
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="#f5efd1";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=60; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="#f5efd1";
hdrBGColor="#933501";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="12";
linkFontFamily="verdana";
linkFontSize="1";
linkBGColor="#f5efd1";
linkOverBGColor="#bdb58e";
linkTarget="_top";
linkAlign="Left";
barBGColor="#933501";
barFontFamily="verdana";
barFontSize="2";
barFontColor="#f5efd1";
barVAlign="center";
barWidth=14; // no quotes!!
barText="SIRALA"; // <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]= ["Alfabe"] //create header
ssmItems[1]= [" A", "index.php?ord=2&harf=a", "",1,"no"]
ssmItems[2]= [" B", "index.php?ord=2&harf=b", "",1]
ssmItems[3]= [" C", "index.php?ord=2&harf=c", "",1,"no"]
ssmItems[4]= [" Ç", "index.php?ord=2&harf=ç", "",1]
ssmItems[5]= [" D", "index.php?ord=2&harf=d", "",1,"no"]
ssmItems[6]= [" E", "index.php?ord=2&harf=e", "",1]
ssmItems[7]= [" F", "index.php?ord=2&harf=f", "",1,"no"]
ssmItems[8]= [" G", "index.php?ord=2&harf=g", "",1]
ssmItems[9]= [" H", "index.php?ord=2&harf=h", "",1,"no"]
ssmItems[10]=[" I", "index.php?ord=2&harf=ý", "",1]
ssmItems[11]=[" İ", "index.php?ord=2&harf=i", "",1,"no"]
ssmItems[12]=[" J", "index.php?ord=2&harf=j", "",1]
ssmItems[13]=[" K", "index.php?ord=2&harf=k", "",1,"no"]
ssmItems[14]=[" L", "index.php?ord=2&harf=l", "",1]
ssmItems[15]=[" M", "index.php?ord=2&harf=m", "",1,"no"]
ssmItems[16]=[" N", "index.php?ord=2&harf=n", "",1]
ssmItems[17]=[" O", "index.php?ord=2&harf=o", "",1,"no"]
ssmItems[18]=[" Ö", "index.php?ord=2&harf=ö", "",1]
ssmItems[19]=[" P", "index.php?ord=2&harf=p", "",1,"no"]
ssmItems[20]=[" R", "index.php?ord=2&harf=r", "",1]
ssmItems[21]=[" S", "index.php?ord=2&harf=s", "",1,"no"]
ssmItems[22]=[" Ş", "index.php?ord=2&harf=þ", "",1]
ssmItems[23]=[" T", "index.php?ord=2&harf=t", "",1,"no"]
ssmItems[24]=[" U", "index.php?ord=2&harf=u", "",1]
ssmItems[25]=[" Ü", "index.php?ord=2&harf=ü", "",1,"no"]
ssmItems[26]=[" V", "index.php?ord=2&harf=v", "",1]
ssmItems[27]=[" Y", "index.php?ord=2&harf=y", "",1,"no"]
ssmItems[28]=[" Z", "index.php?ord=2&harf=z", "",1]
ssmItems[29]=["Tazelik"] //create header
ssmItems[30]=["Başlık","index.php?ord=1"]
ssmItems[31]=["Karşılık","index.php?ord=0"]

buildMenu();

//-->