_menuCloseDelay=100 // The time delay for menus to remain visible on mouse out _menuOpenDelay=100 // The time delay before menus open on mouse over _subOffsetTop=0 // Sub menu top offset _subOffsetLeft=-0 // Sub menu left offset with(menuStyleDown=new mm_style()){ onbgcolor="#FFFFFF"; oncolor="#ACACAC"; offbgcolor="#ACACAC"; screenposition="center"; offcolor="#FFFFFF"; bordercolor="#296488"; borderstyle="solid"; borderwidth="0"; padding="3"; fontsize="100%"; fontstyle="normal"; fontfamily="Verdana, Tahoma, Arial"; pagecolor="black"; pagebgcolor="#82B6D7"; headercolor="#000000"; headerbgcolor="#ffffff"; separatorcolor="#FFFFFF"; separatorsize="15"; itemwidth="145"; overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=4)"; outfilter="randomdissolve(duration=0.3)"; } with(menuStyleDownRO=new mm_style()){ onbgcolor="#ACACAC"; oncolor="#FFFFFF"; offbgcolor="#ACACAC"; offcolor="#FFFFFF"; bordercolor="#000000"; borderstyle="solid"; borderwidth="1"; padding="3"; fontsize="100%"; fontstyle="normal"; fontfamily="Verdana, Tahoma, Arial"; pagecolor="black"; pagebgcolor="#82B6D7"; headercolor="#000000"; headerbgcolor="#ffffff"; separatorcolor="#2D729D"; separatorsize="1"; itemwidth="145"; overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=4)"; outfilter="randomdissolve(duration=0.3)"; } with(milonic=new menuname("Image1")){ style=menuStyleDown; top="146"; left="offset=-302"; screenposition="center"; alwaysvisible="1"; itemwidth="122"; itemheight="122"; orientation="vertical"; overfilter="Fade(duration=0.2);Alpha(opacity=95)"; outfilter="randomdissolve(duration=0.3)"; aI("image=images/sections/Overview/Image1.jpg;showmenu=Image1Text;"); aI("image=images/sections/Overview/Image2.jpg;showmenu=Image2Text;"); aI("image=images/sections/Overview/Image3.jpg;showmenu=Image3Text;"); } drawMenus();