﻿_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="white";
onbgcolor="#D6DFD9";
//oncolor="#AC2F2F";
oncolor="white";
//offbgcolor="#D6DFD9";
offbgcolor="#005698";
//offcolor="#1A4268";
offcolor="white";
bordercolor="#C7C4C6";
borderstyle="solid";
borderwidth=1;
separatorcolor="#C7C4C6";
separatorsize=1;
padding=3;
fontsize=11;
fontstyle="normal";
fontfamily="Verdana";
//fontfamily="Helvetica Neue, Arial, sans-serif";
fontfamily="Arial";
pagecolor="#1A4268";
fontweight="bold";
subimagepadding=2;
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.3)";
}

with(PageStyle=new mm_style()){
styleid=1;
onbgcolor="white";
oncolor="#AC2F2F";
offbgcolor="#D6DFD9";
offcolor="#1A4268";
bordercolor="#C7C4C6";
borderstyle="solid";
borderwidth=1;
separatorcolor="#C7C4C6";
separatorsize=1;
padding=3;
fontsize=11;
fontstyle="normal";
//fontfamily="Verdana";
fontfamily="Helvetica Neue, Arial, sans-serif";
//fontfamily="Arial";
pagecolor="#1A4268";
fontweight="normal";
subimagepadding=2;
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle2=new mm_style()){
styleid=2;
onbgcolor="white";
//onbgcolor="#005698"
oncolor="lightblue";
offbgcolor="transparent";
//offcolor="#AC2F2F";
offcolor="#005698";
bordercolor="#C7C4C6";
borderstyle="solid";
borderwidth=0;
separatorsize=0;
padding=3;
fontsize=11;
fontstyle="normal";
//fontfamily="Verdana";
fontfamily="Helvetica Neue, Arial, sans-serif";
pagecolor="#AC2F2F";
fontweight="normal";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main")){
style=menuStyle;
top=104;
screenposition="center";
menuwidth=678;
orientation="horizontal";
alwaysvisible=1;
aI("itemwidth=113;text=<center>home;url=http://www.aadd.org/;target=_blank;");
aI("itemwidth=113;text=<center>about;url=http://www.aadd.org/about/index.html;target=_blank;");
aI("itemwidth=113;text=<center>programs;url=http://www.aadd.org/programs/index.html;target=_blank;");
aI("itemwidth=113;text=<center>contact;url=http://www.aadd.org/contact/index.html;target=_blank;");
aI("itemwidth=113;text=<center>donate;url=http://www.aadd.org/donate.html;target=_blank;");
aI("itemwidth=113;text=<center>media & events;url=http://www.aadd.org/news.html;target=_blank;");
}

with(milonic=new menuname("Main2")){
style=menuStyle2;
top=145;
screenposition="center";
orientation="horizontal";
alwaysvisible=1;
aI("itemwidth=110;text=<center>Receive Email Alerts;url=/sn/sec/join.aspx?ClientCode=aadd;showmenu=grassroots;");
//aI("itemwidth=122;text=<center>Calendar of Education and Advocacy Events;url=/sn/cal/c_monthly.aspx?ClientCode=aadd&Month=3&Year=2008;");
aI("itemwidth=110;text=<center>Finding State Officials;url=/sn/adm/editpage.aspx?ClientCode=aadd&FileName=govtoff2.txt;");
aI("itemwidth=110;text=<center>Tracking State Legislation;url=/sn/adm/editpage.aspx?ClientCode=aadd&FileName=leg2.txt;");
aI("itemwidth=110;text=<center>AADD's Disability Blog;url=http://aaddpolitical.blogspot.com/;");
aI("itemwidth=122;text=<center>Partners in Policymaking Alumni;showmenu=loginjoin;url=/sn/sec/login.aspx?clientcode=aadd;status=Partners in Policymaking Alumni Login;");
}

with(milonic=new menuname("loginjoin")){
style=menuStyle2;
aI("itemwidth=122;text=<center>Login;url=/sn/sec/login.aspx?clientcode=aadd;status=Partners in Policymaking Alumni Login;");
aI("itemwidth=122;text=<center>Join;url=/sn/sec/join.aspx?clientcode=aadd;status=Partners in Policymaking Alumni Join;");
}

drawMenus();

