
_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=40					// Follow scrolling Rate
_subOffsetTop=10				// Sub menu top offset
_subOffsetLeft=1				// Sub menu left offset
_scrollAmount=3					// Only needed for Netscape 4.x
_scrollDelay=20					// Only needed for Netcsape 4.x

with(mainMenu=new mm_style()){
align="center";
onbgcolor="#Ffffff";
oncolor="Black";
offbgcolor="#CC0000";
offcolor="White";
bordercolor="#FFFFFF";
borderstyle="Solid";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=2;
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Verdana";
pagecolor="#000000";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#FFFFFF";
overfilter="Fade(duration=0.2)";
}

with(subMenu=new mm_style()){
onbgcolor="#eaeaea";
oncolor="#cc0000";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#0000CC";
borderstyle="Solid";
borderwidth="1";
separatorcolor="#000079";
separatorsize="1";
padding="2";
fontsize="11px";
fontstyle="normal";
fontfamily="Arial, Verdana";
pagecolor="red";
pagebgcolor="lightblue";
headercolor="#990000";
headerbgcolor="#CC0000";
overfilter="Fade(duration=0.2);Alpha(opacity=99);";
}



with(milonic=new menuname("MainMenu")){
style=mainMenu;
alwaysvisible=1;
orientation="horizontal";
screenposition="center";
top=110;

aI("text=&nbsp;&nbsp;Home&nbsp;&nbsp;;url=http://www.KellyYaede.com/index.aspx;");
aI("text=&nbsp;&nbsp;About&nbsp;Kelly&nbsp;&nbsp;;url=http://www.KellyYaede.com/AboutKelly.aspx;");
aI("text=&nbsp;&nbsp;Issues&nbsp;&nbsp;;url=http://www.KellyYaede.com/Issues.aspx;");
aI("text=&nbsp;&nbsp;News&nbsp;&nbsp;;url=http://www.KellyYaede.com/News.aspx;");
aI("text=&nbsp;&nbsp;Events&nbsp;&nbsp;;url=http://www.KellyYaede.com/events/index.html;");
aI("text=&nbsp;&nbsp;Get Involved&nbsp;&nbsp;;url=http://www.KellyYaede.com/GetInvolved.aspx;;showmenu=Volunteer;");
aI("text=&nbsp;&nbsp;Contributions&nbsp;&nbsp;;url=http://www.KellyYaede.com/Contribute.aspx;");
aI("text=&nbsp;&nbsp;Photos&nbsp;&nbsp;;url=http://www.KellyYaede.com/Photos/Index.aspx;");
aI("text=&nbsp;&nbsp;Contact Info&nbsp;&nbsp;;showmenu=Contact;;url=http://www.KellyYaede.com/Contact.aspx;");
}

with(milonic=new menuname("Volunteer")){
style=subMenu;
overflow="scroll";
aI("text=Volunteer;url=http://www.KellyYaede.com/GetInvolved.aspx;");
aI("text=Register to Vote Registration Form;url=http://www.KellyYaede.com/docs/voter_reg_app.pdf;");
aI("text=Absentee Ballot Application;url=http://www.KellyYaede.com/docs/absenteeballot.pdf;");
}

with(milonic=new menuname("Contact")){
style=subMenu;
overflow="scroll";
aI("text=Email Me;url=http://www.KellyYaede.com/Contact.aspx;");
aI("text=Privacy Statement;url=http://www.KellyYaede.com/Privacy.aspx;");
}



drawMenus();
