function OpenUp(image) {
	optionsStr = 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizeable=1,width=590,height=520,left=20,top=20,screenX=20,screenY=20';
	window.open('/info/showImage.php?image=' + image, 'imgwindow', optionsStr);
}