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=0;
_subOffsetLeft=0;



with(menuStyle=new mm_style()){
bordercolor="#cccccc";
borderstyle="solid";
borderwidth=0;
fontfamily="Georgia";
fontsize="16px";
fontstyle="normal";
fontweight="";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#e8171f";
offcolor="#ffffff";
onbgcolor="#f73d4b";
oncolor="#ffffff";
//onimage="/images/nhec_05.gif";
outfilter="Fade(duration=0.2)";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color=#777777', Direction=135, Strength=4)";
padding="2px 40px 3px 5px";
pagebgcolor="#e8171f";
pagecolor="#ffffff";
separatorcolor="#999999";
separatorsize=0;
//subimage="arrow.gif";
//subimagepadding=10;
}

with(mainMenuStyle=new mm_style()){
bordercolor="#cccccc";
borderstyle="solid";
borderwidth=0;
fontfamily="Georgia";
fontsize="16px";
fontstyle="normal";
fontweight="";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#e8171f";
offcolor="#ffffff";
onbgcolor="#f73d4b";
oncolor="#ffffff";
onimage="/images/nhec_05.gif";
padding="2px 5px 3px 5px";
pagebgcolor="#e8171f";
pagecolor="#ffffff";
separatorcolor="#999999";
separatorsize=0;
//subimage="arrow.gif";
//subimagepadding=10;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
borderwidth=0;
//left=23;
orientation="horizontal";
screenposition="center";
style=mainMenuStyle;
top=238;
aI("status=Candidate Profile;showmenu=Profile;text=Candidate Profile;");
//aI("text=Issues;url=/issues.php;");
aI("status=News;showmenu=News;text=News;");
aI("text=Get Involved;url=/get_involved.php;");
aI("text=Contributions;url=https://secure.cleggforcongress.com/contribute.php;");
aI("text=Calendar of Events;url=/events.php;");
aI("text=Photo Gallery;url=/photo.php;");
aI("text=Blog;url=/blog.php;");

}

with(milonic=new menuname("Profile")){
borderwidth=0;
subimage="/images/arrow.gif";
style=menuStyle;
aI("text=Candidate Bio;url=/bio.php;")
aI("text=Welcome Message;url=/welcome.php;")
aI("text=Issues;url=/issues.php;")
aI("text=Endorsements;url=/endorsement.php;")
}

with(milonic=new menuname("News")){
borderwidth=0;
style=menuStyle;
aI("text=In The News;url=/inthenews.php;")
aI("text=Press Releases;url=/press_rels.php;")
aI("text=Newsletters;url=/newsletter.php;")
aI("text=Video Clips;url=/aud_vid.php;")
}

drawMenus();


