
	<!--
	function photoInfo(PhotoSRC,Index) {
		document.Photo.src=PhotoSRC;
		document.ImageForm.DisplayName.selectedIndex = [Index-1];
	}
	function photoInfo2(PhotoSRC,Index) {
		document.Photo.src=PhotoSRC;
	}
	// -->
	