
_menuCloseDelay=400           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10	      // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset


with(menuStyle=new mm_style()){
onbgcolor="#CE2804";
oncolor="#FFFFFF";
offbgcolor="#125188";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="2";
padding=3;
fontsize="8pt";
fontweight="bold";
fontfamily="Tahoma";
pagecolor="white";
pagebgcolor="#FCA752";
headercolor="#000000";
headerbgcolor="#000000";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#000000', Direction=135, Strength=2)";
outfilter="";
}

with(milonic=new menuname("Products")){
style=menuStyle;
aI("text=MY GYM Hakkında;url=kimdir.asp;status=MY GYM Vizyonu ve Değerleri;");
aI("text=Misyonumuz ve Değerlerimiz;url=misyon.asp;status=MY GYM Vizyonu ve Değerleri;");
aI("text=Franchising Olanakları;url=franchise.htm;status=Franchising Olanakları;");
}

with(milonic=new menuname("onosco")){
style=menuStyle;
aI("text=İletişim Bilgileri;url=iletisim.asp;");
aI("text=Email;url=email.asp;");
aI("text=Sizi Arayalım;url=callback.asp;");
aI("text=Randevü Talebi;url=randevu.asp;");
aI("text=Franchising Başvurusu;url=franchise-6.htm;");
aI("text=Şubelerimiz;url=subeler.htm;");
}






drawMenus();

