// JavaScript Document
version=0;
var theDate = new Date(document.lastModified);
function formatDate(theDate) {
thisyear = theDate.getFullYear();
thismonth = theDate.getMonth();
thismonth++;
thisday = theDate.getDate();
dateformatted=thismonth + "/" + thisday + "/" + thisyear;
return dateformatted;
}
var platName = navigator.platform;
var browserName = navigator.appName;

if (navigator.appVersion.indexOf("MSIE")!=-1){
temp=navigator.appVersion.split("MSIE");
version=parseFloat(temp[1]);
}
function mmLoadMenus() {
  var today = new Date();
  var mono = today.getMonth()+ 1;
  var mono0 = ""
  var yearNow = today.getFullYear();
  var yearNext = (yearNow + 1);
  var futYear1 = ""
  var futYear2 = ""
  var futYear3 = ""
  var mostr = ""
  var nextmo1 = ""
  var nextmo1str = ""
  var nextmo2 = ""
  var nextmo2str = ""
  var nextmo3 = ""
  var nextmo3str = ""
  if (mono == 1){
  	mono0 = "0"+mono;
  	mostr = "January";
	nextmo1 = "0"+(mono + 1);
	nextmo1str = "February";
  	nextmo2 = "0"+(mono + 2);
	nextmo2str = "March";
  	nextmo3 = "0"+(mono + 3);
	nextmo3str = "April";
	futYear1 = yearNow;
	futYear2 = yearNow;
	futYear3 = yearNow;
	}
	else if (mono == 2){
	mono0 = "0"+mono;
	mostr = "February";
	nextmo1 = "0"+(mono + 1);
	nextmo1str = "March";
  	nextmo2 = "0"+(mono + 2);
	nextmo2str = "April";
  	nextmo3 = "0"+(mono + 3);
	nextmo3str = "May";
	futYear1 = yearNow;
	futYear2 = yearNow;
	futYear3 = yearNow;
	}
	else if (mono == 3){
	mono0 = "0"+mono;
	mostr = "March";
	nextmo1 = "0"+(mono + 1);
	nextmo1str = "April";
  	nextmo2 = "0"+(mono + 2);
	nextmo2str = "May";
  	nextmo3 = "0"+(mono + 3);
	nextmo3str = "June";
	futYear1 = yearNow;
	futYear2 = yearNow;
	futYear3 = yearNow;
	}
	else if (mono == 4){
	mono0 = "0"+mono;
	mostr = "April";
	nextmo1 = "0"+(mono + 1);
	nextmo1str = "May";
  	nextmo2 = "0"+(mono + 2);
	nextmo2str = "June";
  	nextmo3 = "0"+(mono + 3);
	nextmo3str = "July";
	futYear1 = yearNow;
	futYear2 = yearNow;
	futYear3 = yearNow;
	}
	else if (mono == 5){
	mono0 = "0"+mono;
	mostr = "May";
	nextmo1 = "0"+(mono + 1);
	nextmo1str = "June";
  	nextmo2 = "0"+(mono + 2);
	nextmo2str = "July";
  	nextmo3 = "0"+(mono + 3);
	nextmo3str = "August";
	futYear1 = yearNow;
	futYear2 = yearNow;
	futYear3 = yearNow;
	}
	else if (mono == 6){
	mono0 = "0"+mono;
	mostr = "June";
	nextmo1 = "0"+(mono + 1);
	nextmo1str = "July";
  	nextmo2 = "0"+(mono + 2);
	nextmo2str = "August";
  	nextmo3 = "0"+(mono + 3);
	nextmo3str = "September";
	futYear1 = yearNow;
	futYear2 = yearNow;
	futYear3 = yearNow;
	}
	else if (mono == 7){
	mono0 = "0"+mono;
	mostr = "July";
	nextmo1 = "0"+(mono + 1);
	nextmo1str = "August";
  	nextmo2 = "0"+(mono + 2);
	nextmo2str = "September";
  	nextmo3 = (mono + 3);
	nextmo3str = "October";
	futYear1 = yearNow;
	futYear2 = yearNow;
	futYear3 = yearNow;
	}
	else if (mono == 8){
	mono0 = "0"+mono;
	mostr = "August";
	nextmo1 = "0"+(mono + 1);
	nextmo1str = "September";
  	nextmo2 = (mono + 2);
	nextmo2str = "October";
  	nextmo3 = (mono + 3);
	nextmo3str = "November";
	futYear1 = yearNow;
	futYear2 = yearNow;
	futYear3 = yearNow;
	}
	else if (mono == 9){
	mono0 = "0"+mono;
	mostr = "September";
	nextmo1 = (mono + 1);
	nextmo1str = "October";
  	nextmo2 = (mono + 2);
	nextmo2str = "November";
  	nextmo3 = (mono + 3);
	nextmo3str = "December";
	futYear1 = yearNow;
	futYear2 = yearNow;
	futYear3 = yearNow;
	}
	else if (mono == 10){
	mono0 = mono;
	mostr = "October";
	nextmo1 = (mono + 1);
	nextmo1str = "November";
  	nextmo2 = (mono + 2);
	nextmo2str = "December";
  	nextmo3 = "0"+(mono - 9);
	nextmo3str = "January";
	futYear1 = yearNow;
	futYear2 = yearNow;
	futYear3 = yearNext;
	}
	else if (mono == 11){
	mono0 = mono;
	mostr = "November";
	nextmo1 = (mono + 1);
	nextmo1str = "December";
  	nextmo2 = "0"+(mono - 10);
	nextmo2str = "January";
  	nextmo3 = "0"+(mono - 9);
	nextmo3str = "February";
	futYear1 = yearNow;
	futYear2 = yearNext;
	futYear3 = yearNext;
	}
	else if (mono == 12){
	mono0 = mono;
    mostr = "December";
	nextmo1 = "0"+(mono - 11);
	nextmo1str = "January";
  	nextmo2 = "0"+(mono - 10);
	nextmo2str = "February";
  	nextmo3 = "0"+(mono - 9);
	nextmo3str = "March";
	futYear1 = yearNext;
	futYear2 = yearNext;
	futYear3 = yearNext;
	}
	
  if (window.mm_menu_0211090150_0) return;
                                window.mm_menu_0211090150_0 = new Menu("root",100,18,"Geneva, Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#3743BB","#6676F6","left","middle",3,0,500,-5,7,true,false,true,0,true,false);  mm_menu_0211090150_0.addMenuItem("OHSU","location='http://www.ohsu.edu/pathinfo/FacultyOHSUWin.php'");
  mm_menu_0211090150_0.addMenuItem("Kaiser","location='http://www.ohsu.edu/pathinfo/FacultyKaiWin.php'");
  mm_menu_0211090150_0.addMenuItem("VA","location='http://www.ohsu.edu/pathinfo/FacultyVAWin.php'");
  mm_menu_0211090150_0.addMenuItem("Oral&nbsp;Path","window.open('http://www.ohsu.edu/sod/pathrad/', '_blank');");
  mm_menu_0211090150_0.addMenuItem("Medical&nbsp;Examiners","location='http://www.ohsu.edu/pathinfo/FacultyMEWin.php'");
   mm_menu_0211090150_0.hideOnMouseOut=true;
   mm_menu_0211090150_0.bgColor='#232D95';
   mm_menu_0211090150_0.menuBorder=1;
   mm_menu_0211090150_0.menuLiteBgColor='#003399';
   mm_menu_0211090150_0.menuBorderBgColor='#19206B';
window.mm_menu_0211095924_0 = new Menu("root",120,18,"Geneva, Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#3743BB","#6676F6","left","middle",3,0,500,-5,7,true,false,true,0,true,true);
  mm_menu_0211095924_0.addMenuItem("Fellowship&nbsp;Brochure","window.open('../pdf/Fellowship_brochure_2009.pdf', '_blank');");
  mm_menu_0211095924_0.addMenuItem("Pathology Student","location='FellMSfell.htm'");
  mm_menu_0211095924_0.addMenuItem("Cytopathology","location='Fellcyto.htm'");
  mm_menu_0211095924_0.addMenuItem("Hematopathology","location='Fellhemato.htm'");
  mm_menu_0211095924_0.addMenuItem("Molecular&nbsp;Genetic&nbsp;Path&nbsp;&nbsp;","location='Fellmolgen.htm'");
  mm_menu_0211095924_0.addMenuItem("Surgical&nbsp;Pathology","location='Fellsurgpath.htm'");
  mm_menu_0211095924_0.addMenuItem("Neuropathology","location='Fellneuro.htm'");
  mm_menu_0211095924_0.addMenuItem("Dermatopathology","window.open('http://www.ohsu.edu/dermatology/fellowship/index.php?page=path', '_blank');");
   mm_menu_0211095924_0.hideOnMouseOut=true;
   mm_menu_0211095924_0.bgColor='#232D95';
   mm_menu_0211095924_0.menuBorder=1;
   mm_menu_0211095924_0.menuLiteBgColor='#003399';
   mm_menu_0211095924_0.menuBorderBgColor='#19206B';
  window.mm_menu_0211100720_0 = new Menu("root",190,18,"Geneva, Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#3743BB","#6676F6","left","middle",3,0,500,-5,7,true,false,true,0,true,false);
  mm_menu_0211100720_0.addMenuItem("Histopathology&nbsp;Shared&nbsp;Resource","location='ResearchCanPathShrd.htm'");  mm_menu_0211100720_0.addMenuItem("Pathology&nbsp;Translational&nbsp;Research&nbsp;Lab","location='TransResLabAbout.htm'");
  mm_menu_0211100720_0.addMenuItem("Morgan&nbsp;Research&nbsp;Lab","location='MorganResLabAbout.htm'");
  mm_menu_0211100720_0.addMenuItem("Oregon&nbsp;Brain&nbsp;Bank","location='MainOBBIndex.htm'");
   mm_menu_0211100720_0.hideOnMouseOut=true;
   mm_menu_0211100720_0.bgColor='#232D95';
   mm_menu_0211100720_0.menuBorder=1;
   mm_menu_0211100720_0.menuLiteBgColor='#003399';
   mm_menu_0211100720_0.menuBorderBgColor='#19206B';

                window.mm_menu_0217153034_0 = new Menu("root",193,18,"Geneva, Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#3743BB","#6676F6","left","middle",3,0,500,-5,7,true,false,true,0,false,true);
  mm_menu_0217153034_0.addMenuItem("Hematopathology","location='Consulthemato.htm'");mm_menu_0217153034_0.addMenuItem("Gynecologic Pathology","location='Consultgyno.htm'");
  mm_menu_0217153034_0.addMenuItem("Cytopathology","location='Consultcyto.htm'");
  
  mm_menu_0217153034_0.addMenuItem("Gastrointestinal,&nbsp;Liver&nbsp;&&nbsp;Genitourinary","location='Consultgastro.htm'");
  mm_menu_0217153034_0.addMenuItem("General&nbsp;Electron&nbsp;Microscopy","location='Consultgem.htm'");
    mm_menu_0217153034_0.addMenuItem("Immunohistochemistry","location='AnPathimmuno.htm'");
    mm_menu_0217153034_0.addMenuItem("Neuropathology","location='AnPathneuropathClin.htm'");
  mm_menu_0217153034_0.addMenuItem("Molecular&nbsp;Pathology","location='Consultmolecu.htm'");
  mm_menu_0217153034_0.addMenuItem("Pediatric&nbsp;Pathology","location='Consultped.htm'");
  mm_menu_0217153034_0.addMenuItem("Renal&nbsp;Pathology","location='Consultrenal.htm'");
  mm_menu_0217153034_0.addMenuItem("Soft&nbsp;Tissue&nbsp;&&nbsp;Bone&nbsp;Pathology","location='Consultsofbon.htm'");
   mm_menu_0217153034_0.hideOnMouseOut=true;
   mm_menu_0217153034_0.bgColor='#232D95';
   mm_menu_0217153034_0.menuBorder=1;
   mm_menu_0217153034_0.menuLiteBgColor='#003399';
   mm_menu_0217153034_0.menuBorderBgColor='#19206B';

    window.mm_menu_0223063225_0_1 = new Menu("AP&nbsp;Faculty&nbsp;Call&nbsp;&amp;&nbsp;Service&nbsp;Schedule",75,22,"Geneva, Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#3743BB","#6676F6","left","middle",3,0,500,0,0,true,false,true,0,false,false);
    mm_menu_0223063225_0_1.addMenuItem("Search","window.open('http://www.ohsu.edu/pathinfo/fac_serv/FacultyServiceSearch.php', '_blank');");
    mm_menu_0223063225_0_1.addMenuItem(mostr,"window.open('http://www.ohsu.edu/pathinfo/fac_serv/FacultyServiceResults2.php?the_month="+mono0+"&the_year="+yearNow+"', '_blank');");
	mm_menu_0223063225_0_1.addMenuItem(nextmo1str,"window.open('http://www.ohsu.edu/pathinfo/fac_serv/FacultyServiceResults2.php?the_month="+nextmo1+"&the_year="+futYear1+"', '_blank');");
	mm_menu_0223063225_0_1.addMenuItem(nextmo2str,"window.open('http://www.ohsu.edu/pathinfo/fac_serv/FacultyServiceResults2.php?the_month="+nextmo2+"&the_year="+futYear2+"', '_blank');");
	mm_menu_0223063225_0_1.addMenuItem(nextmo3str,"window.open('http://www.ohsu.edu/pathinfo/fac_serv/FacultyServiceResults2.php?the_month="+nextmo3+"&the_year="+futYear3+"', '_blank');");
     mm_menu_0223063225_0_1.hideOnMouseOut=true;
     mm_menu_0223063225_0_1.bgColor='#232D95';
     mm_menu_0223063225_0_1.menuBorder=1;
     mm_menu_0223063225_0_1.menuLiteBgColor='#003399';
     mm_menu_0223063225_0_1.menuBorderBgColor='#19206B';
    window.mm_menu_0223063225_0_2 = new Menu("CP&nbsp;Faculty&nbsp;Call&nbsp;Schedule",75,22,"Geneva, Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#3743BB","#6676F6","left","middle",3,0,500,0,0,true,false,true,0,false,false);
    
    mm_menu_0223063225_0_2.addMenuItem(mostr,"window.open('http://www.ohsu.edu/pathinfo/fac_serv/CPsched.php?the_month="+mono0+"&the_year="+yearNow+"', '_blank');");
	mm_menu_0223063225_0_2.addMenuItem(nextmo1str,"window.open('http://www.ohsu.edu/pathinfo/fac_serv/CPsched.php?the_month="+nextmo1+"&the_year="+futYear1+"', '_blank');");
    
     mm_menu_0223063225_0_2.hideOnMouseOut=true;
     mm_menu_0223063225_0_2.bgColor='#232D95';
     mm_menu_0223063225_0_2.menuBorder=1;
     mm_menu_0223063225_0_2.menuLiteBgColor='#003399';
     mm_menu_0223063225_0_2.menuBorderBgColor='#19206B';
    window.mm_menu_0223063225_0_3 = new Menu("Grand&nbsp;Rounds&nbsp;&amp;&nbsp;Other&nbsp;Presentations",142,22,"Geneva, Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#3743BB","#6676F6","left","middle",3,0,500,0,0,true,false,true,0,false,false);
    mm_menu_0223063225_0_3.addMenuItem("All&nbsp;Events","location='events.htm'");
    mm_menu_0223063225_0_3.addMenuItem("Grand&nbsp;Rounds","location='events_gr.htm'");
    mm_menu_0223063225_0_3.addMenuItem("Other&nbsp;Presentations","location='events_op.htm'");
    mm_menu_0223063225_0_3.addMenuItem("Quarterly&nbsp;Meetings","location='events_qm.htm'");
	 mm_menu_0223063225_0_3.addMenuItem("Unknown&nbsp;Case&nbsp;Conferences","location='events_ucc.htm'");
     mm_menu_0223063225_0_3.hideOnMouseOut=true;
     mm_menu_0223063225_0_3.bgColor='#232D95';
     mm_menu_0223063225_0_3.menuBorder=1;
     mm_menu_0223063225_0_3.menuLiteBgColor='#003399';
     mm_menu_0223063225_0_3.menuBorderBgColor='#19206B';
  window.mm_menu_0223063225_0 = new Menu("root",195,22,"Geneva, Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#3743BB","#6676F6","left","middle",3,0,500,0,0,true,false,true,0,false,false);
  mm_menu_0223063225_0.addMenuItem(mm_menu_0223063225_0_1,"location='#'");
  mm_menu_0223063225_0.addMenuItem(mm_menu_0223063225_0_2,"window.open('#', '_blank');");
  mm_menu_0223063225_0.addMenuItem(mm_menu_0223063225_0_3,"location='#'");
  mm_menu_0223063225_0.addMenuItem("Gross&nbsp;Receive&nbsp;Sign-Out&nbsp;&amp;&nbsp;Call","window.open('http://www.ohsu.edu/pathinfo/fac_serv/grsoac.php?', '_blank');");
  mm_menu_0223063225_0.addMenuItem("Rotations","window.open('http://www.ohsu.edu/pathinfo/fac_serv/rotation.php?', '_blank');");
  mm_menu_0223063225_0.addMenuItem("Trainee&nbsp;Schedules","location='Handbook/ResiHandGenScheds.htm'");
   mm_menu_0223063225_0.hideOnMouseOut=true;
   mm_menu_0223063225_0.childMenuIcon="../images/arrows.gif";
   mm_menu_0223063225_0.bgColor='#232D95';
   mm_menu_0223063225_0.menuBorder=1;
   mm_menu_0223063225_0.menuLiteBgColor='#003399';
   mm_menu_0223063225_0.menuBorderBgColor='#19206B';
window.mm_menu_0223104937_0 = new Menu("root",118,22,"Geneva, Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#3743BB","#6676F6","left","middle",3,0,500,-5,7,true,false,true,0,false,false);
  mm_menu_0223104937_0.addMenuItem("Surgical&nbsp;Pathology","location='AnPathsurgpath.htm'");
  mm_menu_0223104937_0.addMenuItem("Cytopathology","location='AnPathcytopath.htm'");
  mm_menu_0223104937_0.addMenuItem("Hematopathology","location='AnPathhematopath.htm'");
  mm_menu_0223104937_0.addMenuItem("Immunohistochemistry","location='AnPathimmuno.htm'");
  mm_menu_0223104937_0.addMenuItem("Neuropathology","location='AnPathneuropath.htm'");
  mm_menu_0223104937_0.addMenuItem("Autopsy","location='AnPathautopsy.htm'");
   mm_menu_0223104937_0.hideOnMouseOut=true;
   mm_menu_0223104937_0.bgColor='#232D95';
   mm_menu_0223104937_0.menuBorder=1;
   mm_menu_0223104937_0.menuLiteBgColor='#003399';
   mm_menu_0223104937_0.menuBorderBgColor='#19206B';          
   
   
  window.mm_menu_0322072850_0_1_1 = new Menu("KIT",170,21,"Geneva, Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#3743BB","#6676F6","left","middle",3,0,500,0,0,true,false,true,0,true,false);
      mm_menu_0322072850_0_1_1.addMenuItem("GIST","location='TransResLabGIST.htm'");
      mm_menu_0322072850_0_1_1.addMenuItem("Mastocytosis/MPD/AML","location='TransResLabMast.htm'");
      mm_menu_0322072850_0_1_1.addMenuItem("Melanoma","location='TransResLabMel.htm'");
       mm_menu_0322072850_0_1_1.hideOnMouseOut=true;
       mm_menu_0322072850_0_1_1.bgColor='#232D95';
       mm_menu_0322072850_0_1_1.menuBorder=1;
       mm_menu_0322072850_0_1_1.menuLiteBgColor='#003399';
       mm_menu_0322072850_0_1_1.menuBorderBgColor='#19206B';
     
	  window.mm_menu_0322072850_0_1_2 = new Menu("PDGFRA",56,21,"Geneva, Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#3743BB","#6676F6","left","middle",3,0,500,0,0,true,false,true,0,true,false);
      mm_menu_0322072850_0_1_2.addMenuItem("GIST","location='TransResLabGIST.htm'");
       mm_menu_0322072850_0_1_2.hideOnMouseOut=true;
       mm_menu_0322072850_0_1_2.bgColor='#232D95';
       mm_menu_0322072850_0_1_2.menuBorder=1;
       mm_menu_0322072850_0_1_2.menuLiteBgColor='#003399';
       mm_menu_0322072850_0_1_2.menuBorderBgColor='#19206B';
    
	window.mm_menu_0322072850_0_1 = new Menu("Molecular&nbsp;Tests",93,21,"Geneva, Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#3743BB","#6676F6","left","middle",3,0,500,0,0,true,false,true,0,true,false);
    mm_menu_0322072850_0_1.addMenuItem(mm_menu_0322072850_0_1_1,"location='#'");
    mm_menu_0322072850_0_1.addMenuItem(mm_menu_0322072850_0_1_2,"location='#'");
    mm_menu_0322072850_0_1.addMenuItem("Other&nbsp;Tests","window.open('http://www.ohsu.edu/health/consult-and-refer/labtests/index.cfm', '_blank');");
     mm_menu_0322072850_0_1.hideOnMouseOut=true;
     mm_menu_0322072850_0_1.childMenuIcon="../images/arrows.gif";
     mm_menu_0322072850_0_1.bgColor='#232D95';
     mm_menu_0322072850_0_1.menuBorder=1;
     mm_menu_0322072850_0_1.menuLiteBgColor='#003399';
     mm_menu_0322072850_0_1.menuBorderBgColor='#19206B';
 
  window.mm_menu_0322072850_0 = new Menu("root",180,21,"Geneva, Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#3743BB","#6676F6","left","middle",3,0,500,0,0,true,false,true,0,true,false);
  mm_menu_0322072850_0.addMenuItem("Test&nbsp;Directory","window.open('http://www.ohsu.edu/health/page.cfm?id=10304', '_blank');");
  mm_menu_0322072850_0.addMenuItem("General&nbsp;Lab&nbsp;Information","window.open('http://www.ohsulabs.com/', '_blank');");
  mm_menu_0322072850_0.addMenuItem("Fine&nbsp;Needle&nbsp;Aspirations","location='Consultfna.htm'");
  mm_menu_0322072850_0.addMenuItem(mm_menu_0322072850_0_1,"location='#'");
   mm_menu_0322072850_0.hideOnMouseOut=true;
   mm_menu_0322072850_0.childMenuIcon="../images/arrows.gif";
   mm_menu_0322072850_0.bgColor='#232D95';
   mm_menu_0322072850_0.menuBorder=1;
   mm_menu_0322072850_0.menuLiteBgColor='#003399';
   mm_menu_0322072850_0.menuBorderBgColor='#19206B';
   
window.mm_menu_0524064326_0 = new Menu("root",72,21,"Geneva, Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#3743BB","#6676F6","left","middle",3,0,500,-5,7,true,false,true,0,true,false);
  mm_menu_0524064326_0.addMenuItem("Applicants","location='ResiAppIndex.htm'");
  mm_menu_0524064326_0.addMenuItem("Residents","location='ResiResIndex.htm'");
   mm_menu_0524064326_0.hideOnMouseOut=true;
   mm_menu_0524064326_0.bgColor='#555555';
   mm_menu_0524064326_0.menuBorder=1;
   mm_menu_0524064326_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0524064326_0.menuBorderBgColor='#777777';

  window.mm_menu_0519073017_0 = new Menu("root",188,21,"Geneva, Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#3743BB","#6676F6","left","middle",3,0,500,-5,7,true,false,true,0,true,false);
  mm_menu_0519073017_0.addMenuItem("Hematopathology&nbsp;Flwo&nbsp;Cytometry","location='#'");
  mm_menu_0519073017_0.addMenuItem("Immunology","location='#'");
   mm_menu_0519073017_0.hideOnMouseOut=true;
   mm_menu_0519073017_0.bgColor='#555555';
   mm_menu_0519073017_0.menuBorder=1;
   mm_menu_0519073017_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0519073017_0.menuBorderBgColor='#777777';
   
   window.mm_menu_0726112951_0_1 = new Menu("KIT",125,22,"Geneva, Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#3743BB","#6676F6","left","middle",3,0,500,0,0,true,false,true,0,false,false);
    mm_menu_0726112951_0_1.addMenuItem("GIST","location='TransResLabGIST.htm'");
    mm_menu_0726112951_0_1.addMenuItem("Mastocytosis/MPD/AML","location='TransResLabMast.htm'");
    mm_menu_0726112951_0_1.addMenuItem("Melanoma","location='TransResLabMel.htm'");
     mm_menu_0726112951_0_1.hideOnMouseOut=true;
     mm_menu_0726112951_0_1.bgColor='#232D95';
     mm_menu_0726112951_0_1.menuBorder=1;
     mm_menu_0726112951_0_1.menuLiteBgColor='#003399';
     mm_menu_0726112951_0_1.menuBorderBgColor='#19206B';
    window.mm_menu_0726112951_0_2 = new Menu("PDGFRA",80,22,"Geneva, Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#3743BB","#6676F6","left","middle",3,0,500,0,0,true,false,true,0,false,false);
    mm_menu_0726112951_0_2.addMenuItem("GIST","location='TransResLabGIST.htm'");
     mm_menu_0726112951_0_2.hideOnMouseOut=true;
     mm_menu_0726112951_0_2.bgColor='#232D95';
     mm_menu_0726112951_0_2.menuBorder=1;
     mm_menu_0726112951_0_2.menuLiteBgColor='#003399';
     mm_menu_0726112951_0_2.menuBorderBgColor='#19206B';
  window.mm_menu_0726112951_0 = new Menu("root",80,22,"Geneva, Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#3743BB","#6676F6","left","middle",3,0,500,0,0,true,false,true,0,false,false);
  mm_menu_0726112951_0.addMenuItem(mm_menu_0726112951_0_1,"location='#'");
  mm_menu_0726112951_0.addMenuItem(mm_menu_0726112951_0_2,"location='#'");
  mm_menu_0726112951_0.addMenuItem("How&nbsp;to&nbsp;Order","location='TransResLabHTO.htm'");
   mm_menu_0726112951_0.hideOnMouseOut=true;
   mm_menu_0726112951_0.childMenuIcon="../images/arrows.gif";
   mm_menu_0726112951_0.bgColor='#232D95';
   mm_menu_0726112951_0.menuBorder=1;
   mm_menu_0726112951_0.menuLiteBgColor='#003399';
   mm_menu_0726112951_0.menuBorderBgColor='#19206B';

    window.mm_menu_0712100145_0 = new Menu("root",289,21,"Geneva, Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#3743BB","#6676F6","left","middle",3,0,500,-5,7,true,false,true,0,true,false);
  mm_menu_0712100145_0.addMenuItem("Central&nbsp;Receiving&nbsp;and&nbsp;Processing&nbsp;Section","location='LabMedCen.htm'");
  mm_menu_0712100145_0.addMenuItem("Core&nbsp;Laboratory","location='LabMedCor.htm'");
  mm_menu_0712100145_0.addMenuItem("Molecular&nbsp;Diagnostic&nbsp;Center","location='LabMedMol.htm'");
   mm_menu_0712100145_0.hideOnMouseOut=true;
   mm_menu_0712100145_0.bgColor='#555555';
   mm_menu_0712100145_0.menuBorder=1;
   mm_menu_0712100145_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0712100145_0.menuBorderBgColor='#777777';
   
    window.mm_menu_0401065721_0 = new Menu("root",175,22,"Geneva, Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#3743BB","#6676F6","left","middle",3,0,500,0,0,true,false,true,0,false,false);
  mm_menu_0401065721_0.addMenuItem("Pathology&nbsp;Phone&nbsp;List","window.open('../schedules/Path_phone_list_09.pdf', '_blank');");
  mm_menu_0401065721_0.addMenuItem("Pathology&nbsp;Admin&nbsp;Phone&nbsp;List","window.open('../schedules/Path_Admin_phone_list_09.pdf', '_parent');");
  mm_menu_0401065721_0.addMenuItem("Pathology&nbsp;Phone&nbsp;List&nbsp;By&nbsp;Category","window.open('../schedules/Path_phone_list_by_Category_09.pdf', '_blank');");
   mm_menu_0401065721_0.hideOnMouseOut=true;
   mm_menu_0401065721_0.bgColor='#232D95';
   mm_menu_0401065721_0.menuBorder=1;
   mm_menu_0401065721_0.menuLiteBgColor='#003399';
   mm_menu_0401065721_0.menuBorderBgColor='#19206B';

mm_menu_0401065721_0.writeMenus();

//mm_menu_0712100145_0.writeMenus();
} // mmLoadMenus()

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_nbGroup(event, grpName) { //v6.0
  var i,img,nbArr,args=MM_nbGroup.arguments;
  if (event == "init" && args.length > 2) {
    if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
      img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
      if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
      nbArr[nbArr.length] = img;
      for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
        if (!img.MM_up) img.MM_up = img.src;
        img.src = img.MM_dn = args[i+1];
        nbArr[nbArr.length] = img;
    } }
  } else if (event == "over") {
    document.MM_nbOver = nbArr = new Array();
    for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
      nbArr[nbArr.length] = img;
    }
  } else if (event == "out" ) {
    for (i=0; i < document.MM_nbOver.length; i++) {
      img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
  } else if (event == "down") {
    nbArr = document[grpName];
    if (nbArr)
      for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
    document[grpName] = nbArr = new Array();
    for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
      nbArr[nbArr.length] = img;
  } }
}
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}