_menuCloseDelay=500 // The time delay for menus to remain visible on mouse out _menuOpenDelay=0 // The time delay before menus open on mouse over _followSpeed=5 // Follow scrolling speed _followRate=40 // Follow scrolling Rate _subOffsetTop=10 // 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(menuStyle=new mm_style()){ oncolor="#FFFFFF"; offcolor="#FFFFFF"; onbgcolor="#625347"; offbgcolor="#76665a"; separatorcolor="#FFFFFF"; separatorsize=1; fontsize="11px"; fontweight="Arial bold"; fontstyle="normal"; align="left"; fontfamily="Arial Bold"; //fontfamily="Arial, Helvetica, sans-serif"; pagebgcolor="#F89303"; pagecolor="#FFFFFF"; } menuStyleAlt=new copyOf(menuStyle); menuStyleAlt.onbgcolor="#FF5A00"; menuStyleAlt.offbgcolor="#C0C0C0"; menuStyleAlt.borderwidth=1; menuStyleAlt.borderstyle="solid"; menuStyleAlt.bordercolor="#FFFFFF"; menuStyleAlt.separatorcolor="#FFFFFF"; menuStyleAlt.fontweight="bold"; menuStyleAlt.imagepadding = 0; menuStyleAlt.fontsize="11px"; menuStyleAlt.align="left"; menuStyleAlt.pagebgcolor="#FF5A00"; menuStyleAlt.pagecolor="#FFFFFF"; with(milonic=new menuname("E607B606-073B-11FB-5D51CE86B3C6156E")){ style=menuStyle; //style.offcolor = "#CC0000" itemwidth=171; alwaysvisible=1; position="relative"; orientation="vertical"; aI("url=/go/home;text=Home;");aI("url=/go/biography;text=Biography   ");aI("url=/go/keynote-speaker;text=Keynote Speaker   ");aI("url=/go/seminars-and-workshops;text=Seminars & Workshops   ");aI("url=/go/company-advisor;text=Company Advisor   ");aI("url=/go/boards-panels-and-committees;text=Boards, Panels and Committees   ");aI("url=/go/books;text=Books   ");aI("url=/go/technology-mentor;text=Technology Mentor   ");aI("url=/go/solveit-software;text=SolveIT Software   ");aI("url=/go/ewa-fine-art;text=Ewa Fine Art   ");aI("url=/go/contact;text=Contact   "); }