function openBig(img, width, height)
{
	window.open("/big_photo.php?img=" + img, "bigPhoto", "width=" + width + ",height=" + height);
}

