
_menuCloseDelay=200           // Menu kapanma suresi
_menuOpenDelay=0	         // Menu acilma suresi
_followSpeed=5               
_followRate=40                
_subOffsetTop=0              	// Alt menulerin ustten uzakligi
_subOffsetLeft=-5            	// Alt menulerin soldan uzakligi
_scrollAmount=3               
_scrollDelay=20             


// Burada 2 adet style tanimlaniyor. Ayni formatta istenildigi kadar style tanimlanip alt menulere atanabilir.

// Ana menude kullanilan style (ismi: menuStyle)
with(menuStyle=new mm_style()){
onbgcolor="#003366";				// Mouse gelince arka plan rengi
oncolor="#ffffff";				// Mouse gelince yazi rengi
offbgcolor="#FBDB00";				// Mouse gidince arka plan rengi
offcolor="#000000";				// Mouse gidince yazi rengi
bordercolor="#003366";				// Cerceve rengi
borderstyle="outset";				// Cerceve tipi
borderwidth=2;					// Cerceve kalinligi
separatorcolor="#423C35";			// Seperator rengi
separatorsize="1";				// Seperator boyu
padding=5;					// Kutu icindeki bosluk
fontsize="10";					// Font
fontstyle="normal";
fontweight="bold";	
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#003366";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="milonic/arrow.gif";			// Alt menusu olan ogeler icin ok resminin yeri
subimagepadding="2";
overfilter="Alpha(opacity=90)";
}

// Alt menulerde kullanilan style (Hepsinde aynisi kullanilmis. Ady: submenuStyle)
with(submenuStyle=new mm_style()){
onbgcolor="#003366";
oncolor="#ffffff";
offbgcolor="#D1D5DC";
offcolor="#000000";
bordercolor="#003366";
borderstyle="solid";
borderwidth=1;
separatorcolor="#003366";
separatorsize="1";
padding=5;
fontsize="9";
fontstyle="normal";
fontfamily="Arial";
pagecolor="#ffffff";
pagebgcolor="#003366";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="milonic/arrow.gif";
subimagepadding="2";
overfilter="Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;			// Bu menude kullanilacak style (Yukarida tanimlandi)
top=130;						// Menunun ekranda ustten yuksekligi
left=0;					// Menunun ekranda soldan uzakligi
alwaysvisible=1;			// Ana menu hep gorunur olmalidir
orientation="horizontal";			// Menu yatay pozisyona ayarlaniyor
// Simdi Menu ogeleri tanimlaniyor
// Her satir bir ogeyi gosterir. Ogeler alt menu ya da link olabilir. Alt menu isteniyorsa bu alt menunun ismine referans verilir.
itemwidth=188;
aI("text=SUMMER SCHOOLS;url=edusummer.html;");
//aI("text=LANGUAGE SCHOOLS;url=edulan.html;");
aI("showmenu=lanschool;text=LANGUAGE SCHOOLS;");
aI("showmenu=coll;text=MBA PROGRAMS & UNIVERSITIES;");
aI("showmenu=faq;text=FAQ's;");
}

with(milonic=new menuname("lanschool")){
overflow="scroll";
style=menuStyle;
aI("text=Some Selected Schools;url=edulan.html;")
aI("text=All Schools List;url=edulanlist.html;")
}

with(milonic=new menuname("coll")){
overflow="scroll";
style=menuStyle;
aI("text=Academic Institutes;url=edulanacad.html;")
aI("text=Certification Programs;url=edulancert.html;")
aI("text=Business English;url=edulaneng.html;")
aI("text=Universities;url=edulancol.html;")
}

with(milonic=new menuname("faq")){
overflow="scroll";
style=menuStyle;
aI("text=Price lists;url=eduprice.html;")
aI("text=Contact Us;url=edu-contacts.html;")
}

drawMenus();