<!--

/*
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="#F5EE15";
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="Comic Sans MS";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="#F20D3B";
hdrAlign="#ffffff";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Comic Sans MS";
linkFontSize="2";
linkBGColor="#0DF2E6";
linkOverBGColor="#F5EE15";
linkTarget="_Top";
linkAlign="left";
barBGColor="#F20D3B";
barFontFamily="Comic Sans MS";
barFontSize="2";
barFontColor="#fffff";
barVAlign="#ffffff";
barWidth=20; // no quotes!!
barText="ForumDaForum"; // <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]=["MenÜ"] //create header
ssmItems[1]=["Forum", "http://www.forumdaforum.com/index.php?action=forum", ""]
ssmItems[2]=["Portal", "http://www.forumdaforum.com/",""]
ssmItems[3]=["Arama yap", "http://www.forumdaforum.com/index.php?action=search", ""]
ssmItems[4]=["Giriş", "http://www.forumdaforum.com/index.php?action=login", "_new"]
ssmItems[5]=["Kayıt", "http://www.forumdaforum.com/index.php?action=register", ""]
ssmItems[6]=["İstatistik", "http://www.forumdaforum.com/index.php?action=stats", ""]

ssmItems[7]=["smf", "http://www.forumdaforum.com/smf_simple_machines_forum-b36.0/", "", 1, "no"] //create two column row
ssmItems[8]=["Aşk", "http://www.forumdaforum.com/index.php?action=collapse;c=13;sa=collapse;#13", "",1]

ssmItems[9]=["Bölümler", "", ""] //create header
ssmItems[10]=["Eglence", "http://www.forumdaforum.com/index.php?action=collapse;c=22;sa=collapse;#22", ""]
ssmItems[11]=["Oyun", "http://www.forumdaforum.com/index.php?action=collapse;c=11;sa=expand#11", ""]
ssmItems[12]=["Mp3", "http://www.forumdaforum.com/index.php?action=collapse;c=19;sa=collapse;#19", ""]
ssmItems[13]=["download", "http://www.forumdaforum.com/yazilim_arsivi-b18.0/", ""]

buildMenu();

//-->