function openEenPagina(href1)

{
	document.location.href = href1;
}
