with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=102;
left=0;
alwaysvisible=1;
orientation="vertical";
position="absolute";
aI("text=About ACGME;showmenu=aboutLinks;");
aI("text=ACGME Awards;showmenu=awardLinks;");
aI("text=ACGME Learning Portfolio;showmenu=portfolioLinks;");
aI("text=Bulletin & Lit Reviews;showmenu=bullLinks;");
aI("text=Data Collection Systems;showmenu=dcsLinks;");
aI("text=GME Information;showmenu=gmeLinks;");
aI("text=Human Resources;showmenu=hrLinks;");
aI("text=Institutional Review;url=/acWebsite/navPages/nav_IRC.asp;");
aI("text=Journal Grad Med Ed;showmenu=journallinks;");
aI("text=Meetings & Workshops;showmenu=meetLinks;");
//COMMENT OUT for now... aI("text=Milestones;showmenu=milestones;");
aI("text=Newsroom;showmenu=newsLinks;");
//aI("text=Outcome Project;url=http://www.acgme.org/Outcome/;target=_blank;");
aI("text=Review Committees;showmenu=rrcLinks;");
aI("text=Resident Duty Hours;showmenu=dutyHoursLinks;");
aI("text=Resident Services;showmenu=resInfoLinks;");
aI("text=Review &amp; Comment;showmenu=revCommentLinks;");
aI("text=Search Programs & Sponsors;url=http://www.acgme.org/adspublic/;target=_blank;");
aI("text=Site Visit & Field Staff;showmenu=siteLinks;");
}
drawMenus();


