function checkIscrittiValue(formname) {
	resCheck = true;

	if (resCheck) resCheck = checkText('nome', 'Nome');
	if (resCheck) resCheck = checkText('cognome', 'Cognome');
	if (resCheck) resCheck = checkText('datanascita', 'Data nascita');
	// if (resCheck) resCheck = checkText('isccanzianita', 'Anzianita');
	/*
	if (resCheck) resCheck = checkText('provincia', 'Provincia');
	if (resCheck) resCheck = checkText('cap', 'CAP');
	if (resCheck) resCheck = checkText('azienda', 'Azienda');
	if (resCheck) resCheck = checkText('ruoloaziendale', 'Ruolo aziendale');
	if (resCheck) resCheck = checkText('telefono', 'Telefono');
	if (resCheck) resCheck = checkText('cellulare', 'Cellulare');
	if (resCheck) resCheck = checkText('fax', 'Fax');
	if (resCheck) resCheck = checkText('email', 'Email');
	if (resCheck) resCheck = checkBox('checkprivacy', 'PRIVACY');
	*/

	return resCheck;
}
