_menuCloseDelay=500 // The time delay for menus to remain visible on mouse out _menuOpenDelay=150 // The time delay before menus open on mouse over _subOffsetTop=10 // Sub menu top offset _subOffsetLeft=-10 // Sub menu left offset with(menuStyle=new mm_style()) { onbgcolor="#c3c7cd"; bgimage="images/btbg.gif"; overbgimage ="images/btbgover.gif"; pagebgimage ="images/btbgover.gif"; oncolor="#000000"; offbgcolor="#000000"; offcolor="#ffffff"; bordercolor="#cccccc"; borderstyle="solid"; borderwidth=0; //clickbgcolor="#000000"; separatorcolor="#544e4b"; separatorsize="1"; padding=8; fontsize="70%"; fontstyle="bold"; fontfamily="Verdana, Arial"; fontweight="bold"; pagecolor="#000000"; //цвет после клика //pagebgcolor="#FF0000"; headercolor="#000000"; headerbgcolor="#ffffff"; //subimage="arrow.gif"; //subimagepadding="2"; //overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)"; outfilter="randomdissolve(duration=0.3)"; } with(subMenuStyle=new mm_style()) { onbgcolor="#c3c7cd"; //bgimage="arrow.gif"; oncolor="#000000"; offbgcolor="#a19b98"; offcolor="#ffffff"; bordercolor="#544e4b"; borderstyle="solid"; borderwidth=1; //clickbgcolor="#000000"; separatorcolor="#544e4b"; separatorsize="1"; padding=5; fontsize="70%"; fontstyle="normal"; fontfamily="Verdana, Arial"; pagecolor="black"; pagebgcolor="#FFFFFF"; headercolor="#000000"; headerbgcolor="#ffffff"; //subimage="arrow.gif"; //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("Mainenu")){ style=menuStyle; top=144; if(screen.width>840) //left= screen.width-840; left = 232; else left = 0; alwaysvisible=1; orientation="horizontal"; aI("text=  О компании  url=static.php?id=23;;"); aI("text=  Производство  url=static.php?id=83;;"); aI("text=  Услуги  url=javascript:eval();showmenu=s3;"); aI("text=  Наши объекты  url=static.php?id=86;showmenu=s5;"); aI("text=  Пресс-центр  url=javascript:eval();showmenu=s4;"); aI("text=  Контакты  url=javascript:eval();showmenu=s6;"); } with(milonic=new menuname("s3")){style=subMenuStyle;overflow="scroll";aI("text=Строительные услуги;url=static.php?id=87;"); aI("text=Конструкторско-инжиниринговые услуги;url=/static.php?id=78;"); aI("text=Транспортно-экспедиторские услуги;url=static.php?id=69;"); }with(milonic=new menuname("s5")){style=subMenuStyle;overflow="scroll";aI("text=Использование материалов;url=static.php?id=84;"); aI("text=Устройство полов;url=static.php?id=85;"); }with(milonic=new menuname("s4")){style=subMenuStyle;overflow="scroll";aI("text=СМИ о нас;url=articles.php;"); aI("text=События и достижения;url=events.php;"); aI("text=Полезная информация;url=usefuls.php;"); aI("text=Вопросы и Ответы;url=faq.php;"); aI("text=Отзывы;url=responces.php;"); }with(milonic=new menuname("s6")){style=subMenuStyle;overflow="scroll";aI("text=Как нас найти;url=static.php?id=89;"); aI("text=Связаться с нами;url=static.php?id=90;"); } drawMenus();