<!--
if (document.images) {
  cache_it01 = new Image();   cache_it01.src = "img/doctor-1.jpg";
  cache_it02 = new Image();   cache_it02.src = "img/doctor-2.jpg";
  cache_it03 = new Image();   cache_it03.src = "img/doctor-3.jpg";
  cache_it04 = new Image();   cache_it04.src = "img/doctor-4.jpg";
  cache_it05 = new Image();   cache_it05.src = "img/doctor-5.jpg";
  cache_it06 = new Image();   cache_it06.src = "img/doctor-6.jpg";
  cache_it07 = new Image();   cache_it07.src = "img/doctor-7.jpg";
  cache_it10 = new Image();   cache_it10.src = "img/doctor-10.jpg";
}

function doFlip(image1name,image1src,image2name,image2src) {
eval("document['"+image1name+"'].src='"+image1src+"'");
}
-->
