_menuCloseDelay=500 // The time delay for menus to remain visible on mouse out _menuOpenDelay=150 // The time delay before menus open on mouse over _followSpeed=5 // Follow scrolling speed _followRate=50 // Follow scrolling Rate _subOffsetTop=3 // Sub menu top offset _subOffsetLeft=-2 // Sub menu left offset //--------------------------------------------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------------------------------------------- with(menuStyle = new mm_style()){ oncolor="#A0141B"; offcolor="#ffffff"; fontstyle="normal"; fontfamily="Tahoma, Arial"; fontweight = "bold"; fontsize="11px"; overfilter="Fade(duration=0.5);Shadow(color='#777777', Direction=135, Strength=1)"; separatorsize="7"; //pagecolor="#A0141B"; padding=2; } //--------------------------------------------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------------------------------------------- with(SubMenuStyle = new mm_style()){ separatorcolor="#DADADA"; separatorsize="1"; oncolor="#002157"; offcolor="#002157"; onbgcolor="#BBCBDB"; offbgcolor="#FAFAFA"; onborder="1px solid #EAEAEA"; bordercolor="#FAFAFA"; margin=6; borderstyle="solid"; borderwidth=1; padding=3; fontsize="10px"; fontweight = "normal"; //pagebgcolor="#F9F9F9"; headercolor="#000000"; headerbgcolor="#ffffff"; overfilter="GradientWipe(duration=.25, wipeStyle=1);Fade(duration=0.1);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=2)"; } //--------------------------------------------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------------------------------------------- with(milonic=new menuname('Menu')){ style = menuStyle;top = 117;menuwidth='99%';menualign='center';alwaysvisible = 1;orientation='horizontal';position='relative'; aI('text=About us »url=http://eng.concor.ru/folders.html?fFolder=49;showmenu=Menu49;'); aI('text=Production »url=http://eng.concor.ru/folders.html?fFolder=54;showmenu=Menu54;'); aI('text=Useful information »url=http://eng.concor.ru/folders.html?fFolder=106;showmenu=Menu106;'); aI('text=News;url=/news.php;'); aI('text=Business offer »url=http://eng.concor.ru/folders.html?fFolder=121;showmenu=Menu121;'); } with(milonic=new menuname('Menu49')){ style=SubMenuStyle;orientation='vertical'; aI('text=History;url=http://eng.concor.ru/folders.html?fFolder=50;'); aI('text=Our mission;url=http://eng.concor.ru/folders.html?fFolder=99;'); aI('text=Contacts;url=http://eng.concor.ru/folders.html?fFolder=67;'); } with(milonic=new menuname('Menu54')){ style=SubMenuStyle;orientation='vertical'; aI('text=Soft contact lenses Concor;url=http://eng.concor.ru/folders.html?fFolder=93;'); aI('text=Colored lenses Concor;url=http://eng.concor.ru/folders.html?fFolder=97;'); aI('text=Certificates;url=http://eng.concor.ru/folders.html?fFolder=125;'); } with(milonic=new menuname('Menu106')){ style=SubMenuStyle;orientation='vertical'; aI('text=Planned replacement and convetional lenses advantages;url=http://eng.concor.ru/folders.html?fFolder=109;'); aI('text=You can purchase soft contact lenses "Concor" in following  towns »url=http://eng.concor.ru/folders.html?fFolder=111;showmenu=Menu106111;'); aI('text=Applying and removing your contact lenses ;url=http://eng.concor.ru/folders.html?fFolder=72;'); } with(milonic=new menuname('Menu106111')){ style=SubMenuStyle;orientation='vertical'; aI('text=Central Federal District;url=http://eng.concor.ru/folders.html?fFolder=112;'); aI('text=Ural Federal District;url=http://eng.concor.ru/folders.html?fFolder=113;'); aI('text=North-West Federal District;url=http://eng.concor.ru/folders.html?fFolder=114;'); aI('text=Far Eastern Federal District;url=http://eng.concor.ru/folders.html?fFolder=115;'); aI('text=Sibirian Federal District;url=http://eng.concor.ru/folders.html?fFolder=116;'); aI('text=Southern Federal District;url=http://eng.concor.ru/folders.html?fFolder=117;'); aI('text=Volga Federal District;url=http://eng.concor.ru/folders.html?fFolder=118;'); aI('text=Ukraine;url=http://eng.concor.ru/folders.html?fFolder=124;'); } with(milonic=new menuname('Menu121')){ style=SubMenuStyle;orientation='vertical'; aI('text=For customers;url=http://eng.concor.ru/folders.html?fFolder=126;'); aI('text=For salespeople;url=http://eng.concor.ru/folders.html?fFolder=127;'); } drawMenus();