   <!-- Hide script from old browsers var SourceFile; var speed=1000; var speed1=1000; var speed2=2000; var speed3=2750; var Picture = new Array(); var Caption = new Array(); for (var i=1;i<=maxpics;i++){Picture[i]=SourceFile+'/'+i+'.jpg';}for (var i=1;i<=maxpics;i++){Caption[i]=' ('+i +' out of '+maxpics+')';   }var foo=1;var tss;var iss;var jss = 1;var pss = Picture.length-1;var preLoad = new Array();for (iss = 1; iss < pss+1; iss++){	preLoad[iss] = new Image();	preLoad[iss].src = Picture[iss];}function Play(){	clearTimeout(tss);	if (document.INFO.Radio1[0].checked==true) speed=speed1;	if (document.INFO.Radio1[1].checked==true) speed=speed2;	if (document.INFO.Radio1[2].checked==true) speed=speed3;   	document.images.PictureBox.src = preLoad[jss].src;	if (document.getElementById) {document.getElementById("CommentBox").innerHTML=Comment[jss];	document.getElementById("CaptionBox").innerHTML=Caption[jss];}	foo=jss;	jss = jss + 1;	if (jss > (pss)) jss=1;	tss = setTimeout('Play()', speed);}function Next(){	clearTimeout(tss);	jss=foo+1; if (jss > (pss)) jss=1;	document.images.PictureBox.src = preLoad[jss].src;	if (document.getElementById) 	{document.getElementById("CommentBox").innerHTML=Comment[jss];	document.getElementById("CaptionBox").innerHTML=Caption[jss];}	foo = jss ;	if (foo > (pss)) foo=1;}function Previous(){	clearTimeout(tss);	jss=foo-1;if (jss <= 0) jss=pss;	document.images.PictureBox.src = preLoad[jss].src;	if (document.getElementById) 			{document.getElementById("CommentBox").innerHTML=Comment[jss];	document.getElementById("CaptionBox").innerHTML=Caption[jss];}	foo = jss;	if (jss <= 0) foo=pss;}function First(){	clearTimeout(tss);	jss=1;foo=1;	document.images.PictureBox.src = preLoad[jss].src;	if (document.getElementById) 	{document.getElementById("CommentBox").innerHTML=Comment[jss];	document.getElementById("CaptionBox").innerHTML=Caption[jss];}} function Last(){	clearTimeout(tss);	jss=pss;foo=jss;	document.images.PictureBox.src = preLoad[jss].src;	if (document.getElementById) 	{document.getElementById("CommentBox").innerHTML=Comment[jss];	document.getElementById("CaptionBox").innerHTML=Caption[jss];}}  function Pause(){	clearTimeout(tss);}function GoTo(num){	clearTimeout(tss);	jss=num;foo=jss;	document.images.PictureBox.src = preLoad[jss].src;	if (document.getElementById) 	{document.getElementById("CommentBox").innerHTML=Comment[jss];	document.getElementById("CaptionBox").innerHTML=Caption[jss];}}	  // End hiding script from old browsers -->         
