function popUpWindow(url, width, height) {
	window.open(url, 'Image_display', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=1,resizable=1,width='+(width+1)+',height='+(height+1)+',left = 25,top = 25');
}