function AbrirVentanaPopUp(enlace,ancho,alto,arriba,izquierda){
	window.open(enlace.href, enlace.target, 'width='+ancho+', height='+alto+', top='+'arriba'+', left='+izquierda+', status=yes, resizable=yes, scrollbars=yes').focus();
}