/*
Filename: pulldown_menus_rooted.js
Desc:     Pulldown menu definitions for ASID, Georgia
Author:   Relevant Arts Enterprise, Inc. <http://www.relevantarts.com/>
          John A. Lock <jlock@relevantarts.com>
Created:  2003-Oct-27
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

with(AboutStyle=new mm_style()) {
onbgcolor="#ffffff";
oncolor="#0047bd";
offbgcolor="#0047bd";
offcolor="#ffffff";
padding=3;
fontsize=12;
fontstyle="normal";
fontfamily="Verdana,Helvetic,sans-serif";
overfilter="Alpha(style=0,opacity=85)";
}
with(MembersStyle=new mm_style()) {
onbgcolor="#ffffff";
oncolor="#00a1e1";
offbgcolor="#00a1e1";
offcolor="#ffffff";
padding=3;
fontsize=12;
fontstyle="normal";
fontfamily="Verdana,Helvetic,sans-serif";
overfilter="Alpha(style=0,opacity=85)";
}
with(PartnersStyle=new mm_style()) {
onbgcolor="#ffffff";
oncolor="#37a32c";
offbgcolor="#37a32c";
offcolor="#ffffff";
padding=3;
fontsize=12;
fontstyle="normal";
fontfamily="Verdana,Helvetic,sans-serif";
overfilter="Alpha(style=0,opacity=85)";
}
with(ReferralStyle=new mm_style()) {
onbgcolor="#ffffff";
oncolor="#e86a10";
offbgcolor="#e86a10";
offcolor="#ffffff";
padding=3;
fontsize=12;
fontstyle="normal";
fontfamily="Verdana,Helvetic,sans-serif";
overfilter="Alpha(style=0,opacity=85)";
}
with(ProductsStyle=new mm_style()) {
onbgcolor="#ffffff";
oncolor="#b2bc00";
offbgcolor="#b2bc00";
offcolor="#ffffff";
padding=3;
fontsize=12;
fontstyle="normal";
fontfamily="Verdana,Helvetic,sans-serif";
overfilter="Alpha(style=0,opacity=85)";
}

with(milonic=new menuname("about_menu")) {
style=AboutStyle;
itemwidth=110;
aI("text=overview;url=/about.php;");
aI("text=who is ASID?;url=/asidga.php;");
aI("text=leadership;url=/leadership.php;");
aI("text=legislation;url=/legislation.php;");
aI("text=education;url=/education.php;");
aI("text=resources;url=/resources.php;");
aI("text=contact;url=/contact.php;");
aI("text=faqs;url=/faqs.php;");
aI("text=design related numbers;url=numbers.php;");
aI("text=sitemap;url=/sitemap.php;");
aI("text=home;url=/index.html;");
}

with(milonic=new menuname("members_menu")) {
style=MembersStyle;
itemwidth=110;
aI("text=overview;url=/members.php;");
aI("text=benefits;url=/benefits.php;");
aI("text=newsletter;url=/newsletter.php;");
aI("text=calendar;url=/cgi-bin/calendar/asid/WebEvent;");
aI("text=networking;url=/networking.php;");
aI("text=STEP / CEU;url=/step_ceu.php;");
aI("text=design awards;url=/awards.php;");
}

with(milonic=new menuname("partners_menu")) {
style=PartnersStyle;
itemwidth=110;
aI("text=overview;url=/partners.php;");
aI("text=design products and services;url=/design_products_services.php;");
aI("text=partner signup;url=/partner_signup.php;");
aI("text=partner list;url=/partner_list.php;");
}

with(milonic=new menuname("referral_menu")) {
style=ReferralStyle;
itemwidth=110;
aI("text=overview;url=/referrals.php;");
aI("text=find a designer;url=/find_a_designer.php;");
aI("text=hiring a designer;url=/hiring.php;");
aI("text=designer signup;url=/designer_signup.php;");
aI("text=design awards;url=/awards.php;");
}

with(milonic=new menuname("products_menu")) {
style=ProductsStyle;
itemwidth=110;
aI("text=overview;url=/products.php;");
aI("text=cad templates;url=/cad.php;");
aI("text=hand templates;url=/hand.php;");
aI("text=leather items;url=/leather.php;");
aI("text=books;url=/book.php;");
aI("text=mailing lists;url=/lists.php;");
}

drawMenus();
