/*
Filename: pulldown_menus.js
Desc:     Pulldown menu definitions for AFPAG
Author:   Relevant Arts Enterprise, Inc. <http://www.relevantarts.com/>
          John A. Lock <jlock@relevantarts.com>
Created:  2004-July-01
Modified: 
*/

_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=-10;            // Sub menu left offset
_scrollAmount=3;               // Only needed for Netscape 4.x
_scrollDelay=20;               // Only needed for Netcsape 4.x

// Global menu styles

with(DefaultStyle=new mm_style()) {
onbgcolor="#66264A";
oncolor="#FFFFFF";
offbgcolor="#946780";
offcolor="#FFFFFF";
separatorsize=1;
separatorcolor="#000000";
borderwidth=1;
bordercolor="#000000";
padding=2;
fontsize="12";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana,Helvetic,sans-serif";
overfilter="Alpha(style=0,opacity=85)";
subimage="img/arrow.gif";
}

// First tier menu definitions

with(milonic=new menuname("about")) {
style=DefaultStyle;
top=186;
left=160;
itemwidth=175;
aI("text=What we do;url=what_we_do.html;");
aI("text=Advocacy;url=advocacy.html;");
aI("text=How you can join;url=join_afpag.html;");
aI("text=Our Board;url=our_board.html;");
aI("text=Brochure/Packet;url=brochure.html;");
aI("text=Annual Conferences;showmenu=conferences;");
aI("text=Constitution/Bylaws;url=bylaws.html;");
aI("text=President's Message;url=President_template.html;");
}

with(milonic=new menuname("foster")) {
style=DefaultStyle;
top=210;
left=160;
itemwidth=175;
aI("text=Overview;url=foster_overview.html;");
aI("text=Become a Foster Parent;url=become_parent.html;");
aI("text=Training Opportunities;url=training.html;");
aI("text=F&A Links;url=FA_links.html;");
aI("text=Newsletters;showmenu=newsletter;");
aI("text=Lifeline;url=lifeline.php;");
// aI("text=Mailing List;url=/cgi-bin/dada/mail.cgi?f=list&l=talklist;");
}

with(milonic=new menuname("advocacy")) {
style=DefaultStyle;
top=234;
left=160;
itemwidth=175;
aI("text=Request an Advocate;url=advocacy.html;");
}

with(milonic=new menuname("legislative")) {
style=DefaultStyle;
top=258;
left=160;
itemwidth=175;
aI("text=Overview;url=leg_overview.html;");
aI("text=Legislative Lingo Column;url=leg_lingo.html;");
aI("text=Bill of Rights;url=bill_of_rights.html;");
}

with(milonic=new menuname("adoptions")) {
style=DefaultStyle;
top=282;
left=160;
itemwidth=175;
aI("text=How can I adopt?;url=how_adopt.html;");
// aI("text=Adoption Links;url=adoption_links.html;");
aI("text=Adoption Assistance;url=adoption_assist.html;");
// aI("text=Post Adoption support;url=post_adoption.html;");
}

with(milonic=new menuname("news")) {
style=DefaultStyle;
top=306;
left=160;
itemwidth=175;
aI("text=Overview;url=news_overview.html;");
aI("text=National News;url=national_news.html;");
aI("text=AFPAG News;url=afpag_news.html;");
aI("text=Local News;url=Local_News.html;");
aI("text=Welfare Watch Column;url=welfare_watch.html;");
}

// Second tier menu definitions

with(milonic=new menuname("conferences")) {
style=DefaultStyle;
itemwidth=175;
aI("text=Overview;url=conference_overview.html;");
aI("text=2007 Conference;url=2007_conference.html;");
aI("text=2006 Conference;url=2006_conference.html;");
aI("text=2005 Conference;url=2005_conference.html;");
aI("text=2004 Conference;url=2004_conference.html;");
}

with(milonic=new menuname("newsletter")) {
style=DefaultStyle;
itemwidth=175;
aI("text=Overview;url=newsletter_overview.html;");
aI("text=Current Newsletter;url=seeker.html;");
aI("text=Newsletter Archives;url=archives.html;");
}

drawMenus();
