function archivo(div_id,url){
  //alert(url);
  new Ajax.Updater(div_id,url);
}
