<!--

/*
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]=["İNGİLİZCE HAZIRLIK OKULU"] //create header
//ssmItems[1]=[""]
ssmItems[1]=["Genel Bilgi", "http://www.iticu.edu.tr/hazirlik/index.htm", ""]
//ssmItems[3]=[""]
ssmItems[2]=["Akademik Takvim", "http://www.iticu.edu.tr/duyurular/08-09-ing_haz_takvim.htm", "_blank"]
//ssmItems[5]=[""]
ssmItems[3]=["Lisans / Önlisans", "http://www.iticu.edu.tr/hazirlik/default_lisans.htm", ""]
//ssmItems[4]=["ÖNLYSANS", "http://www.iticu.edu.tr/hazirlik/default_onlisans.htm", ""]
//ssmItems[8]=[""]
ssmItems[4]=["Öğretim Kadromuz", "http://www.iticu.edu.tr/hazirlik/ogr_kadro.htm", ""]
//ssmItems[10]=[""]
ssmItems[5]=["Duyurular", "duyurular.htm", ""]
ssmItems[6]=["Ulaşım", "http://www.iticu.edu.tr/hazirlik/ulasim.htm", ""]


buildMenu();

//-->