_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=0              // Sub menu top offset_subOffsetLeft=0            // Sub menu left offset_scrollAmount=3               // Only needed for Netscape 4.x_scrollDelay=20               // Only needed for Netcsape 4.xwith(menuStyle=new mm_style()){onbgcolor="#999966";oncolor="#CCCC99";offbgcolor="#CCCC99";offcolor="#999966";bordercolor="";borderstyle="";borderwidth=0;separatorcolor="#999966";separatorsize="1";padding=8;fontsize="75%";fontstyle="normal";fontfamily="Verdana, Tahoma, Arial";pagecolor="";pagebgcolor="";headercolor="";headerbgcolor="";subimage="images/arrow.gif";subimagepadding="1";overfilter="Fade(duration=0.2);Alpha(opacity=100)";outfilter="randomdissolve(duration=0.3)";}with(milonic=new menuname("Main Menu")){style=menuStyle;top=142;left=3;alwaysvisible=1;overflow="scroll";aI("text=HOME;url=index.htm;");aI("text=BACKGROUND;url=background.htm;");aI("text=RESEARCH;showmenu=research;");aI("text=STAFF;showmenu=staff;");aI("text=PUBLICATIONS;url=publications.htm;");aI("text=GALLERY;url=gallery.htm;");aI("text=LINKS;url=links.htm;");aI("text=CONTACT;url=mailto:charlott@hum.ku.dk;");}with(milonic=new menuname("staff")){style=menuStyle;overflow="scroll";aI("text=Directors;url=directors.htm;");aI("text=Lab;url=labstaff.htm;");}with(milonic=new menuname("research")){style=menuStyle;overflow="scroll";//aI("text=Generel information;url=generel.htm;");aI("text=Lithic;url=lithics.htm;");aI("text=Architecture;url=architecture.htm");aI("text=Faunal remains;url=faunal.htm;");aI("text=Botanical samples;url=botanic.htm;");aI("text=Small finds;url=smallfinds.htm;");}drawMenus();
