	function ampliar(URLampliacion,nombreventana,ancho,alto) {
 		window.open(URLampliacion, nombreventana, "toolbar=no,location=no,status=yes,menubar=no,scrollbars=auto,width="+ancho+",height="+alto+",resizable=no" );
	}
	function abreEnPadre(elLink, cierrame, soloCierra) {
		if (! (window.focus && window.opener))return true;
			window.opener.focus();
		if (! soloCierra)window.opener.location.href=elLink.href;
		if (cierrame)window.close();
		return false;
	}

	function ampliarItem(URLampliacion,nombreventana,ancho,alto) {
 		window.open(URLampliacion, nombreventana, "toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,width="+ancho+",height="+alto+",resizable=no" );
	}
	function SayYes(usuario,dominio){
        email = "mailto:" + usuario + "@" + dominio;
        document.write(email);
	}
