<!--

function openwindow(image, xsize, ysize, sCaption) {
		if (typeof(bigger) != "undefined") bigger.close();
	  bigger = window.open("image.php?image="+image+"&sCaption="+sCaption, "Bigger","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width="+xsize+",height="+ysize)
  }

-->