function openExtPage(param) { //v2.0
var theUrl='dati/'+param+'/form.html'
	//alert(theUrl)
 fs = window.open(theUrl,'contatti','scrollbars=yes,width=750,height=620' );
 fs.focus();
fs.moveTo(0,0);
}
