<!-- Begin
function provchooser1(fun) {
 n1 = document.CHOOSER.A_REGIONE.selectedIndex
 r = document.CHOOSER.A_REGIONE.options[n1].value
 document.location=fun + "&A_REGIONE=" + r + "&A_PROVINCIA=0"
 return true;
}
//  End -->