


_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=50                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#5A85D0";
oncolor="#ffffff";
offbgcolor="#285197";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="10px";
fontstyle="normal";
fontfamily="Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="0";
subimage="arrow.gif";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#ffffff', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("about")){
style=menuStyle;
aI("text=&nbsp;UNOFFICIAL BALLOT STATEMENT&nbsp;&nbsp;&nbsp;;url=ballotstatement.php;");
aI("text=&nbsp;RECALL COST&nbsp;;url=cost.php;");
aI("text=&nbsp;BACKGROUND&nbsp;;url=background.php;");
aI("text=&nbsp;$UPPORTERS&nbsp;&nbsp;&nbsp;;url=supporters.php;");
aI("text=&nbsp;QUOTES&nbsp;&nbsp;&nbsp;;url=quotes.php;");
//aI("text=&nbsp;REALITY CHECK&nbsp;;url=realitycheck.asp;");
//aI("text=&nbsp;CIVIC LESSON&nbsp;;url=civiclession.asp;");
//aI("text=&nbsp;CIRCUS&nbsp;;url=circus.asp;");
}

//with(milonic=new menuname("media")){
//style=menuStyle;
//aI("text=&nbsp;PRESS ARTICLES&nbsp;;url=press.asp;");
//aI("text=&nbsp;VIDEO &amp; AUDIO&nbsp;;url=mediaroom.asp;");
//aI("text=&nbsp;WEB LINKS&nbsp;;url=links.asp;");
//}

with(milonic=new menuname("pdflibrary")){
style=menuStyle;
aI("text=&nbsp;PDF LIBRARY&nbsp;;url=pdflibrary.php;");
}

drawMenus();


