function checkCatProdFilter()
{
	document.FilterForm.submit();
}


function changeCountry()
{
	Overlay.loadClass('GUIChangeCountry', null, 500); return false;
}


function resetCountry()
{
	 new Ajax.Request(
		 homeurl+'/eshop/actions/act_additionals.php?type=resetCountry&mid='+mid,
		 {onSuccess: function(transport) {
		  window.location.href=window.location.href;
		 }
		 }
		);
}

