function abrirPop(url,pars,nombre){
	nombre = window.open(url,nombre,pars);
	nombre.focus();
}
