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()){
align="left";
bgimage="purplegrad3d.gif";
fontfamily="Verdana, Tahoma, Arial";
fontsize="11pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffd523";
headercolor="#000000";
image="sqauredot_black_5x5.gif";
imagepadding=6;
offbgcolor="#ffffff";
offcolor="#000000";
oncolor="#000000";
outfilter="fade(duration=0.5)";
pagecolor="black";
subimage="arrow.gif";
subimagepadding=5;
}

with(submenuStyle=new mm_style()){
styleid=1;
borderstyle="raised";
borderwidth=2;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
high3dcolor="#ffffff";
low3dcolor="#634263";
offbgcolor="003366";
offcolor="#f4dd35";
oncolor="#ffffff";
outfilter="fade(duration=0.5)";
padding=3;
pagecolor="black";
separatorsize=2;
subimage="arrow.gif";
subimagepadding=8;
swap3d=1;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemheight=50;
itemwidth=150;
left=10;
margin=2;
orientation="vertical";
style=menuStyle;
top=155;
aI("align=left;showmenu=Business;text=Business Partnerships;");
aI("align=left;text=Career Fair Business Expo;url=careerfair.htm");
aI("align=left;showmenu=JA;text=Junior Achievement Scholarships;");
aI("align=left;showmenu=Coop;text=Co-op;");
aI("align=left;text=Dual Credit;url=dualcred.htm;");
aI("align=left;text=Job Board;url=jobboard.htm;");
aI("align=left;text=Student Events;url=student.htm");
aI("align=left;text=DesPlaines Valley Region;url=http://www.dvr.w-cook.k12.il.us/");
aI("align=left;text=Leyden Home Page;url=http://www.leyden212.org/")
}

with(milonic=new menuname("Business")){
style=submenuStyle;
aI("text=2010 Co-op Luncheon;url=luncheon.htm;");
aI("text=Ask the Expert;url=expert.htm;")
aI("text=Business Partners;url=business.htm;");
aI("text=Machine Tool;url=http://www.leyden212.org/machinetool/");
}

with(milonic=new menuname("JA")){
style=submenuStyle;
aI("text=JA Scholarships;url=jaschol2010.pdf;");
aI("text=Henry Crown Application;url=hcappl.pdf;");
aI("text=Univ of Phoenix Application;url=phxappl.pdf;")
}

with(milonic=new menuname("Coop")){
style=submenuStyle;
aI("text=Mr. Cartwright;url=cartwright.htm;");
aI("text=Ms. Martire;url=martire.htm;");
aI("text=Mr. Murphy;url=murphy.htm;");
aI("text=Mr. Pygman;url=pygman.htm;");
aI("align=left;text=Co-op Luncheon;url=luncheon.htm;");
}

drawMenus();


