<!--

/*
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="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]=["GENEL BİLGİ"] //create header
//ssmItems[1]=[""]
ssmItems[1]=["Tarihçe", "http://www.iticu.edu.tr/genel_bilgi/tarihce.htm", ""]
//ssmItems[3]=[""]
ssmItems[2]=["Yönetim", "#", ""]
ssmItems[3]=["  ->  Mütevelli Heyet", "http://www.iticu.edu.tr/genel_bilgi/mutev_heyet.htm", ""]
ssmItems[4]=["  ->  Senato", "http://www.iticu.edu.tr/genel_bilgi/senato.htm", ""]
ssmItems[5]=["  ->  Yönetim Kurulu", "http://www.iticu.edu.tr/genel_bilgi/yonetim_kurulu.htm", ""]
ssmItems[6]=["  ->  İdari Birimler", "http://www.iticu.edu.tr/genel_bilgi/idari_birim.htm", ""]
//ssmItems[5]=[""]
ssmItems[7]=["İstanbul Ticaret Odası", "http://www.tr-ito.com", ""]
//ssmItems[8]=["Telefon Rehberi", "http://www.iticu.edu.tr/rehber/iletisim.htm","_blank", ""]


buildMenu();

//-->