
_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="#003366";			// Seperator rengi
separatorsize="1";				// Seperator boyu
padding=5;					// Kutu icindeki bosluk
fontsize="11";					// 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=187;
aI("showmenu=hotels;text=OTELLER;");
aI("showmenu=sight;text=ÇEVRE GEZILERI;");
aI("showmenu=shop;text=ALISVERIS;");
aI("showmenu=lists;text=FIYAT LISTELERI;");
}

with(milonic=new menuname("hotels")){
overflow="scroll";
style=menuStyle;
aI("text=LONDRA;url=tra_hot_london.html;")
aI("text=LONDRA Havalanlari;url=tra_hot_airports.html;")
aI("text=BATH;url=tra_hot_bath.html;")
aI("text=BIRMINGAM;url=tra_hot_birmingam.html;")
aI("text=BLACKPOOL;url=tra_hot_blackpool.html;")
aI("text=BRIGHTON;url=tra_hot_brighton.html;")
aI("text=BRISTOL;url=tra_hot_bristol.html;")
aI("text=CAMBRIDGE;url=tra_hot_cambridge.html;")
aI("text=CARDIFF;url=tra_hot_cardiff.html;")
aI("text=EDINBURG;url=tra_hot_edinburg.html;")
aI("text=GLASGOW;url=tra_hot_glasgow.html;")
aI("text=LAKE DISTRICT;url=tra_hot_lake.html;")
aI("text=MANCHESTER;url=tra_hot_manchester.html;")
aI("text=OXFORD;url=tra_hot_oxford.html;")
aI("text=YORK;url=tra_hot_york.html;")
}

with(milonic=new menuname("sight")){
overflow="scroll";
style=menuStyle;
aI("text=Çevre Bilgileri;url=traveltour.html;")
aI("text=Çevre Turlari;url=travelsight.html;")
}

with(milonic=new menuname("shop")){
overflow="scroll";
style=menuStyle;
aI("text=Outlet Bilgileri;url=travelshop_info.html;")
aI("text=Outlet Turlari;url=travelshop.html;")
}

with(milonic=new menuname("lists")){
overflow="scroll";
style=menuStyle;
aI("text=Gezinti Turlari;url=tra-fee-sight.html;")
aI("text=Alisveris Turlari;url=tra-fee-shop.html;")
aI("text=Excursion Turlari;url=tra-fee-excursion.html;")
}

drawMenus();
