_menuCloseDelay=300 // The time delay for menus to remain visible on mouse out _menuOpenDelay=50 // The time delay before menus open on mouse over _subOffsetTop=5 // Sub menu top offset _subOffsetLeft=-10 // Sub menu left offset with(menuStyle=new mm_style()){ onbgcolor="#FFFFFF"; oncolor="#000000"; offbgcolor="#000000"; offcolor="#ffffff"; //bordercolor="#296488"; //borderstyle="solid"; borderwidth=1; separatorcolor="#FFFFFF"; separatorsize="1"; padding=5; fontsize="88%"; fontstyle="normal"; fontfamily="Verdana, Arial"; //fontweight="bold"; pagecolor="black"; pagebgcolor="#FFFFFF"; headercolor="#000000"; headerbgcolor="#000000"; subimage="/includes/dhtmlmenu/menuimages/arrow.gif"; subimagepadding="2"; //overfilter="Fade(duration=0.1);Alpha(opacity=98);Shadow(color='#777777', Direction=135, Strength=5)"; //outfilter="randomdissolve(duration=0.2)"; }with(milonic=new menuname("Main Menu")){ position="relative"; style=menuStyle; alwaysvisible=1; followscroll="1"; orientation="horizontal"; //horizontal or vertical aI("text=Home;image=/images/core/home16_d.gif;url=/;"); aI("text=DDD-Shop;url=http://ddd.deonderste.nl/modules.php/Shop;"); aI("text=Linken;showmenu=Linken;"); aI("text=Contact;url=http://www.dierendrogist.nl/modules.php/Page/index/Contact;"); } with(milonic=new menuname("Linken")){ style=menuStyle; aI("text=Holland Dier Identiteit;url=http://hdi.deonderste.nl/;target=_blank;"); aI("text=Micpoint;url=http://www.micpoint.nl;target=_blank;"); aI("text=DAISYWeb/PetBase;url=http://www.daisyweb.nl/;target=_blank;"); aI("text=RCA Databank;url=http://www.rca-databank.nl/;target=_blank;"); aI("text=DeRashond.nl;url=http://www.derashond.nl/;target=_blank;"); aI("text=FSB Administratief;url=http://www.deonderste.nl/modules.php/Page/index/FSB+Administratief+Intro;"); } drawMenus();