/*
Filename: pulldown_menus.js
Desc:     Pulldown menu definitions for OHF
Author:   Relevant Arts Enterprise, Inc. <http://www.relevantarts.com/>
          John A. Lock <jlock@relevantarts.com>
Created:  2005-Jan-11
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(DefaultStyle=new mm_style()) {
onbgcolor="#ffffff";
oncolor="#000000";
offbgcolor="#C57225";
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=100)";
subimage="img/arrow.gif";
}

with(milonic=new menuname("aboutohf")) {
style=DefaultStyle;
top=174
left=165;
itemwidth=142;
aI("text=About OHF;url=about_ohf.html;");
aI("text=Mission & Goals;url=mission.html;");
aI("text=Membership;url=https://www.ohf.org/membership.html;");
aI("text=Our Family;showmenu=ourpeople;");
aI("text=Future of OHF;url=future.html;");
}

with(milonic=new menuname("aboutdisease")) {
style=DefaultStyle;
top=174
left=250;
itemwidth=190;
aI("text=Overview of Oxalosis & PH;url=about_disease.html;");
aI("text=Symptoms;url=symptoms.html;");
aI("text=Diagnosis;url=diagnosis.html;");
aI("text=Treatment;url=treatment.html;");
aI("text=Transplantation;url=transplantation.html;");
aI("text=Future of OHF;url=future.html;");
aI("text=FAQs;url=faqs.html;");
}

with(milonic=new menuname("resources")) {
style=DefaultStyle;
top=174
left=375;
itemwidth=180;
aI("text=Request Info;url=packagerequest.php;");
aI("text=Diet Info;url=diet.html");
aI("text=Studies;url=studies.html");
aI("text=Transplant Links;url=transplant.html");
aI("text=Other Links;url=links.html;");
}

with(milonic=new menuname("patients")) {
style=DefaultStyle;
top=174
left=457;
itemwidth=146;
aI("text=Membership;url=https://www.ohf.org/membership.html;");
aI("text=Request Info;url=packagerequest.php;");
aI("text=OHF Talk;url=forums.html;");
aI("text=Mayo Clinic Hyperoxaluria Center;url=mayo.html;");
aI("text=Newsletter;url=patients_newsletter.html;");
aI("text=Share Your Story;url=patients_stories.html;");
}

with(milonic=new menuname("professionals")) {
style=DefaultStyle;
top=174
left=526;
itemwidth=137;
aI("text=Grant Applications;url=grants.html;");
aI("text=Grants Funded;url=fundedgrants.html;");
aI("text=Patient Registry;url=prof_registry.html;");
aI("text=Membership;url=https://www.ohf.org/membership.html;");
aI("text=Scientific Advisory Boards;url=ourpeople.html#scientific;");
}

with(milonic=new menuname("howyoucanhelp")) {
style=DefaultStyle;
top=174
left=623;
itemwidth=175;
aI("text=Take the Challenge!;url=take_the_challenge.html;");
aI("text=Donations;url=https://www.ohf.org/donations.html;");
aI("text=Membership;url=https://www.ohf.org/membership.html;");
aI("text=Advocacy;url=advocacy.html;");
}

// Second tier menu definitions
with(milonic=new menuname("ourpeople")) {
style=DefaultStyle;
itemwidth=175;
aI("text=Office Staff;url=ourpeople.html#office;");
aI("text=Board of Directors;url=ourpeople.html#board;");
aI("text=National Advisory Board;url=ourpeople.html#national;");
aI("text=Scientific Advisory Board;url=ourpeople.html#sab;");
aI("text=Scientific Advisory Council;url=ourpeople.html#sac;");
aI("text=Patient Advisory Board;url=ourpeople.html#pab;");
}

drawMenus();
