onerror=handleerror;
function handleerror(){
}

function initialize(){

  image1on = new Image();
  image1on.src = "http://www.canadianpharmacylink.com/graphics/contents/01hi.gif";
  image2on = new Image();
  image2on.src = "http://www.canadianpharmacylink.com/graphics/contents/02hi.gif";
  image3on = new Image();
  image3on.src = "http://www.canadianpharmacylink.com/graphics/contents/03hi.gif";
  image4on = new Image();
  image4on.src = "http://www.canadianpharmacylink.com/graphics/contents/04hi.gif";
  image5on = new Image();
  image5on.src = "http://www.canadianpharmacylink.com/graphics/contents/05hi.gif";
  image6on = new Image();
  image6on.src = "http://www.canadianpharmacylink.com/graphics/contents/06hi.gif";
  image7on = new Image();
  image7on.src = "http://www.canadianpharmacylink.com/graphics/contents/07hi.gif";
  image8on = new Image();
  image8on.src = "http://www.canadianpharmacylink.com/graphics/contents/08hi.gif";
  image9on = new Image();
  image9on.src = "http://www.canadianpharmacylink.com/graphics/contents/09hi.gif";
  image1off = new Image();
  image1off.src = "http://www.canadianpharmacylink.com/graphics/contents/01dim.gif";
  image2off = new Image();
  image2off.src = "http://www.canadianpharmacylink.com/graphics/contents/02dim.gif";
  image3off = new Image();
  image3off.src = "http://www.canadianpharmacylink.com/graphics/contents/03dim.gif";
  image4off = new Image();
  image4off.src = "http://www.canadianpharmacylink.com/graphics/contents/04dim.gif";
  image5off = new Image();
  image5off.src = "http://www.canadianpharmacylink.com/graphics/contents/05dim.gif";
  image6off = new Image();
  image6off.src = "http://www.canadianpharmacylink.com/graphics/contents/06dim.gif";
  image7off = new Image();
  image7off.src = "http://www.canadianpharmacylink.com/graphics/contents/07dim.gif";
  image8off = new Image();
  image8off.src = "http://www.canadianpharmacylink.com/graphics/contents/08dim.gif";
  image9off = new Image();
  image9off.src = "http://www.canadianpharmacylink.com/graphics/contents/09dim.gif";

}
function changeImages() {
  if (document.images) {
    for (var i=0; i<changeImages.arguments.length; i+=2) {
      document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");
    }
  }
}
