﻿// JScript File
<!--
function runImageSlideShow(){
if (document.getElementById("myImage") != null){;
var myImage = document.getElementById("myImage");
myImage.src = image[b]
b = b + 1
if (b > (c-1)) b=0
a = this.setTimeout('runImageSlideShow()', speed)
}
}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->