function displayLargeImage(img,width,height) {
	window.open(img, "enlargeImage", "toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=yes,width="+width+",height="+height)
}
