// JavaScript Document

function controlla_nuovo_destinatario_sms(){
	var msg='';
	if (document.form1.nome.value.length ==0){
		var msg=msg+'Inserisre il nome\n';
		}
	if (document.form1.cognome.value.length ==0){
		var msg=msg+'Inserisre il cognome\n';
		}
	if (document.form1.telefono.value.length ==0){
		var msg=msg+'Inserisre il numero di telefono\n';
		}
	if (msg.length > 0)
		alert(len)	
	else
		document.form1.submit();
}


function MM_openBrWindow(theURL,winName,features) {
 	window.open(theURL,winName,features);
}
