_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#1b8836";
offbgcolor="#1b8836";
offcolor="#FFFFFF";
bordercolor="#1b8836";
borderstyle="solid";
borderwidth=0;
separatorcolor="#1b8836";
separatorsize=0;
padding=5;
fontsize=11;
fontstyle="normal";
fontfamily="Arial ";
pagecolor="#1b8836";
fontweight="bold";
pagebgcolor="#FFFFFF";
headercolor="#1b8836";
headerbgcolor="#ffffff";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main")){
style=menuStyle;
top=75;
left=650;
orientation="vertical";
alwaysvisible=1;
aI("text=Home;url=/gar/default.asp;");
aI("text=Get involved;showmenu=involved;");
aI("text=News update;showmenu=news;");
aI("text=Officials;showmenu=officials;");
aI("text=Contact Us;url=/gar/main.asp?PT=contactus&Client=gar;");
}

with(milonic=new menuname("involved")){
style=menuStyle;
opacity="99";
aI("text=Show your support;url=/gar/main.asp?PT=showsupport&Client=gar;");
aI("text=Contact your state legistators;url=/gar/main.asp?PT=contactyourleg&Client=gar;");
}

with(milonic=new menuname("news")){
style=menuStyle;
opacity="99";
aI("text=Breaking news;url=/gar/main.asp?PT=breaknew&Client=gar;");
aI("text=Press releases;url=/gar/main.asp?PT=pressrel&Client=gar;");
}

with(milonic=new menuname("officials")){
style=menuStyle;
opacity="99";
aI("text=Senate;showmenu=senate;");
aI("text=House;showmenu=house;");
aI("text=County;url=/gar/main.asp?PT=pocty_list&Client=gar&FIPS=13;");
aI("text=Congress;showmenu=congress;");
aI("text=Statewide;showmenu=statewide;");
aI("text=District Lookup;url=/gar/main.asp?PT=po_lookup&Client=gar;");
aI("text=Birthday List;url=/gar/main.asp?PT=po_bdlist&Client=gar&State=ga;");
}

with(milonic=new menuname("statewide")){
style=menuStyle;
opacity="99";
aI("text=By?Name;url=/gar/main.asp?PT=po_list&Client=gar&State=ga&List=statewide&Title=Statewide%20by%20Name;");
aI("text=Democrats;url=/gar/main.asp?PT=po_list&Client=gar&State=ga&List=statewide&Party=D&Title=Statewide%20Democrats;");
aI("text=Republicans;url=/gar/main.asp?PT=po_list&Client=gar&State=ga&List=statewide&Party=R&Title=Statewide%20Republicans;");
}

with(milonic=new menuname("congress")){
style=menuStyle;
opacity="99";
aI("text=By?Name;url=/gar/main.asp?PT=po_list&Client=gar&State=ga&List=congress&Title=Congress%20by%20Name;");
aI("text=By?District;url=/gar/main.asp?PT=po_list&Client=gar&State=ga&List=congressdl&Title=Congress%20by%20District;");
aI("text=Democrats;url=/gar/main.asp?PT=po_list&Client=gar&State=ga&List=congress&Party=D&Title=Congress%20-%20Democrats;");
aI("text=Republicans;url=/gar/main.asp?PT=po_list&Client=gar&State=ga&List=congress&Party=R&Title=Congress%20-%2Republicans;");
}

with(milonic=new menuname("senate")){
style=menuStyle;
opacity="99";
aI("text=By?Name;url=/gar/main.asp?PT=po_list&Client=gar&State=ga&List=stsenate&Title=Senate%20by%20Name;");
aI("text=By?District;url=/gar/main.asp?PT=po_list&Client=gar&State=ga&List=stsenatedl&Title=Senate%20by%20District;");
aI("text=Democrats;url=/gar/main.asp?PT=po_list&Client=gar&State=ga&List=stsenate&Party=D&Title=Senate%20by%20Name;");
aI("text=Republicans;url=/gar/main.asp?PT=po_list&Client=gar&State=ga&List=stsenate&Party=R&Title=Senate%20by%20Name;");
aI("text=Committees;url=/gar/main.asp?PT=poc_list&Client=gar&State=ga&List=stsenate;");
}

with(milonic=new menuname("house")){
style=menuStyle;
opacity="99";
aI("text=By?Name;url=/gar/main.asp?PT=po_list&Client=gar&State=ga&List=sthouse&Title=House%20of%20Represenatives%20by%20Name;");
aI("text=By?District;url=/gar/main.asp?PT=po_list&Client=gar&State=ga&List=sthousedl&Title=House%20of%20Represenatives%20by%20District;");
aI("text=Democrats;url=/gar/main.asp?PT=po_list&Client=gar&State=ga&List=sthouse&Party=D&Title=House%20of%20Represenatives%20by%20Name;");
aI("text=Republicans;url=/gar/main.asp?PT=po_list&Client=gar&State=ga&List=sthouse&Party=R&Title=House%20of%20Represenatives%20by%20Name;");
aI("text=Committees;url=/gar/main.asp?PT=poc_list&Client=gar&State=ga&List=sthouse;");
}

drawMenus();

