_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // 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="#FFFFFF";
oncolor="#ffffff";
offbgcolor="#FFFFFF";
offcolor="#FFFFFF";
bordercolor="#700202";
borderstyle="none";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="0";
}

with(menuStyle1=new mm_style()){
onbgcolor="#F3D9D9";
oncolor="#DD1718";
offbgcolor="#ED1C24";
offcolor="#ffffff";
bordercolor="#700202";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
separatorwidth="190";
padding=5;
fontweight="bold";
fontsize="12";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#ED1C24";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="0";
}

with(milonic=new menuname("firma")){
style=menuStyle1;
aI("text=Kurumsal Kimlik;url=firma1.asp;");
aI("text=Tarihçe;url=firma2.asp;");
aI("text=Kalite Yönetimi;url=firma3.asp;");
aI("text=Referanslar;url=firma4.asp;");
aI("text=AR- GE Faaliyetleri;url=firma5.asp;");
}

with(milonic=new menuname("urun")){
style=menuStyle1;
aI("text=Yağ Keçeleri;url=seal.asp;");
aI("text=Rulman;url=bear.asp;");
}