<!--
function openWindow(page) {
  leftNum = screen.width/6;
  topNum = screen.height/8;
  gallery=window.open(page,'gallery','width=665,height=525,resizable=no,toolbar=no,directories=no,statusbar=no,menubar=no,scrollbars=1,left='+leftNum+',top='+topNum);
  if (window.focus) {gallery.focus();}
}

function showAnatomy(img) {
  document.getElementById("anatomy").src = "http://www.hollypacheco.com/images/anatomy_complete" + img + ".jpg";
}

//-->



