_menuCloseDelay=500 // The time delay for menus to remain visible on mouse out _menuOpenDelay=10 // The time delay before menus open on mouse over _subOffsetTop=0 // Sub menu top offset _subOffsetLeft=-5 // Sub menu left offset with(menuStyle_top2=new mm_style()){ onbgcolor="#4F8EB6"; oncolor="#ffffff"; offbgcolor="#DCE9F0"; offcolor="#515151"; bordercolor="#296488"; borderstyle="solid"; borderwidth=0; //separatorcolor="#2D729D"; separatorcolor="white"; separatorsize="3"; padding="4"; fontsize="100%"; fontstyle="normal"; fontfamily="Verdana, Tahoma, Arial"; pagecolor="white"; //pagebgcolor="#82B6D7"; pagebgcolor="ff0000"; headercolor="#000000"; headerbgcolor="#ffffff"; subimage="menu/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("top")){ style=menuStyle_top2; top=230; left=15; itemwidth=130; alwaysvisible=1; orientation="horizontal"; aI("text=HJEM;url=index.php;pagematch=index.php;"); aI("text=Alle utstillinger;url=open.php;pagematch=open.php;"); aI("text=Kommer;url=comming.php;pagematch=comming.php;"); aI("text=Bilder;url=images.php;pagematch=images.php;"); aI("text=Kunstnere;url=kunstnere.php;pagematch=kunstnere.php;"); aI("text=Steder;url=steder.php;pagematch=steder.php;"); aI("text=Om Listen;url=http://www.dagslisten.com/drupal/index.php;;"); } drawMenus();