_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="#D7D7D7"; oncolor="#000000"; offbgcolor="#FFFFFF"; //offbgcolor="#8b8e96"; offcolor="#707070"; //offcolor="#FFFFFF"; pagecolor="#FFFFFF"; pagebgcolor="#1E4289"; //pagebgcolor="#CC6633"; //bordercolor="#000000"; //borderstyle="solid"; borderwidth=0; separatorcolor="#707070"; separatorsize="2"; padding=5; fontsize=10; fontstyle="normal"; fontfamily="Verdana, Times New Roman, Times, serif"; fontweight="bold" headercolor="##FFFFFF"; headerbgcolor="##FFFFFF"; //overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#F7EFDE', Direction=0, Strength=5)"; //outfilter="randomdissolve(duration=0.3)"; visitedcolor="blue" } with(menuStyle2=new mm_style()){ onbgcolor="#F5F5F5" //onbgcolor="#555555"; oncolor="#1E4289"; //offbgcolor="#1E42A0"; offbgcolor="#808080"; offcolor="#ffffff"; pagecolor="#1E4289"; pagebgcolor="#EEEEEE"; //bordercolor="#ffffff"; //borderstyle="solid"; //-moz-opacity: 0.8;filter: alpha(opacity=80); -- these break the menu //opacity: 0.8; -- this is prob taken care of elsewhere borderwidth=0; separatorcolor="#000000"; separatorsize="1"; padding=8; fontsize=11; fontstyle="normal"; fontfamily="Verdana, Times New Roman, Times, serif"; fontweight="bold" headercolor="#FFFFFF"; headerbgcolor="#FFFFFF"; //subimage="../../images/spacer2.gif"; //subimagepadding="1"; overfilter="Fade(duration=0.5);Alpha(opacity=70);Shadow(color='#F7EFDE', Direction=0, Strength=0)"; outfilter="randomdissolve(duration=0.5)"; visitedcolor="blue"; } with(milonic= new menuname("menu0")){style=menuStyle2;orientation="vertical";position="absolute";onclass="current";aI("text=About us;url=http://massmind.com/studio/Massmind Studio;"); aI("text=Mission;url=http://massmind.com/studio/Mission;"); } drawMenus();with(milonic= new menuname("menu2")){style=menuStyle2;orientation="vertical";position="absolute";onclass="current";aI("text=Flash;url=http://massmind.com/studio/Flash;"); aI("text=Technical References;url=http://massmind.com/studio/Technical_References;"); } drawMenus();with(milonic= new menuname("menu4")){style=menuStyle2;orientation="vertical";position="absolute";onclass="current";aI("text=TopazGroup;url=http://topaz.net;target=_blank;"); } drawMenus();with(milonic= new menuname("menu6")){style=menuStyle2;orientation="vertical";position="absolute";onclass="current";aI("text=ESPN360 Premium Arcade;url=http://massmind.com/studio/ESPN360 Arcade Splash Front Page;"); aI("text=OneClickArcade;url=http://massmind.com/studio/OneClickArcade;"); } drawMenus();with(milonic= new menuname("menu8")){style=menuStyle2;orientation="vertical";position="absolute";onclass="current";aI("text=New Event;url=http://massmind.com/studio/new/autouserevent;"); aI("text=New Announcement;url=http://massmind.com/studio/new/article;"); aI("text=------OTHER--------;url=http://massmind.com/studio/------OTHER--------;"); aI("text=Upload a Photo;url=http://massmind.com/studio/new/photo;"); aI("text=New RSS feed;url=http://massmind.com/studio/new/viewrss;"); aI("text=Menu;url=http://massmind.com/studio/edit/edit.php?id=5778;"); } drawMenus();