function showPopup(img, width, height)
{
	dir = 'popups/image.php?src=' + img;
	window.open(dir, 'Prometėjas','width=' + width + ',height=' + height + ', resizable=0, toolbar=0');
}
