_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;


with(menuStyle=new mm_style()){
bordercolor="#EEEEEE";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial";
fontsize="14";
fontstyle="strong";
headerbgcolor="#EEEEEE";
headercolor="#000000";
offbgcolor="#AAD1F5";
offcolor="#000000";
onbgcolor="#EEEEFF";
oncolor="#0000ff";
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#AAD1F5, Direction=135, Strength=0)";
padding=2;
pagebgcolor="#AAD1F5";
pagecolor="#000000";
separatorcolor="#B7D9F7";
separatorsize=5;
subimage="mil/arrow.gif";
subimagepadding=2;
}

with(menu2Style=new mm_style()){
bordercolor="#A6CABB";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana";
fontsize="12";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#366086";
offcolor="#DDDDDD";
onbgcolor="#DDE2E5";
oncolor="#0000ff";
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#A6CABB', Direction=135, Strength=3)";
padding=2;
pagebgcolor="#A6CABB";
pagecolor="#DDE2E5";
separatorcolor="#800000";
separatorsize=2;
subimage="mil/arrow.gif";
subimagepadding=2;
}

with(wdb=new menuname("fundraising")){
overflow="scroll";
style=menuStyle;
         aI("text=Beavers;url=http://www.beavertonspecialevents.com/index.php?id=beavers;");
         aI("text=Beaver-Ton Project;url=http://www.beavertonspecialevents.com/index.php?id=beaverton-ton;");
         aI("text=Wine;url=http://www.beavertonspecialevents.com/index.php?id=wine;");
         aI("text=Calendars;url=http://www.beavertonspecialevents.com/index.php?id=calendar;");
         aI("text=Neckerchiefs;url=http://www.beavertonspecialevents.com/index.php?id=neckerchief;");
         aI("text=Clings;url=http://www.beavertonspecialevents.com/index.php?id=clings;");
         aI("text=Car Rally;url=http://www.beavertonspecialevents.com/index.php?id=car-rally;");
}

with(wdb=new menuname("1")){
overflow="scroll";
style=menuStyle;
         aI("text=Sub Category 1;url=page.php;");
         aI("text=Sub Category 2;url=page.php;");
         aI("text=Sub Category 3;url=page.php;");
         aI("text=Sub Category 4;url=page.php;");
         aI("text=Sub Category 5;url=page.php;");
         aI("text=Sub Category 6;url=page.php;");
         aI("text=Sub Category 7;url=page.php;");
         aI("text=Sub Category 8;url=page.php;");
         aI("text=Sub Category 9;url=page.php;");
         aI("text=Sub Category 10;url=page.php;");
}

with(wdb=new menuname("dog2")){
overflow="scroll";
style=menu2Style;
         aI("text=Category 1;url=page.php;");
         aI("text=Category 2;url=page.php;");
         aI("text=Category 3;url=page.php;");
         aI("text=Category 4;url=page.php;");
         aI("text=Category 5;url=page.php;");
         aI("text=Category 6;url=page.php;");
         aI("text=Category 7;url=page.php;");
         aI("text=Category 8;url=page.php;");
         aI("text=Category 9;url=page.php;");

}

drawMenus();






















