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="#FF6600";    // orange
borderstyle="solid";
borderwidth=0;
fontfamily="Arial, Helvetica, sans-serif";
fontsize=10;
fontstyle="normal";
headerbgcolor="#ffffff"; // white
headercolor="#000000";   // black
offcolor="#ffffff";      // white
offbgcolor="#3d688d";    // blue
onbgcolor="#D21242";     // red
oncolor="#FFFFFF";       // white
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=5;
pagebgcolor="#D21242";    // red
pagecolor="3d688d";       // blue
separatorcolor="#ffffff"; // red
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}


with(milonic=new menuname("board_directors")){
style=menuStyle;
aI("text=Patricia Riatti;url=bio_priatti.html;");
aI("text=Terry Christensen;url=bio_tchristensen.html;");
aI("text=Oleg Tsirkounov;url=bio_otsirkounov.html;");
}

with(milonic=new menuname("advisory_board")){
style=menuStyle;
aI("text=Dave Riatti;url=bio_driatti.html;");
aI("text=Miroslav Vojtisek;url=bio_mvojtisek.html;");
aI("text=Mike Eisel;url=bio_meisel.html;");
aI("text=Inna Kaushan;url=bio_inna.html;");
}

with(milonic=new menuname("gallery")){
style=menuStyle;
aI("text=Photo Gallery;url=gallery_photo.html;");
aI("text=Video Gallery;url=gallery_video.html;");
}

with(milonic=new menuname("NEWS")){
style=menuStyle;
aI("text=Kid's Fondness For Coach Inspires Charity;url=news-kids-fondness.html;");
aI("text=Armstrong Class Talks To Ukrainian Students;url=news-armstrong-class.html;");
aI("text=World Sports Consul Formed to Promote American Spirit;url=pdf/OCT_Ice_Times_pg_19.pdf;");
aI("text=Mike Eisel;url=news-mike-eisel.html;");
aI("text=Skate Camp;url=news-skate-camp.html;");
}

with(milonic=new menuname("donate")){
style=menuStyle;
aI("text=Donate to WSC;url=donate_now.html;");
aI("text=Our Donors;url=our_donors.html;");
}

drawMenus();

