function closePopup()
{
	$('popup').style.display = "none";
}

function chgDiapoImg(src, targetId, h, w)
{
	$(targetId).src = src;
	$(targetId).height = h;
	$(targetId).width = w;
}
