
_menuCloseDelay=500;
_menuOpenDelay=150;
_scrollAmount=3;
_scrollDelay=20;
_followSpeed=5;
_followRate=40;
_subOffsetTop=1;
_subOffsetLeft=-1;

with(menuStyle=new mm_style()){
onbgcolor="#94A5D1";
oncolor="#ffffff";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#CCCCCC";
borderstyle="solid";
borderwidth=1;
separatorcolor="";
separatorsize="";
padding=4;
fontsize="11";
fontstyle="normal"; // Font Style (italic or normal)
fontfamily="Verdana, Tahoma, Arial"; // Font Name
pagecolor="#FFFFFF";
pagebgcolor="#9999CC";
headercolor="";
headerbgcolor="";
subimage="../images/arrow.gif";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("about")){


	top=88;
	left=175;



itemwidth=121;
style=menuStyle;
alignment="left";

}

with(milonic=new menuname("research_technology")){


	top=88;
	left=295;



itemwidth=122;
style=menuStyle;
alignment="left";

}

with(milonic=new menuname("careers")){


	top=88;
	left=416;



itemwidth=122;
style=menuStyle;
alignment="left";

}

with(milonic=new menuname("partnership")){


	top=88;
	left=537;



itemwidth=122;
style=menuStyle;
alignment="left";

}

with(milonic=new menuname("contact")){


	top=88;
	left=658;



itemwidth=116;
style=menuStyle;
alignment="left";

}


drawMenus();
