addfield(document.richieste.cognomenome, "string", 1, "Имя и Фамилия" );
addfield(document.richieste.indirizzo, "string", 1, "Адрес" );
addfield(document.richieste.citta, "string", 1, "Город" );
addfield(document.richieste.cap, "string", 1, "Почтовый индекс" );
addfield(document.richieste.nazione, "string", 1, "Страна" );
addfield(document.richieste.telefono, "string", 1, "Телефон" );
addfield(document.richieste.email, "email", 1, "Email" );

