<!--

/*
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="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="KAYPAKKAYA 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]=["Kaypakkaya "] //create header
ssmItems[1]=["Hayati", "http://www.kaypakkaya.org/modules.php?name=kaypakkayaHayati", ""]
ssmItems[2]=["Secme Yazilari", "http://www.kaypakkaya.org/modules.php?name=SECMEESERLER",""]
ssmItems[3]=["Parti", "http://www.kaypakkaya.org/modules.php?name=kaypakkayaparti", ""]
ssmItems[4]=["Sehitler", "http://www.kaypakkaya.org/modules.php?name=Sehitlerimiz", ""]
ssmItems[5]=["Resimler", "http://www.kaypakkaya.org/modules.php?name=kategori_foto_album", ""]
ssmItems[6]=["Müzik", "http://www.kaypakkaya.org/Kaypakkaya.rar", ""]
ssmItems[7]=["Siir", "http://www.kaypakkaya.org/modules.php?name=Siir&op=all_poems", ""]

ssmItems[8]=["Hesabiniz", "http://www.kaypakkaya.org/modules.php?name=Your_Account", "", 1, "no"] //create two column row
ssmItems[9]=["Üye Listesi", "http://www.kaypakkaya.org/modules.php?name=Members_List", "",1]

ssmItems[10]=["Kaypakkaya Siteleri", "", ""] //create header
ssmItems[11]=["I.Kaypakkaya.Net", "http://www.ibrahimkaypakkaya.net/", ""]
ssmItems[12]=["Kaypakkaya Partizan", "http://www.kaypakkaya-partizan.org/", ""]

ssmItems[13]=["Kaypakkaya Forumlari", "", ""] //create header
ssmItems[14]=["Site Formu", "http://www.kaypakkaya.org/modules.php?name=Forums", ""]
ssmItems[15]=["I.Kaypakkaya Forum", "http://www.ibrahimkaypakkaya.net/modules.php?name=Forums", ""]
ssmItems[16]=["Kaypakkaya Forum", "http://www.kaypakkaya-partizan.org/Forum/portal.php", ""]

ssmItems[17]=["Kaypakkaya Radyolari", "", ""] //create header
ssmItems[18]=["I.Kaypakkaya Radyosu", "http://ibrahimkaypakkaya.net/RadyoKaypakkaya/index.html", ""]
ssmItems[19]=["Kaypakkaya Radyosu", "http://www.kaypakkaya-partizan.org/Forum/radyo-kaypakkaya.html", ""]

ssmItems[20]=["Inter Aktif", "", ""] //create header
ssmItems[21]=["Sosyalist Basin", "http://www.kaypakkaya.org/modules.php?name=Sosyalist_Basin", ""]
ssmItems[22]=["Burjuva Basin", "http://www.kaypakkaya.org/modules.php?name=Gazeteler", ""]
ssmItems[23]=["Haber Gönder", "http://www.kaypakkaya.org/modules.php?name=Submit_News", ""]
ssmItems[24]=["Köse Yazilari", "http://www.kaypakkaya.org/modules.php?name=Kose_Yazilari", ""]
ssmItems[25]=["Linkler", "http://www.kaypakkaya.org/modules.php?name=Web_Links", ""]


buildMenu();

//-->