<!--
if (document.images) {
  SLIDES1.image = document.images.SLIDES1IMG;
  SLIDES1.update();
  SLIDES1.play();

  SLIDES2.image = document.images.SLIDES2IMG;
  SLIDES2.update();
  SLIDES2.play();

  SLIDES3.image = document.images.SLIDES3IMG;
  SLIDES3.update();
  SLIDES3.play();
}
//-->
