_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=5 // Sub menu top offset _subOffsetLeft=-10 // Sub menu left offset _scrollAmount=3 // Only needed for Netscape 4.x _scrollDelay=20 // Only needed for Netcsape 4.x with(SubStyle=new mm_style()){ onbgcolor="#145430"; oncolor="#fde58c"; offbgcolor="#F4F3F0"; offcolor="#000000"; bordercolor="#B2A98E"; borderstyle="dotted"; borderwidth=0; padding=3; fontsize="11px"; fontstyle="normal"; fontweight="normal"; fontfamily="Arial"; pagecolor="black"; pagebgcolor="#F4F3F0"; separatorsize=1; separatorcolor="#D7D0BC"; separatorheight=2; separatorwidth=130; itemwidth=130; overfilter="Fade(duration=0.2);Alpha(opacity=85);Shadow(color='#777777', Direction=135, Strength=5)"; subimage="http://www.medel.com.ar/shared/layout/nav2/sub_arrow.gif"; //subimagepadding="2"; } with(menuStyle=new mm_style()){ itemheight=28; onbgcolor="#145430"; oncolor="#FFFFFF"; offbgcolor="#"; offcolor="#fde58c"; bordercolor="#493f1e"; borderstyle="none"; borderwidth=0; separatorheight=10; separatorcolor="#CCCCCC"; separatorsize="1"; padding=5; fontsize="11px"; fontstyle="bold"; fontfamily="Arial"; pagecolor="white"; pagebgcolor="#145430"; headercolor="#000000"; headerbgcolor="#000000"; overfilter="Fade(duration=0.2);Alpha(opacity=100);)"; subimage="/menu/arrow.gif"; //subimagepadding="2"; } // ShopASP // with(milonic=new menuname("menu1")){ style=SubStyle; itemwidth=130; aI("text=Sortimentsweine;url=/asp/produkte/pro_sortiment.asp;"); aI("text=Geschenkspakete;url=asp/produkte/pro_korb2.asp;"); } with(milonic=new menuname("menu2")){ style=SubStyle; itemwidth=130; aI("text=Aktuelles Angebot;url=/asp/produkte/pro_sortiment.asp;"); } with(milonic=new menuname("menu3")){ style=SubStyle; itemwidth=130; aI("text=Holzkisten;url=/asp/produkte/pro_sortiment.asp;"); } // ShopASP // with(milonic=new menuname("Wir_ueber_uns")){ style=SubStyle; aI("text=Philosophie;url=/html/philosophie.asp;"); aI("text=Weingut Mazzon;url=/html/weingut_mazzon.asp;"); aI("text=Geschichte;url=/html/geschichte.asp;"); aI("text=Mitarbeiter;url=/html/mitarbeiter.asp;"); } with(milonic=new menuname("Service")){ style=SubStyle; aI("text=Lagerservice;url=/html/service_lager.asp;"); aI("text=Geschenksservice;url=/html/service_geschenk.asp;"); aI("text=Gläserservice;url=/html/service_glaeser.asp;"); aI("text=Hochzeitsliste;url=/html/service_hochzeit.asp;"); } with(milonic=new menuname("Kontakt")){ style=SubStyle; itemwidth=130; aI("text=Kataloge;url=/html/kataloge.asp;"); aI("text=Impressum/Kontakt;url=/html/adresse.asp;"); aI("text=Weiterempfehlen;url=/html/anfreund.asp;"); } drawMenus();