function displayImage(path, width, height) {
	window.open("./displayImage.php?path="+path+"&width="+width+"&height="+height, "displayImage", "width="+(width+20)+",height="+(height+20));
}