
_menuCloseDelay=200           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0	            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=-5            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#FFAD00";
oncolor="#000000";
offbgcolor="#220089";
offcolor="#ffffff";
bordercolor="#FFAD00";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=5;
fontsize="10";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#4B5667";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/submenuarrow2.gif";
subimagepadding="2";
overfilter="Alpha(opacity=90)";
}

with(submenuStyle=new mm_style()){
onbgcolor="#FFAD00";
oncolor="#000000";
offbgcolor="#220089";
offcolor="#ffffff";
bordercolor="#FFAD00";
borderstyle="solid";
borderwidth=1;
separatorcolor="#4B5667";
separatorsize="1";
padding=5;
fontsize="9";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#4B5667";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/submenuarrow.gif";
subimagepadding="2";
overfilter="Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
}



with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=233;
left=160;
alwaysvisible=1;
orientation="horizontal";
aI("text=&nbsp;&nbsp;Bilgi&nbsp;&nbsp;;showmenu=bilgi;status=Bilgi;");
aI("text=&nbsp;&nbsp;LLP&nbsp;&nbsp;;showmenu=llp;status=LLP;");
aI("text=&nbsp;&nbsp;Leonardo&nbsp;&nbsp;;url=leonardo.php;status=Leonardo;");
aI("text=   &nbsp;&nbsp;Youth&nbsp;&nbsp;;url=http://www.eu.yildiz.edu.tr/doc/genclik.doc;");
aI("text=&nbsp;&nbsp;Belgeler&nbsp;&nbsp;;showmenu=Belgeler;status=Belgeler;");
aI("text=&nbsp;&nbsp;Koordinatörler&nbsp;&nbsp;showmenu=koordinator;status=Koordinatörler;");
aI("text=&nbsp;&nbsp;ECTS&nbsp;&nbsp;url=ects.htm;status=ECTS;");
}

with(milonic=new menuname("bilgi")){
style=submenuStyle;
itemwidth=225;
aI("text=YTÜ ve Erasmus ;url=ytuerasmus.php;");
aI("text=Uygulama Esasları;url=doc/uygesas;");
aI("text=Pratik Bilgiler;url=pratik.php;");
aI("text=SÜREÇLER;url=http://www.eu.yildiz.edu.tr/doc/surecler_2010-2011.doc;");
aI("text=Akademik Takvim;url=http://www.ogi.yildiz.edu.tr/index1.php?k=42;");
aI("text=Bağlantılar;url=linkler.php;");
aI("text=İkili Anlaşmalar;url=doc/ikilianlasmalar;");
aI("text=Forum;url=Forumlar/forum.html;");

}

with(milonic=new menuname("llp")){
style=submenuStyle;
itemwidth=150;
aI("text=Grundvig;url=grundvig.php;");
aI("text=Lingua;url=lingua.php;");
aI("text=Erasmus;url=erasmus.php;");
aI("text=Comenius;url=comenius.php;");
aI("text=Minerva;url=minerva.php;");

}

with(milonic=new menuname("Belgeler")){
style=submenuStyle;
itemwidth=150;
aI("text=Incoming Students [ Gelen Öğrenci ];url=gelen.php;");
aI("text=Giden Öğrenci;url=surogrkoor_formlar.php;");
aI("text=Incoming Teaching Staff [ Gelen Akademisyen ];url= incominga.php;");
aI("text=Giden Akademisyen;url=ogrdeg_formlar.php;");
aI("text=Akademisyen/İdari Personel Eğitim Alma;url=aka_id_egitim_alma.php;");
aI("text=Formlar-Belgeler;url=formlar.php;");
aI("text=El Kitapları/EILC/Diğer;url=belgeler.php;");

}

with(milonic=new menuname("koordinator")){
style=submenuStyle;
itemwidth=150;
aI("text=YTU AB Ofisi - Yapı;url=images/YTU_AB_Ofisi_idari_yapi.jpg;target=new");
aI("text=Üniversite, Fakülte ve Bölüm Koordinatörleri;url=koordinatoru.php;");
}

drawMenus();

