function viewphoto(img, width, height){
	newwindow = window.open(img, "image", "width="+(width+20)+", height="+(height+20));
	if(newwindow == null){
		alert("A popup blocker may be preventing you to view this image.  Try disabling your popup blocker to view this image.");
	}
}