	
	function abrirVentana(URL, nombre, especif){
		vId = window.open(URL, nombre, especif);
		vId.focus();
	}