fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;


with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#0F280B";
offcolor="#ffffff";
onbgcolor="#A17802";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#0F280B";
pagecolor="#FFFFFF";
separatorcolor="#000000";
separatorsize=1;
subimage="http://img.milonic.com/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;

orientation="vertical";
style=menuStyle;
position="relative";
aI("text=Home;url=http://www.iscee.org/index.php;");
aI("text=Calendar;url=http://www.iscee.org/calendar.php;");
aI("showmenu=about;text=About the ISCEE;");
aI("showmenu=charities;text=Charities;");
aI("showmenu=reigning;text=Current Titleholders;");
aI("text=Forms;url=http://www.iscee.org/forms.php;");
aI("text=Photo Gallery;url=http://www.iscee.org/photogallery/;");
aI("text=ISCEE Online Shop;url=http://www.cafepress.com/iscee_eugene/;");
aI("text=LGBT Youth Resources;url=http://www.iscee.org/youthresources.php;");
}

with(milonic=new menuname("about")){
overflow="scroll";
style=menuStyle;
aI("text=Our Board;url=http://www.iscee.org/board.php;");
aI("text=Our Constitution and By-Laws;url=http://www.iscee.org/documents/ISCEE_By-Laws_Revision_Date_8-4-2010.pdf;");
aI("text=What is the Court;url=http://www.iscee.org/whatis.php;");
aI("text=Oregon Realms;url=http://www.iscee.org/realms.php;");
}

with(milonic=new menuname("charities")){
style=menuStyle;
aI("text=Charities We Support;url=http://www.iscee.org/charities.php;");
aI("text=Funding Decisions;url=http://www.iscee.org/fundingdecisions.php;");
}

with(milonic=new menuname("reigning")){
style=menuStyle;
aI("text=Emperor and Empress;url=http://www.iscee.org/th_eande.php;");
aI("text=Imperial Crown Prince and Princess;url=http://www.iscee.org/th_pandp.php;");
aI("text=Heart of Oregon;url=http://www.iscee.org/th_heart.php;");
aI("text=Gay Eugenes;url=http://www.iscee.org/th_gay.php;");
aI("text=Eugene Leather;url=http://www.iscee.org/th_leather.php;");
aI("text=Emerald Knight & Debutante;url=http://www.iscee.org/th_ekandd.php;");
aI("text=Closet Ball King & Queen;url=http://www.iscee.org/th_closetball.php;");
}

drawMenus();


