
function openImage(image)
{
	openPopupWindow("popup", "popup.php?image=" + image, 420, 420, false);
	return false;
}
