

// 1st tier Menu



_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(menuStyle=new mm_style()){

onbgcolor="#991A36";

oncolor="#ffffff";

offbgcolor="#991A36";

offcolor="#EFCB80";

bordercolor="005595";

borderstyle="solid";

borderwidth=0;

separatorcolor="#EFCB80";

separatorsize="1";

padding=6;

fontsize="60%";

fontstyle="normal";

fontfamily="Verdana, Tahoma, Arial";

pagecolor="white";

pagebgcolor="#991A36";

headercolor="#EFCB80";

headerbgcolor="#ffffff";

subimage="";

subimagepadding="2";

overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=180, Strength=0)";

outfilter="randomdissolve(duration=0.0)";

}





with(milonic=new menuname("Main Menu")){

alwaysvisible=1;
left="offset=110";
orientation="horizontal";

style=menuStyle;
top=+131;
screenposition="left";

aI("text=Members;url=members.php;status=Members;");

aI("text=Clinicians;url=clinicians.php;status=Clinicians;");

aI("text=Students and Residents;url=students.php;status=Students and Residents;");

aI("text=Community Members;url=general_public.php;status=Legislators and General Public;");

aI("text=Career Opportunities;url=career.php;showmenu=e;status=Career Opportunities;");

aI("text=Calendar;url=events_mpca/index.php;status=Calendar;");

}

//Career dropdown
with(milonic=new menuname("e")){

style=menuStyle;

overflow="scroll";

aI("text=Job Listings;url=/job_listings.php;status=Job Listings;");
/*aI("text=Submit Resume;url=submit_resume.php;status=Submit Resume;");*/
aI("text=Get Your Multi Media Info Kit;url=media_kit.php;status=Get Your Multi Media Info Kit;");
aI("text=Locations;url=locations.php;status=Locations;");
aI("text=Benefits;url=benefits.php;status=Benefits;");//clinicians_teaching_opportunities.php
aI("text=Teaching Opportunities;url=teaching_opportunities.php;status=Teaching Opportunities;");
//aI("text=Ask a Question;url=mailto:jrdowling@mepca.org?subject=Career Question;status=Ask a Question;");
aI("text=Ask a Question;url=question_career.php;status=Ask a Question;");
aI("text=Foreign Medical Graduate;url=foreign_grads.php;status=Foreign Medical Graduate;");


}
drawMenus();