function GetFullImage(id)
{
	window.open("/modules/galary/galary.php?do=2&idimg="+id);
}
function Redirect()
{
	window.location=document.location.protocol + '//' + document.location.host + '/modules/galary/galary.php';
}
