function prepara() {

  // Virgilio
  if (document.ricest.motori.value=='virgilio') {
    document.ricest.action = 'http://search.virgilio.it/gw/search';
    document.ricest.keys.name = 'qs';
    document.ricest.h1.name = 'db';
    document.ricest.h1.value = 'v';
    document.ricest.h2.name = 'op';
    document.ricest.h2.value = 'and';
  }

  // Arianna
  if (document.ricest.motori.value=='arianna') {
    document.ricest.action = 'http://search-arianna.iol.it/abin/search';
    document.ricest.keys.name = 'query';
    document.ricest.h1.name = 'extlist';
    document.ricest.h1.value = 'arianna';
  }

  // Altavista
  if (document.ricest.motori.value=='altavista') {
    document.ricest.action = 'http://www.altavista.com/cgi-bin/query';
    document.ricest.keys.name = 'q';
    document.ricest.h1.name = 'pg';
    document.ricest.h1.value = 'q';
    document.ricest.h2.name = 'sg';
    document.ricest.h2.value = 'on';
    document.ricest.h3.name = 'kl';
    document.ricest.h3.value = 'it';
    document.ricest.h4.name = 'stype';
    document.ricest.h4.value = 'stext';
  }

  // Excite
  if (document.ricest.motori.value=='excite') {
    document.ricest.action = 'http://tin.excite.it/search.gw';
    document.ricest.keys.name = 'search';
    document.ricest.h1.name = 'lang';
    document.ricest.h1.value = 'it';
    document.ricest.h2.name = 'collection';
    document.ricest.h2.value = 'web';
    document.ricest.h3.name = 'perPage';
    document.ricest.h3.value = '10';
  }

  // Godado
  if (document.ricest.motori.value=='godado') {
    document.ricest.action = 'http://www.godado.it/godado.pperl';
    document.ricest.keys.name = 'Keywords';
  }

  return true;
}