<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=225; // no quotes!!
XOffset="";
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=140; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="BLACK";
hdrBGColor="#F3D5A7";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkFontColor="BLACK";
linkBGColor="#F3D5A7";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FF9900";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SPOR MENÜ";
// <img src="o27.gif" width="36" height="36">
// "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]=["İTİCU SPOR", "http://www.iticu.edu.tr/iticuspor/default.asp", ""] //create header
//ssmItems[1]=[""]
ssmItems[1]=["Misyonumuz", "http://www.iticu.edu.tr/iticuspor/misyonumuz.htm", ""]
//ssmItems[3]=[""]
ssmItems[2]=["Spor Tesisleri", "http://www.iticu.edu.tr/iticuspor/tesisler.htm", ""]
//ssmItems[5]=[""]
ssmItems[3]=["Spor Tesis Talimatları", "http://www.iticu.edu.tr/iticuspor/talimatlar.htm", ""]
ssmItems[4]=["Spor Takımları", "http://www.iticu.edu.tr/iticuspor/takimlar.htm", ""]
ssmItems[5]=["Spor Malzemeleri", "http://www.iticu.edu.tr/iticuspor/malzemeler.htm", ""]
ssmItems[6]=["Formlar", "http://www.iticu.edu.tr/iticuspor/formlar.htm", ""]
ssmItems[7]=["Yönerge ve Prosedürler", "http://www.iticu.edu.tr/iticuspor/yonerge_prosedur.htm", ""]
ssmItems[8]=["İletişim", "http://www.iticu.edu.tr/iticuspor/iletisim.htm", ""]
buildMenu();

//-->