fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;


with(menuStyle=new mm_style()){
borderwidth=0;
fontfamily="Verdana";
fontsize="16px";
offbgcolor="transparent";
offcolor="#333333";
onbgcolor="transparent";
oncolor="#013567";
padding=0;
separatorsize=0;
align="center";
rawcss="font-weight: 600;";
}

with(milonic=new menuname("Main")){
alwaysvisible=1;
orientation="horizontal";
position="relative";
style=menuStyle;
aI("showmenu=patients;url=patients_and_families.php;text=For Patients & Families;itemwidth=243;")
aI("text=<img src=images/nav_separator.png border=0 width=1 height=22 alt=>;itemwidth=1;")
aI("showmenu=researchers;url=for_researchers.php;text=For Researchers;itemwidth=195;")
aI("text=<img src=images/nav_separator.png border=0 width=1 height=22 alt=>;itemwidth=1;")
aI("showmenu=trials;url=trials.php;text=Trials;itemwidth=110;")
aI("text=<img src=images/nav_separator.png border=0 width=1 height=22 alt=>;itemwidth=1;")
aI("showmenu=getinvolved;url=get_involved.php;text=Get Involved;itemwidth=166;")
aI("text=<img src=images/nav_separator.png border=0 width=1 height=22 alt=>;itemwidth=1;")
aI("showmenu=about;url=about_us.php;text=About Us;itemwidth=142;")
aI("text=<img src=images/nav_separator.png border=0 width=1 height=22 alt=>;itemwidth=1;")
aI("text=Contact Us;url=contact_us.php;itemwidth=139;")
}

with(menuStyle2=new mm_style()){
borderwidth=0;
fontfamily="Verdana";
fontsize="13px";
offbgcolor="#FFFFFF";
offcolor="#013567";
onbgcolor="#FFFFFF";
oncolor="#01a718";
padding=0;
separatorsize=0;
align="left";
itemwidth=243;
itemheight=23;
}

with(milonic=new menuname("patients")){
top=151;
style=menuStyle2;
aI("text=<img src=images/transparent.gif border=0 width=243 height=3 alt=>;itemheight=3;")
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Educational Webinars;url=educational_webinars.php;")
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Contact a Disease Specialist;url=contact_a_disease_specialist.php;")
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Clinical Research Blog;url=blog.php;")
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Other Resources;url=other_resources.php;")
aI("text=<img src=images/nav_bottom.png border=0 width=243 height=5 alt=>;itemheight=5;")
}

with(milonic=new menuname("researchers")){
top=151;
style=menuStyle2;
aI("text=<img src=images/transparent.gif border=0 width=243 height=3 alt=>;itemheight=3;")
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Become a NEALS Member;url=become_a_neals_member.php;")
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Post an ALS Clinical Trial;url=post_a_clinical_trial.php;")
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NEALS CRO Capabilities;url=neals_cro_capabilities.php;")
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Annual NEALS Meeting;url=annual_neals_meeting.php;")
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NEALS Samples;url=neals_samples.php;")
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NEALS Historical Data;url=neals_historical_data.php;")
aI("text=<img src=images/nav_bottom.png border=0 width=243 height=5 alt=>;itemheight=5;")
}

with(milonic=new menuname("trials")){
top=151;
style=menuStyle2;
aI("text=<img src=images/transparent.gif border=0 width=243 height=3 alt=>;itemheight=3;")
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Browse Recruiting Trials;url=browse.php;")
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Search for a Trial;url=search.php;")
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Clinical Trial News;url=clinical_trial_news.php;")
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Clinical Trials 101;url=clinical_trials_101.php;")
aI("text=<img src=images/nav_bottom.png border=0 width=243 height=5 alt=>;itemheight=5;")
}

with(milonic=new menuname("getinvolved")){
top=151;
style=menuStyle2;
aI("text=<img src=images/transparent.gif border=0 width=243 height=3 alt=>;itemheight=3;")
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Donate samples;url=donate_samples.php;")
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Donate to our Clinical Research;url=donate_to_our_clinical_research.php;")
aI("text=<img src=images/nav_bottom.png border=0 width=243 height=5 alt=>;itemheight=5;")
}

with(milonic=new menuname("about")){
top=151;
style=menuStyle2;
aI("text=<img src=images/transparent.gif border=0 width=243 height=3 alt=>;itemheight=3;")
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Our Mission;url=our_mission.php;")
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Our Structure;url=our_structure.php;")
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Our Research;url=our_research.php;")
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NEALS Members;url=neals_members.php;")
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Motor Neuron Disease;url=motor_neuron_disease.php;")
aI("text=<img src=images/nav_bottom.png border=0 width=243 height=5 alt=>;itemheight=5;")
}

drawMenus();


