fixMozillaZIndex=true; //Fixes Z-Index problem with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps _menuCloseDelay=500; _menuOpenDelay=150; _subOffsetTop=2; _subOffsetLeft=-2; with(submenuStyle=new mm_style()){ styleid=1; bordercolor="#CCCCCC"; borderstyle="solid"; borderwidth=1; fontfamily="Verdana, Tahoma, Arial"; fontsize="11pt"; fontstyle="normal"; fontweight="normal"; headercolor="#000000"; imagepadding=8; offbgcolor="#ffffff"; offcolor="#333333"; onbgcolor="#E7E6E7"; oncolor="#ACABAB"; outfilter="Blinds( Bands=1,direction=up, duration=0.3)"; overfilter="Blinds( Bands=1,direction=down, duration=0.3)"; padding=4; pagecolor="black"; separatorcolor="#CCCCCC"; separatorsize=1; subimagepadding=8; } with(menuStyle=new mm_style()){ bordercolor="#ffffff"; borderstyle="solid"; borderwidth=0; fontfamily="Verdana, Tahoma, Arial"; fontsize="10pt"; fontstyle="normal"; fontweight="normal"; headerbgcolor="#ffffff"; headercolor="#000000"; imagepadding=6; offbgcolor="#ffffff"; offcolor="#333333"; onbgcolor="#E7E6E7"; oncolor="#ACABAB"; separatorcolor="#CCCCCC"; separatorsize=1; outfilter="Fade(Overlap=1.00)"; padding=5; } with(milonic=new menuname("Main Menu")){ alwaysvisible=1; left=80; orientation="horizontal"; style=menuStyle; top=413; aI("status=Back To Home Page;text=Home;url=index.html;"); aI("showmenu=Tree Crops;text=Tree Crops;"); aI("text=Olive Oil Sales;url=oliveoil.html;"); aI("text=Landscaping;url=landscaping.html;"); aI("text=Consulting;url=consulting.html;"); aI("text=History;url=history.html;"); aI("text=Contact;url=contact.html;"); aI("text=Employment;url=employment.html;"); aI("text=Links;url=links.html;"); } with(milonic=new menuname("Tree Crops")){ style=submenuStyle; aI("showmenu=Olives;status=Olives;text=Olives;"); aI("text=Pomegranates;url=pomegranates.html;"); } with(milonic=new menuname("Olives")){ style=submenuStyle; aI("text=High Density;url=highdensity.html;showmenu=technical;"); aI("text=Intensive;url=intensive.html;"); aI("text=Young Olive Plants;url=pdfs/olive_young_plants.pdf;"); } with(milonic=new menuname("technical")){ style=submenuStyle; aI("text=Technical Information Sheets;url=technical.html;"); } drawMenus();