function PopUpClose()
{
	window.close();
	return true;
}

function LoadInsertReview(form)
{
  document.getElementById(form).action = "/?path="+document.getElementById("path").value+"&mod="+document.getElementById("mod").value+"&state="+document.getElementById("state").value+"&dest=pop&idSpolocnosti="+document.getElementById("idSpolocnosti").value;
  document.getElementById(form).submit();
	return true;
}
/*
function OpenPopUp(page)
{
	windowPopUp = window.open(page,'winPopCompanyProfile','resizable=yes,scrollbars=yes,width=480,height=400,toolbar=no');
	windowPopUp.focus();
}
*/

