<!--

/*
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="black";
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="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#cc0000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="GEMLİK FORUM HIZLI 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]=["MenÜ"] //create header
ssmItems[1]=["Anasayfa", "http://www.gemlikforum", ""]
ssmItems[2]=["Sponsor ol", "http://www.gemlikforum.com/siparis/talep_formu.php", "_new"]
ssmItems[3]=["Giriş yap", "http://www.gemlikforum.com/index.php?action=login", "", 1, "no"] //create two column row
ssmItems[4]=["Kayıt ol", "http://www.gemlikforum.com/index.php?action=register", "",1]
ssmItems[5]=["Video sitemiz", "http://www.gemlikforum.com/video/", ""]

ssmItems[6]=["Gemlik forum", "", ""] //create header
ssmItems[7]=["Gemlikforum Kuralları", "http://www.gemlikforum.com/index.php/topic,12.0.html", ""]
ssmItems[8]=["Gemlikforum Yardım", "http://www.gemlikforum.com/index.php/board,4.0.html", ""]
ssmItems[9]=["Gemlik haberleri", "http://www.gemlikforum.com/index.php/board,11.0.html", ""]
ssmItems[10]=["Gemlik resimleri", "http://www.gemlikforum.com/index.php/board,8.0.html", ""]
ssmItems[11]=["Gemlik Videoları", "http://www.gemlikforum.com/index.php/board,381.0.html", ""]
ssmItems[12]=["Gemlik şiirleri", "http://www.gemlikforum.com/index.php/board,256.0.html", ""]
ssmItems[13]=["Gemlk tel rehberi", "http://www.gemlikforum.com/index.php/board,59.0.html,", ""]
ssmItems[14]=["Gemlik harita", "http://www.gemlikforum.com/index.php/topic,22197.0.html,", ""]
ssmItems[15]=["Okullarımız", "http://www.gemlikforum.com/index.php/board,405.0.html", ""]
ssmItems[16]=["Sohbet", "http://www.gemlikforum.com/index.php/board,17.0.html", "", 1, "no"] //create two column row
ssmItems[17]=["Oyunlar", "http://www.gemlikforum.com/index.php/board,16.0.html", "",1]
ssmItems[18]=["Yarışmalar", "http://www.gemlikforum.com/index.php/board,73.0.html", ""]


buildMenu();

//-->
