<!--

/*
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]=["MÜHENDİSLİK ve TASARIM"] //create header
//ssmItems[1]=[""]
ssmItems[1]=["Genel Bilgi", "http://www.iticu.edu.tr/muhendislik/genel_bilgi.htm", ""]
//ssmItems[3]=[""]
ssmItems[2]=["Duyurular", "http://www.iticu.edu.tr/muhendislik/duyurular/duyurular.htm", ""]
//ssmItems[2]=["Duyurular", "#", ""]
//ssmItems[5]=[""]
ssmItems[3]=["Bölümler", "http://www.iticu.edu.tr/muhendislik/bolumler/bolumler.htm", ""]
ssmItems[4]=["    ->   Endüstri Mühendisliği", "http://www.iticu.edu.tr/muhendislik/bolumler/endustri/default_endustri.htm", ""]
ssmItems[5]=["    ->   Bilgisayar Mühendisliği", "http://www.iticu.edu.tr/muhendislik/bolumler/bilgisayar/default_bilgisayar.htm", ""]
ssmItems[6]=["    ->   Moda ve Tekstil Tasarımı", "http://www.iticu.edu.tr/muhendislik/bolumler/moda-tekstil/default_modatekstil.htm", ""]
ssmItems[7]=["    ->   İç Mimarlık ve Çevre Tasarımı", "http://www.iticu.edu.tr/muhendislik/Bolumler/icMIMARLIK/default_icMIMARLIKi.htm", ""]
//ssmItems[8]=[""]
//ssmItems[8]=["Öğrencilerimize Duyurular", "http://www.iticu.edu.tr/muhendislik/ogr_duyurular/login.asp", ""]
//ssmItems[10]=[""]
ssmItems[8]=["Öğretim Kadromuz", "http://www.iticu.edu.tr/muhendislik/ogr_kadro.htm", ""]


buildMenu();

//-->