function NuevaVentana(URL,nombre,ancho,alto,izqd,arriba)
{
	aWindow=window.open(URL,'_blank');
	//,'toolbar=no,location=no,width='	+ancho+',height='+alto+',left='+izqd+',top='+ 	arriba+',status=no,scrollbars=yes,resize=yes,menubar=no');
}