function openImage(imagePath, imageWidth, imageHeight)
{
	newHeight = (imageHeight * 1) + 25;
	newWidth = (imageWidth * 1) + 20;
	window.open("http://www.irenepalace.gr/v2/showimage.php?source="+imagePath,"Image","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,height="+newHeight+",width="+newWidth+",left=200,top=200");
}