// JavaScript Document
function ShowLarge(strImage){
	//alert("Call to ShowLarge("+strImage+") still to be written");
	window.open(strImage);
}