


_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="#296488";
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(menuStyleFir=new mm_style()){
onbgcolor="#F3D9D9";
oncolor="#DD1718";
offbgcolor="#E6E6E6";
offcolor="#4E4E4E";
bordercolor="#FFFFFF";
borderstyle="none";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
separatorwidth="124";
padding=2;
fontweight="bold";
fontsize="10";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#4E4E4E";
pagebgcolor="#E6E6E6";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
}

with(menuStyleRef=new mm_style()){
onbgcolor="#EBF4FC";
oncolor="#003767";
offbgcolor="#E6E6E6";
offcolor="#4E4E4E";
bordercolor="#FFFFFF";
borderstyle="none";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
separatorwidth="124";
padding=2;
fontweight="bold";
fontsize="10";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#003767";
pagebgcolor="#EBF4FC";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
}

with(milonic=new menuname("firma")){
menuwidth=126;
style=menuStyleFir;
overflow="scroll";
aI("text=Tarihçe;url=tarih.asp;");
aI("text=Organizasyon;url=org.asp;");
}

with(milonic=new menuname("ref")){
menuwidth=126;
style=menuStyleRef;
aI("text=Fuarlar;url=liste.asp?no=1;");
aI("text=Totemler;url=liste.asp?no=2;");
aI("text=Tabelalar;url=liste.asp?no=3;");
aI("text=Showroomlar;url=liste.asp?no=4;");
aI("text=Standlar;url=liste.asp?no=5;");
aI("text=Araç Giydirme;url=liste.asp?no=6;");
aI("text=Tasarım;url=liste.asp?no=7;");
}