function PopUp(imgURL, width, height) {	var myWindow = window.open("","myWindow","location=0,status=0,scrollbars=0,width=" + width + ",height=" + height);	myWindow.document.write("<img src=\"" + imgURL + "\" alt=\"\" style=\"top:0px; left:0px; position:absolute; cursor:pointer;\" onclick=\"window.close();\" />");}