_menuCloseDelay=500; _menuOpenDelay=150; _scrollAmount=3; _scrollDelay=20; _followSpeed=5; _followRate=40; _subOffsetTop=10; _subOffsetLeft=10; with(prop1=new mm_style()){ offcolor="#000000"; offbgcolor="#ffc967"; oncolor="#ffffff"; onbgcolor="#fca700"; bordercolor="#000000"; borderstyle="solid"; borderwidth=1; fontsize="70%"; fontstyle="80%"; fontweight="normal"; fontfamily="Verdana,Tahoma,Helvetica"; padding=3; subimage="arrow.gif"; high3dcolor="#ffffff"; low3dcolor="#000099"; separatorsize=2 swap3d=1 } with(milonic=new menuname("menu1")){ top=160; left=4; itemwidth=140; style=prop1; alwaysvisible=1; align="center"; aI("text=Login;url=/online/login.php;status=#;") aI("text=Register;url=../online/register.php;status=#;") } drawMenus();