_menuCloseDelay=500;
_menuOpenDelay=200;
_scrollAmount=3;
_scrollDelay=20;
_followSpeed=5;
_followRate=50;
_subOffsetTop=16;
_subOffsetLeft=16;

with(style1=new mm_style()){
offcolor="#FDEA9D";
oncolor="#000000";
offbgcolor="#000000";
onbgcolor="#FDEA9D";
bordercolor="#000000";
borderstyle="solid";
borderwidth=3;
fontsize=11;
fontstyle="normal";
fontweight="bold";
fontfamily="arial";
padding=4;
high3dcolor="#663333";
low3dcolor="#663333";
separatorcolor="#CC6600";
separatorsize="3";
swap3d="true";
headercolor="#000000";
headerbgcolor="#ffffff";
align="center"

}
with(milonic=new menuname("mainmenu")){
screenposition="left";
style=style1;
alwaysvisible=1;
followscroll=1;
orientation="horizontal";

left="offset=4";
top="offset=4";

aI("text=`<form name=search onSubmit=\"return findInPage(this.string.value);\">*** Find in Page ***</font><br><input name=string type=text size=9 onChange=\"n = 0;\"><br><input type=button value=\"Search\" onClick=\"findInPage(this.form.string.value);\"></form>`;type=form;");
}
 
drawMenus();