var i= 0;

function alert_decode (str)
{           
	str=str.replace("&beta;", "ß");
	str=str.replace("&euro;", "€");
	alert(str);
}

function searchText(url, valor)
{
	document.location.href="http://"+location.hostname+url+valor;
}