

_menuCloseDelay=250           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-1            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="";
oncolor="#AAB4BF";
offbgcolor="";
offcolor="#ffffff";
bordercolor="#757375";
borderstyle="solid";
borderwidth=0;
separatorcolor="#c69242";
separatorsize="0";
padding=1;
fontsize="10px";
fontstyle="normal";
//fontweight="bold";
fontfamily="Arial, Tahoma";
pagecolor="white";
pagebgcolor="";
subimage="";
subimagepadding="1";
}

with(submenustyle=new mm_style()){
onbgcolor="#576b82";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#576b82";
borderstyle="solid";
borderwidth=1;
padding=4;
fontsize="10px";
fontstyle="bold";
fontweight="bold";
fontfamily="tahoma,verdana,helvetica";
pagecolor="black";
pagebgcolor="#576b82";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("arama")){
style=submenustyle;
top="offset=0";
	margin="0";
overflow="scroll";
	aI("text=`<FORM METHOD='get' ACTION='arama.asp' name='frmSiteSearch'> <input type='hidden' name='mode' value='allwords'><table  id=textarea><tr><td><font name=arial size=1>Arama Motoru</font></td></tr><tr><td><input name=search size=20 ></td></tr><tr><td><input type=submit value=ara  style='color : #000000; background : #ffffff; border-top : 1px solid; border-bottom : 1px solid; border-left : 1px solid; border-right : 1px solid; font-family : Verdana,tahoma,Arial; font-size : 10px; border-color:#000000'></td></tr></table></form>`;type=form;align=center;onbgcolor=;onborder=;");

}



drawMenus();

