<!--
if (document.images) {
  cache_it01 = new Image();   cache_it01.src = "img/doctor-1a.jpg";
  cache_it02 = new Image();   cache_it02.src = "img/doctor-2a.jpg";
  cache_it03 = new Image();   cache_it03.src = "img/doctor-3a.jpg";
  cache_it04 = new Image();   cache_it04.src = "img/doctor-4a.jpg";
  cache_it05 = new Image();   cache_it05.src = "img/doctor-5a.jpg";
  cache_it06 = new Image();   cache_it06.src = "img/doctor-6a.jpg";
  cache_it07 = new Image();   cache_it07.src = "img/doctor-7a.jpg";
  cache_it08 = new Image();   cache_it08.src = "img/doctor-10a.jpg";
  cache_it09 = new Image();   cache_it09.src = "img/doctor-11a.jpg";
  cache_it10 = new Image();   cache_it10.src = "img/doctor-12a.jpg";
}

function doFlip(image1name,image1src,image2name,image2src) {
eval("document['"+image1name+"'].src='"+image1src+"'");
}
-->
