function popupXL2(of, imgContId) {
	var largePicStyle = document.getElementById(imgContId).style;
	largePicStyle.display="block";
}