

function ShowHTMLphoto(urlstuff){
	var actionStr="";
	actionStr += urlstuff;
	window.open (actionStr, "_blank", "toolbar=no,location=no,directories=no,scrollbars=no,status=yes,resizable=yes,width=750,height=400,top=50,left=50");
}

