function animacja()
{

	var P;
	P = GetCookie("pu"); 
	if (P != 1)
	{
    		mint.fx.Move("popup", 220, 130, 50, 1000);
		var tresc='1'; 
		tresc=escape(tresc);
		document.cookie="pu="+tresc;
	}

}