_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=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=0               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#e5e5e5";
oncolor="#444444";
offbgcolor="#666666";
offcolor="#FFFFFF";
separatorcolor="#2D729D";
separatorsize="";
padding=0;
fontsize="75%";
fontfamily="Verdana";
}

with(menuStyleBolm=new mm_style()){
onbgcolor="#e5e5e5";
oncolor="#444444";
offbgcolor="#666666";
offcolor="#FFFFFF";
separatorcolor="#FFFFFF";
separatorsize="1";
separatorwidth="169";
padding=5;
fontweight="bold";
fontsize="10";
fontfamily="Verdana";
}


with(milonic=new menuname("bizkimiz")){
menuwidth=169;
style=menuStyleBolm;
overflow="scroll";
aI("text=Hakkımızda;url=hakkimizda.php;");
aI("text=Misyonumuz;url=misyonumuz.php;");
aI("text=Vizyonumuz;url=vizyonumuz.php;");
}
with(milonic=new menuname("hizmetlerimiz")){
menuwidth=169;
style=menuStyleBolm;
overflow="scroll";
aI("text=Fuar Standları;url=fuar.php;");
aI("text=Medya Planlama;url=medya.php;");
aI("text=Marka Yönetimi;url=marka.php;");
aI("text=Matbaa Uygulamaları;url=matbaa.php;");
aI("text=Logo Tasarım;url=logo.php;");
aI("text=Web Tasarım;url=web.php;");
aI("text=Mücevherat Sektörü;url=mucevherat.php;");
}
