function popUp(url,nombre,parametros){
	window.open(url,nombre,parametros);	
}