<!--

/*
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=160; // 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]=["İLETİŞİM"] //create header
//ssmItems[1]=[""]
ssmItems[1]=["Genel Bilgi", "http://www.iticu.edu.tr/iletisim/default_iletisim.htm", ""]
//ssmItems[3]=[""]
ssmItems[2]=["Duyurular", "http://www.iticu.edu.tr/iletisim/duyurular/duyurular.htm", ""]
//ssmItems[2]=["Duyurular", "#", ""]
//ssmItems[5]=[""]
ssmItems[3]=["Bölümler", "http://www.iticu.edu.tr/iletisim/bolumler/bolumler.htm", ""]
ssmItems[4]=["    ->   Halkla İlişkiler", "http://www.iticu.edu.tr/iletisim/bolumler/halkla_iliskiler/halkla_iliskiler.htm", ""]
ssmItems[5]=["    ->   Medya ve İletişim Sistemleri", "http://www.iticu.edu.tr/iletisim/bolumler/medya_iletisim/medya_ilet.htm", ""]
ssmItems[6]=["    ->   Görsel İletişim Tasarımı", "http://www.iticu.edu.tr/iletisim/bolumler/gorsel_ilet/gorsel_ilet.htm", ""]
//ssmItems[8]=[""]
//ssmItems[10]=[""]
ssmItems[7]=["Öğretim Kadromuz", "http://www.iticu.edu.tr/iletisim/ogr_kadro.htm", ""]


buildMenu();

//-->