
<!--
function DoLoad() {
  var loadImage = new Image
  loadImage.src = "/education/youth/images/buttonVideo1Anim.gif"
  loadImage.src = "/education/youth/images/buttonVideo1Off.gif"
  loadImage.src = "/education/youth/images/buttonVideo1On.gif"
  loadImage.src = "/education/youth/images/buttonDetective2Anim.gif"
  loadImage.src = "/education/youth/images/buttonDetective2Off.gif"
  loadImage.src = "/education/youth/images/buttonDetective2On.gif"
  loadImage.src = "/education/youth/images/buttonDetective3Anim.gif"
  loadImage.src = "/education/youth/images/buttonDetective3Off.gif"
  loadImage.src = "/education/youth/images/buttonDetective3On.gif"
}

window.onload = DoLoad;
// End --> 


