fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=30;
_menuOpenDelay=30;
_subOffsetTop=0;
_subOffsetLeft=0;


with(AllImagesStyle=new mm_style()){
styleid=1;
bordercolor="#000000";
borderstyle="solid";
fontstyle="normal";
fontweight="normal";
padding=3;
}


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana,Arial,Helvetica";
fontsize="11";
fontstyle="normal";
offbgcolor="#ECEFCD";
offcolor="#001B96";
onbgcolor="#9EAB05";
oncolor="#ffffff";
padding=0;
separatorcolor="#ffffff";
separatorsize=1;
subimagepadding=0;
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
outfilter="Fade(duration=0.2)";
}


with(milonic=new menuname("Members")){
style=menuStyle;
top="offset=0";
left="offset=1";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
aI("text=<b>Consumer</b>;url=/consumer/Default.aspx?State=Profile;padding=5;itemwidth=165");
aI("text=<b>Business & IT</b>;url=/members/it-business.php;padding=5;itemwidth=165");
aI("text=<b>Medical Professional</b>;url=/members/medical.php;padding=5;itemwidth=165");
}

with(milonic=new menuname("Join")){
style=menuStyle;
top="offset=0";
left="offset=1";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
aI("text=<b>Consumer</b>;url=/consumer/;padding=5;itemwidth=120");
aI("text=<b>Business & IT</b>;url=/join/it-business.php;padding=5;itemwidth=120");
aI("text=<b>Medical Professional</b>;url=/join/medical.php;padding=5;itemwidth=150");
}

with(milonic=new menuname("About")){
style=menuStyle;
top="offset=0";
left="offset=1";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
aI("text=<b>Focus Groups</b>;url=/about/focus-groups.php;padding=5;itemwidth=120");
aI("text=<b>Online Surveys</b>;url=/about/online-surveys.php;padding=5;itemwidth=120");
aI("text=<b>Product Testing</b>;url=/about/product-testing.php;padding=5;itemwidth=120");
aI("text=<b>Study Types</b>;url=/about/study-types.php;padding=5;itemwidth=120");
aI("text=<b>Testimonials</b>;url=/about/testimonials.php;padding=5;itemwidth=120");
}

drawMenus();

