function trim(str)
{
  return str.replace(/\s+/g,"");
}

function Ban(ban)
{
  	var pagina = 'banner.php?ban='+ban;
  	window.open(pagina,'Banner','scrollbars=yes,resizable=yes,width=500,height=150,status=yes,location=yes,toolbar=yes');
}

function SitoBanner(pagina)
{
  	window.open(pagina,'Banner','scrollbars=yes,resizable=yes,width=700,height=400,status=yes,location=yes,toolbar=yes');
}

function openLink(pagina)
{
	window.open(pagina,'Banner','scrollbars=yes,resizable=yes,width=500,height=500,status=yes,location=yes,toolbar=yes');
}

function messaggio(msg)
{
	alert(msg);
}