// JavaScript Documentvar newDefs = new Object;newDefs.overimg = "images/arrow2.gif";newDefs.outimg = "images/arrow0.gif";newDefs.titlebackground = "#979082";newDefs.background = "#ffffff";newDefs.border = "#979082";flyDefs (newDefs);//  Syntax for links is "link title = link destination"//  For further assistance call 206-221-5121, ask for Sandra or Josh M.// This menu file is for pages in the root directory so use the syntax "folder/filename.html"// Category 1 MenumakeLayer ("menu1", "Program Overview=Overview.html",    " Residency Appointments=Overview.html#A",    " Clinical Training Sites=Overview.html#B",    " Salary & Benefits=Overview.html#C",    " Inquiries=Overview.html#D");//    " Director's Message=Overview.html#A",//    " Administrative Contacts=Overview.html#A",//    " Current Residents=Overview.html#B");// Rotations MenumakeLayer ("menu2", "Rotations=UnderConstruction.html");//makeLayer ("menu2", "Rotations=Rotations.html");// Calendar MenumakeLayer ("menu3", "Calendar=ResidentPortal/2009.html",//    " January=ResidentPortal/2009.html#1",//    " February=ResidentPortal/2009.html#2",    " March=ResidentPortal/2009.html#3",    " April=ResidentPortal/2009.html#4",    " May=ResidentPortal/2009.html#5",    " June=ResidentPortal/2009.html#6");//    " July=ResidentPortal/2009.html#7",//    " August=/ResidentPortal/2009.html#8",//    " September=ResidentPortal/2009.html#9",//    " October=ResidentPortal/2009.html#10",//    " November=ResidentPortal/2009.html#11",//    " December=ResidentPortal/2009.html#12");// Curriculum MenumakeLayer ("menu4", "Curriculum=Curriculum.html",    " Educational Objectives=Curriculum.html",    " Education and Training=Curriculum.html#A",    " Clinical Experience Synopsis=Curriculum.html#B",    " Clinical Training Areas=Curriculum.html#C",    " Rotation Schedules=Curriculum.html#D",    " Research & Husky Day=Curriculum.html#E",    " Educational Activities=Curriculum.html#F");//    " Surgical Skills=Curriculum.html#A",//    " Obstetric Skills=Curriculum.html#B",//    " Lifelong Learning=Curriculum.html#C",//    " Research Project=Curriculum.html#D",//    " Case-Based Topics=Curriculum.html#E",//    " Journal Club=Curriculum.html#F");// Forms MenumakeLayer ("menu5", "Forms=ResidentPortal/Forms.html",    " Electronic Reporting=ResidentPortal/Forms.html#A",    " Downloadable Forms=ResidentPortal/Forms.html#B",    " Journal Club=ResidentPortal/Forms.html#C");// Reference MenumakeLayer ("menu10", "Reference=ResidentPortal/Reference.html",    " E-Learning Resources=ResidentPortal/Reference.html#A",    " Resident Research Information=ResidentPortal/Reference.html#B",    " Educational Objectives Manuals=ResidentPortal/Reference.html#C",    " Policy Manual=ResidentPortal/Reference.html#D",    " Links=ResidentPortal/Reference.html#E");// Booklet MenumakeLayer ("menu6", "Applicant Downloads=Apply.html",    " Resident Applicant Booklet=Apply.html#A",    " Resident Appointment Agreement=Apply.html#B");// Category 7 MenumakeLayer ("menu7", "About Us=About.html",    " Contact Information=About.html#A",    " Education Division=About.html#B",    " Current Residents=About.html#C",    " Alumni=About.html#D",    " University of Washington=About.html#E",    " Seattle=About.html#F");// Category 8 MenumakeLayer ("menu8", "Category 8=Cat8.html",    " A=Cat8.html#A",    " B=Cat8.html#B",    " C=Cat8.html#C",    " D=Cat8.html#D",    " Sub A=subCat8/index.html#A",    " Sub B=subCat8/index.html#B",    " SubSub A=subCat8/subsubCat8/index.html#A",    " SubSub B=subCat8/subsubCat8/index.html#B");// Category 9 MenumakeLayer ("menu9", "Category 9=Cat9.html",    " A=Cat9.html#A",    " B=Cat9.html#B",    " C=Cat9.html#C",    " D=Cat9.html#D",    " Sub A=subCat9/index.html#A",    " Sub B=subCat9/index.html#B",    " SubSub A=subCat9/subsubCat9/index.html#A",    " SubSub B=subCat9/subsubCat9/index.html#B");