function onChangeProvince(index,form){
	cleanSelect(form.Distretto);
	populateSelect(form.Distretto,form.Prov);
}

/**** Parcours de la liste des distretos pour les effacer ***/
function cleanSelect(Distretto){

	var lim=Distretto.options.length;
	for (var j=(Distretto.length)-1;j>0;j--) { 
		Distretto.options[j]=null;
	}
	
	var a=new Option();
	Distretto.options[0]=a;
	Distretto.options[0].value=-1;
	Distretto.options[0].text="-----------";
}
/**** ****/
function populateSelect(Distretto,parent){
	var index=parent.selectedIndex;
	
	if(arDistretto[index])
	if(arDistretto[index].length!=0) {
		taille=Distretto.options.length;

		for(i=0;i<arDistretto[index].length;i++) {
			if(i==0)
				firstId=arDistretto[index][i][0];
			var a=new Option();
            Distretto.options[taille]=a;
 			Distretto.options[taille].value=arDistretto[index][i][0];
			Distretto.options[taille].text=arDistretto[index][i][1];
			taille++;
		}//END For
	}//END if
	
}
/**** ****/
function selectDistretto(iDist,form){
 for(i=0;i<form.Distretto.options.length;i++){
 	if(form.Distretto.options[i].value==iDist)
 		form.Distretto.selectedIndex=i;
 }
}

var arDistretto =new Array();



	

		arDistretto[1]=new Array();

		

		

			arDistretto[1][0]=new Array();

			arDistretto[1][0][0]="092507";

			arDistretto[1][0][1]="SCIACCA - 092507";

			

		

			arDistretto[1][1]=new Array();

			arDistretto[1][1][0]="0922193";

			arDistretto[1][1][1]="AGRIGENTO - 0922193";

			

		

		

	

		arDistretto[2]=new Array();

		

		

			arDistretto[2][0]=new Array();

			arDistretto[2][0][0]="014308";

			arDistretto[2][0][1]="NOVI LIGURE - 014308";

			

		

			arDistretto[2][1]=new Array();

			arDistretto[2][1][0]="014484";

			arDistretto[2][1][1]="ACQUI TERME - 014484";

			

		

			arDistretto[2][2]=new Array();

			arDistretto[2][2][0]="013107";

			arDistretto[2][2][1]="ALESSANDRIA - 013107";

			

		

			arDistretto[2][3]=new Array();

			arDistretto[2][3][0]="014283";

			arDistretto[2][3][1]="CASALE MONFERRATO - 014283";

			

		

		

	

		arDistretto[3]=new Array();

		

		

			arDistretto[3][0]=new Array();

			arDistretto[3][0][0]="073179";

			arDistretto[3][0][1]="JESI - 073179";

			

		

			arDistretto[3][1]=new Array();

			arDistretto[3][1][0]="073279";

			arDistretto[3][1][1]="FABRIANO - 073279";

			

		

			arDistretto[3][2]=new Array();

			arDistretto[3][2][0]="071996";

			arDistretto[3][2][1]="ANCONA - 071996";

			

		

		

	

		arDistretto[4]=new Array();

		

		

			arDistretto[4][0]=new Array();

			arDistretto[4][0][0]="016696";

			arDistretto[4][0][1]="ST.VINCENT - 016696";

			

		

			arDistretto[4][1]=new Array();

			arDistretto[4][1][0]="0165198";

			arDistretto[4][1][1]="AOSTA - 0165198";

			

		

		

	

		arDistretto[5]=new Array();

		

		

			arDistretto[5][0]=new Array();

			arDistretto[5][0][0]="0575176";

			arDistretto[5][0][1]="AREZZO - 0575176";

			

		

		

	

		arDistretto[6]=new Array();

		

		

			arDistretto[6][0]=new Array();

			arDistretto[6][0][0]="073569";

			arDistretto[6][0][1]="S.BENEDETTO DEL TRONTO - 073569";

			

		

			arDistretto[6][1]=new Array();

			arDistretto[6][1][0]="073690";

			arDistretto[6][1][1]="ASCOLI PICENO - 073690";

			

		

			arDistretto[6][2]=new Array();

			arDistretto[6][2][0]="073447";

			arDistretto[6][2][1]="FERMO - 073447";

			

		

		

	

		arDistretto[7]=new Array();

		

		

			arDistretto[7][0]=new Array();

			arDistretto[7][0][0]="0141189";

			arDistretto[7][0][1]="ASTI - 0141189";

			

		

		

	

		arDistretto[8]=new Array();

		

		

			arDistretto[8][0]=new Array();

			arDistretto[8][0][0]="0825194";

			arDistretto[8][0][1]="AVELLINO - 0825194";

			

		

			arDistretto[8][1]=new Array();

			arDistretto[8][1][0]="0827196";

			arDistretto[8][1][1]="S.ANGELO DEI LOMBARDI - 0827196";

			

		

		

	

		arDistretto[9]=new Array();

		

		

			arDistretto[9][0]=new Array();

			arDistretto[9][0][0]="088370";

			arDistretto[9][0][1]="ANDRIA - 088370";

			

		

			arDistretto[9][1]=new Array();

			arDistretto[9][1][0]="080971";

			arDistretto[9][1][1]="BARI - 080971";

			

		

		

	

		arDistretto[10]=new Array();

		

		

			arDistretto[10][0]=new Array();

			arDistretto[10][0][0]="043907";

			arDistretto[10][0][1]="FELTRE - 043907";

			

		

			arDistretto[10][1]=new Array();

			arDistretto[10][1][0]="043579";

			arDistretto[10][1][1]="PIEVE DI CADORE - 043579";

			

		

			arDistretto[10][2]=new Array();

			arDistretto[10][2][0]="043681";

			arDistretto[10][2][1]="CORTINA D'AMPEZZO - 043681";

			

		

			arDistretto[10][3]=new Array();

			arDistretto[10][3][0]="0437197";

			arDistretto[10][3][1]="BELLUNO - 0437197";

			

		

		

	

		arDistretto[11]=new Array();

		

		

			arDistretto[11][0]=new Array();

			arDistretto[11][0][0]="0824193";

			arDistretto[11][0][1]="BENEVENTO - 0824193";

			

		

		

	

		arDistretto[12]=new Array();

		

		

			arDistretto[12][0]=new Array();

			arDistretto[12][0][0]="035600";

			arDistretto[12][0][1]="BERGAMO - 035600";

			

		

			arDistretto[12][1]=new Array();

			arDistretto[12][1][0]="0345197";

			arDistretto[12][1][1]="S.PELLEGRINO TERME - 0345197";

			

		

			arDistretto[12][2]=new Array();

			arDistretto[12][2][0]="036309";

			arDistretto[12][2][1]="TREVIGLIO - 036309";

			

		

			arDistretto[12][3]=new Array();

			arDistretto[12][3][0]="034659";

			arDistretto[12][3][1]="CLUSONE - 034659";

			

		

		

	

		arDistretto[13]=new Array();

		

		

			arDistretto[13][0]=new Array();

			arDistretto[13][0][0]="015997";

			arDistretto[13][0][1]="BIELLA - 015997";

			

		

		

	

		arDistretto[14]=new Array();

		

		

			arDistretto[14][0]=new Array();

			arDistretto[14][0][0]="054283";

			arDistretto[14][0][1]="IMOLA - 054283";

			

		

			arDistretto[14][1]=new Array();

			arDistretto[14][1][0]="053478";

			arDistretto[14][1][1]="PORRETTA TERME - 053478";

			

		

			arDistretto[14][2]=new Array();

			arDistretto[14][2][0]="051408";

			arDistretto[14][2][1]="BOLOGNA - 051408";

			

		

		

	

		arDistretto[15]=new Array();

		

		

			arDistretto[15][0]=new Array();

			arDistretto[15][0][0]="047391";

			arDistretto[15][0][1]="MERANO - 047391";

			

		

			arDistretto[15][1]=new Array();

			arDistretto[15][1][0]="047293";

			arDistretto[15][1][1]="BRESSANONE - 047293";

			

		

			arDistretto[15][2]=new Array();

			arDistretto[15][2][0]="0471190";

			arDistretto[15][2][1]="BOLZANO - 0471190";

			

		

			arDistretto[15][3]=new Array();

			arDistretto[15][3][0]="047489";

			arDistretto[15][3][1]="BRUNICO - 047489";

			

		

		

	

		arDistretto[16]=new Array();

		

		

			arDistretto[16][0]=new Array();

			arDistretto[16][0][0]="030817";

			arDistretto[16][0][1]="BRESCIA - 030817";

			

		

			arDistretto[16][1]=new Array();

			arDistretto[16][1][0]="036407";

			arDistretto[16][1][1]="BRENO - 036407";

			

		

			arDistretto[16][2]=new Array();

			arDistretto[16][2][0]="036530";

			arDistretto[16][2][1]="SALO' - 036530";

			

		

		

	

		arDistretto[17]=new Array();

		

		

			arDistretto[17][0]=new Array();

			arDistretto[17][0][0]="0831193";

			arDistretto[17][0][1]="BRINDISI - 0831193";

			

		

		

	

		arDistretto[18]=new Array();

		

		

			arDistretto[18][0]=new Array();

			arDistretto[18][0][0]="070874";

			arDistretto[18][0][1]="CAGLIARI - 070874";

			

		

			arDistretto[18][1]=new Array();

			arDistretto[18][1][0]="0781197";

			arDistretto[18][1][1]="IGLESIAS - 0781197";

			

		

		

	

		arDistretto[19]=new Array();

		

		

			arDistretto[19][0]=new Array();

			arDistretto[19][0][0]="093491";

			arDistretto[19][0][1]="CALTANISSETTA - 093491";

			

		

		

	

		arDistretto[20]=new Array();

		

		

			arDistretto[20][0]=new Array();

			arDistretto[20][0][0]="087404";

			arDistretto[20][0][1]="CAMPOBASSO - 087404";

			

		

			arDistretto[20][1]=new Array();

			arDistretto[20][1][0]="087593";

			arDistretto[20][1][1]="TERMOLI - 087593";

			

		

		

	

		arDistretto[21]=new Array();

		

		

			arDistretto[21][0]=new Array();

			arDistretto[21][0][0]="0823181";

			arDistretto[21][0][1]="CASERTA - 0823181";

			

		

		

	

		arDistretto[22]=new Array();

		

		

			arDistretto[22][0]=new Array();

			arDistretto[22][0][0]="095957";

			arDistretto[22][0][1]="CATANIA - 095957";

			

		

			arDistretto[22][1]=new Array();

			arDistretto[22][1][0]="093348";

			arDistretto[22][1][1]="CALTAGIRONE - 093348";

			

		

		

	

		arDistretto[23]=new Array();

		

		

			arDistretto[23][0]=new Array();

			arDistretto[23][0][0]="096838";

			arDistretto[23][0][1]="LAMEZIA TERME - 096838";

			

		

			arDistretto[23][1]=new Array();

			arDistretto[23][1][0]="096775";

			arDistretto[23][1][1]="SOVERATO - 096775";

			

		

			arDistretto[23][2]=new Array();

			arDistretto[23][2][0]="096158";

			arDistretto[23][2][1]="CATANZARO - 096158";

			

		

		

	

		arDistretto[24]=new Array();

		

		

			arDistretto[24][0]=new Array();

			arDistretto[24][0][0]="087382";

			arDistretto[24][0][1]="VASTO - 087382";

			

		

			arDistretto[24][1]=new Array();

			arDistretto[24][1][0]="087274";

			arDistretto[24][1][1]="LANCIANO - 087274";

			

		

			arDistretto[24][2]=new Array();

			arDistretto[24][2][0]="087175";

			arDistretto[24][2][1]="CHIETI - 087175";

			

		

		

	

		arDistretto[25]=new Array();

		

		

			arDistretto[25][0]=new Array();

			arDistretto[25][0][0]="031818";

			arDistretto[25][0][1]="COMO - 031818";

			

		

			arDistretto[25][1]=new Array();

			arDistretto[25][1][0]="034467";

			arDistretto[25][1][1]="MENAGGIO - 034467";

			

		

		

	

		arDistretto[26]=new Array();

		

		

			arDistretto[26][0]=new Array();

			arDistretto[26][0][0]="098103";

			arDistretto[26][0][1]="CASTROVILLARI - 098103";

			

		

			arDistretto[26][1]=new Array();

			arDistretto[26][1][0]="0984191";

			arDistretto[26][1][1]="COSENZA - 0984191";

			

		

			arDistretto[26][2]=new Array();

			arDistretto[26][2][0]="098540";

			arDistretto[26][2][1]="SCALEA - 098540";

			

		

			arDistretto[26][3]=new Array();

			arDistretto[26][3][0]="098373";

			arDistretto[26][3][1]="ROSSANO - 098373";

			

		

			arDistretto[26][4]=new Array();

			arDistretto[26][4][0]="098270";

			arDistretto[26][4][1]="PAOLA - 098270";

			

		

		

	

		arDistretto[27]=new Array();

		

		

			arDistretto[27][0]=new Array();

			arDistretto[27][0][0]="0372194";

			arDistretto[27][0][1]="CREMONA - 0372194";

			

		

			arDistretto[27][1]=new Array();

			arDistretto[27][1][0]="037491";

			arDistretto[27][1][1]="SORESINA - 037491";

			

		

			arDistretto[27][2]=new Array();

			arDistretto[27][2][0]="037574";

			arDistretto[27][2][1]="CASALMAGGIORE - 037574";

			

		

			arDistretto[27][3]=new Array();

			arDistretto[27][3][0]="037337";

			arDistretto[27][3][1]="CREMA - 037337";

			

		

		

	

		arDistretto[28]=new Array();

		

		

			arDistretto[28][0]=new Array();

			arDistretto[28][0][0]="096206";

			arDistretto[28][0][1]="CROTONE - 096206";

			

		

		

	

		arDistretto[29]=new Array();

		

		

			arDistretto[29][0]=new Array();

			arDistretto[29][0][0]="017454";

			arDistretto[29][0][1]="MONDOVI - 017454";

			

		

			arDistretto[29][1]=new Array();

			arDistretto[29][1][0]="017380";

			arDistretto[29][1][1]="ALBA - 017380";

			

		

			arDistretto[29][2]=new Array();

			arDistretto[29][2][0]="017106";

			arDistretto[29][2][1]="CUNEO - 017106";

			

		

			arDistretto[29][3]=new Array();

			arDistretto[29][3][0]="0172198";

			arDistretto[29][3][1]="SAVIGLIANO - 0172198";

			

		

			arDistretto[29][4]=new Array();

			arDistretto[29][4][0]="017589";

			arDistretto[29][4][1]="SALUZZO - 017589";

			

		

		

	

		arDistretto[30]=new Array();

		

		

			arDistretto[30][0]=new Array();

			arDistretto[30][0][0]="0935192";

			arDistretto[30][0][1]="ENNA - 0935192";

			

		

		

	

		arDistretto[31]=new Array();

		

		

			arDistretto[31][0]=new Array();

			arDistretto[31][0][0]="053389";

			arDistretto[31][0][1]="COMACCHIO - 053389";

			

		

			arDistretto[31][1]=new Array();

			arDistretto[31][1][0]="0532198";

			arDistretto[31][1][1]="FERRARA - 0532198";

			

		

		

	

		arDistretto[32]=new Array();

		

		

			arDistretto[32][0]=new Array();

			arDistretto[32][0][0]="0571180";

			arDistretto[32][0][1]="EMPOLI - 0571180";

			

		

			arDistretto[32][1]=new Array();

			arDistretto[32][1][0]="055515";

			arDistretto[32][1][1]="FIRENZE - 055515";

			

		

		

	

		arDistretto[33]=new Array();

		

		

			arDistretto[33][0]=new Array();

			arDistretto[33][0][0]="088591";

			arDistretto[33][0][1]="CERIGNOLA - 088591";

			

		

			arDistretto[33][1]=new Array();

			arDistretto[33][1][0]="088275";

			arDistretto[33][1][1]="S.SEVERO - 088275";

			

		

			arDistretto[33][2]=new Array();

			arDistretto[33][2][0]="088446";

			arDistretto[33][2][1]="MANFREDONIA - 088446";

			

		

			arDistretto[33][3]=new Array();

			arDistretto[33][3][0]="088105";

			arDistretto[33][3][1]="FOGGIA - 088105";

			

		

		

	

		arDistretto[34]=new Array();

		

		

			arDistretto[34][0]=new Array();

			arDistretto[34][0][0]="054705";

			arDistretto[34][0][1]="CESENA - 054705";

			

		

			arDistretto[34][1]=new Array();

			arDistretto[34][1][0]="054306";

			arDistretto[34][1][1]="FORLI - 054306";

			

		

		

	

		arDistretto[35]=new Array();

		

		

			arDistretto[35][0]=new Array();

			arDistretto[35][0][0]="0775178";

			arDistretto[35][0][1]="FROSINONE - 0775178";

			

		

			arDistretto[35][1]=new Array();

			arDistretto[35][1][0]="0776188";

			arDistretto[35][1][1]="CASSINO - 0776188";

			

		

		

	

		arDistretto[36]=new Array();

		

		

			arDistretto[36][0]=new Array();

			arDistretto[36][0][0]="0185192";

			arDistretto[36][0][1]="RAPALLO - 0185192";

			

		

			arDistretto[36][1]=new Array();

			arDistretto[36][1][0]="010993";

			arDistretto[36][1][1]="GENOVA - 010993";

			

		

		

	

		arDistretto[37]=new Array();

		

		

			arDistretto[37][0]=new Array();

			arDistretto[37][0][0]="048156";

			arDistretto[37][0][1]="GORIZIA - 048156";

			

		

		

	

		arDistretto[38]=new Array();

		

		

			arDistretto[38][0]=new Array();

			arDistretto[38][0][0]="0564185";

			arDistretto[38][0][1]="GROSSETO - 0564185";

			

		

			arDistretto[38][1]=new Array();

			arDistretto[38][1][0]="056622";

			arDistretto[38][1][1]="FOLLONICA - 056622";

			

		

		

	

		arDistretto[39]=new Array();

		

		

			arDistretto[39][0]=new Array();

			arDistretto[39][0][0]="018351";

			arDistretto[39][0][1]="IMPERIA - 018351";

			

		

			arDistretto[39][1]=new Array();

			arDistretto[39][1][0]="018477";

			arDistretto[39][1][1]="SANREMO - 018477";

			

		

		

	

		arDistretto[40]=new Array();

		

		

			arDistretto[40][0]=new Array();

			arDistretto[40][0][0]="086589";

			arDistretto[40][0][1]="ISERNIA - 086589";

			

		

		

	

		arDistretto[41]=new Array();

		

		

			arDistretto[41][0]=new Array();

			arDistretto[41][0][0]="086480";

			arDistretto[41][0][1]="SULMONA - 086480";

			

		

			arDistretto[41][1]=new Array();

			arDistretto[41][1][0]="086283";

			arDistretto[41][1][1]="L'AQUILA - 086283";

			

		

			arDistretto[41][2]=new Array();

			arDistretto[41][2][0]="0863196";

			arDistretto[41][2][1]="AVEZZANO - 0863196";

			

		

		

	

		arDistretto[42]=new Array();

		

		

			arDistretto[42][0]=new Array();

			arDistretto[42][0][0]="0187191";

			arDistretto[42][0][1]="LA SPEZIA - 0187191";

			

		

		

	

		arDistretto[43]=new Array();

		

		

			arDistretto[43][0]=new Array();

			arDistretto[43][0][0]="0771198";

			arDistretto[43][0][1]="FORMIA - 0771198";

			

		

			arDistretto[43][1]=new Array();

			arDistretto[43][1][0]="0773189";

			arDistretto[43][1][1]="LATINA - 0773189";

			

		

		

	

		arDistretto[44]=new Array();

		

		

			arDistretto[44][0]=new Array();

			arDistretto[44][0][0]="0833196";

			arDistretto[44][0][1]="GALLIPOLI - 0833196";

			

		

			arDistretto[44][1]=new Array();

			arDistretto[44][1][0]="083672";

			arDistretto[44][1][1]="MAGLIE - 083672";

			

		

			arDistretto[44][2]=new Array();

			arDistretto[44][2][0]="0832195";

			arDistretto[44][2][1]="LECCE - 0832195";

			

		

		

	

		arDistretto[45]=new Array();

		

		

			arDistretto[45][0]=new Array();

			arDistretto[45][0][0]="0341190";

			arDistretto[45][0][1]="LECCO - 0341190";

			

		

		

	

		arDistretto[46]=new Array();

		

		

			arDistretto[46][0]=new Array();

			arDistretto[46][0][0]="0565191";

			arDistretto[46][0][1]="PIOMBINO - 0565191";

			

		

			arDistretto[46][1]=new Array();

			arDistretto[46][1][0]="058602";

			arDistretto[46][1][1]="LIVORNO - 058602";

			

		

		

	

		arDistretto[47]=new Array();

		

		

			arDistretto[47][0]=new Array();

			arDistretto[47][0][0]="037768";

			arDistretto[47][0][1]="CODOGNO - 037768";

			

		

			arDistretto[47][1]=new Array();

			arDistretto[47][1][0]="037108";

			arDistretto[47][1][1]="LODI - 037108";

			

		

		

	

		arDistretto[48]=new Array();

		

		

			arDistretto[48][0]=new Array();

			arDistretto[48][0][0]="0584191";

			arDistretto[48][0][1]="VIAREGGIO - 0584191";

			

		

			arDistretto[48][1]=new Array();

			arDistretto[48][1][0]="0583181";

			arDistretto[48][1][1]="LUCCA - 0583181";

			

		

		

	

		arDistretto[49]=new Array();

		

		

			arDistretto[49][0]=new Array();

			arDistretto[49][0][0]="073787";

			arDistretto[49][0][1]="CAMERINO - 073787";

			

		

			arDistretto[49][1]=new Array();

			arDistretto[49][1][0]="073305";

			arDistretto[49][1][1]="MACERATA - 073305";

			

		

		

	

		arDistretto[50]=new Array();

		

		

			arDistretto[50][0]=new Array();

			arDistretto[50][0][0]="038690";

			arDistretto[50][0][1]="OSTIGLIA - 038690";

			

		

			arDistretto[50][1]=new Array();

			arDistretto[50][1][0]="0376183";

			arDistretto[50][1][1]="MANTOVA - 0376183";

			

		

		

	

		arDistretto[51]=new Array();

		

		

			arDistretto[51][0]=new Array();

			arDistretto[51][0][0]="058567";

			arDistretto[51][0][1]="MASSA - 058567";

			

		

		

	

		arDistretto[52]=new Array();

		

		

			arDistretto[52][0]=new Array();

			arDistretto[52][0][0]="083503";

			arDistretto[52][0][1]="MATERA - 083503";

			

		

		

	

		arDistretto[53]=new Array();

		

		

			arDistretto[53][0]=new Array();

			arDistretto[53][0][0]="094293";

			arDistretto[53][0][1]="TAORMINA - 094293";

			

		

			arDistretto[53][1]=new Array();

			arDistretto[53][1][0]="094194";

			arDistretto[53][1][1]="PATTI - 094194";

			

		

			arDistretto[53][2]=new Array();

			arDistretto[53][2][0]="090945";

			arDistretto[53][2][1]="MESSINA - 090945";

			

		

		

	

		arDistretto[54]=new Array();

		

		

			arDistretto[54][0]=new Array();

			arDistretto[54][0][0]="0362189";

			arDistretto[54][0][1]="SEREGNO - 0362189";

			

		

			arDistretto[54][1]=new Array();

			arDistretto[54][1][0]="039980";

			arDistretto[54][1][1]="MONZA - 039980";

			

		

			arDistretto[54][2]=new Array();

			arDistretto[54][2][0]="028997";

			arDistretto[54][2][1]="MILANO - 028997";

			

		

		

	

		arDistretto[55]=new Array();

		

		

			arDistretto[55][0]=new Array();

			arDistretto[55][0][0]="053605";

			arDistretto[55][0][1]="SASSUOLO - 053605";

			

		

			arDistretto[55][1]=new Array();

			arDistretto[55][1][0]="053507";

			arDistretto[55][1][1]="MIRANDOLA - 053507";

			

		

			arDistretto[55][2]=new Array();

			arDistretto[55][2][0]="059960";

			arDistretto[55][2][1]="MODENA - 059960";

			

		

		

	

		arDistretto[56]=new Array();

		

		

			arDistretto[56][0]=new Array();

			arDistretto[56][0][0]="0811996";

			arDistretto[56][0][1]="NAPOLI - 0811996";

			

		

		

	

		arDistretto[57]=new Array();

		

		

			arDistretto[57][0]=new Array();

			arDistretto[57][0][0]="0321188";

			arDistretto[57][0][1]="NOVARA  - 0321188";

			

		

			arDistretto[57][1]=new Array();

			arDistretto[57][1][0]="032227";

			arDistretto[57][1][1]="ARONA - 032227";

			

		

		

	

		arDistretto[58]=new Array();

		

		

			arDistretto[58][0]=new Array();

			arDistretto[58][0][0]="0784192";

			arDistretto[58][0][1]="NUORO - 0784192";

			

		

			arDistretto[58][1]=new Array();

			arDistretto[58][1][0]="078595";

			arDistretto[58][1][1]="MACOMER - 078595";

			

		

			arDistretto[58][2]=new Array();

			arDistretto[58][2][0]="078263";

			arDistretto[58][2][1]="LANUSEI - 078263";

			

		

		

	

		arDistretto[59]=new Array();

		

		

			arDistretto[59][0]=new Array();

			arDistretto[59][0][0]="078308";

			arDistretto[59][0][1]="ORISTANO - 078308";

			

		

		

	

		arDistretto[60]=new Array();

		

		

			arDistretto[60][0]=new Array();

			arDistretto[60][0][0]="0429184";

			arDistretto[60][0][1]="ESTE - 0429184";

			

		

			arDistretto[60][1]=new Array();

			arDistretto[60][1][0]="049917";

			arDistretto[60][1][1]="PADOVA - 049917";

			

		

		

	

		arDistretto[61]=new Array();

		

		

			arDistretto[61][0]=new Array();

			arDistretto[61][0][0]="091849";

			arDistretto[61][0][1]="PALERMO - 091849";

			

		

			arDistretto[61][1]=new Array();

			arDistretto[61][1][0]="092185";

			arDistretto[61][1][1]="CEFALU - 092185";

			

		

		

	

		arDistretto[62]=new Array();

		

		

			arDistretto[62][0]=new Array();

			arDistretto[62][0][0]="052479";

			arDistretto[62][0][1]="FIDENZA - 052479";

			

		

			arDistretto[62][1]=new Array();

			arDistretto[62][1][0]="0521195";

			arDistretto[62][1][1]="PARMA - 0521195";

			

		

			arDistretto[62][2]=new Array();

			arDistretto[62][2][0]="052509";

			arDistretto[62][2][1]="FORNOVO DI TARO - 052509";

			

		

		

	

		arDistretto[63]=new Array();

		

		

			arDistretto[63][0]=new Array();

			arDistretto[63][0][0]="0382192";

			arDistretto[63][0][1]="PAVIA - 0382192";

			

		

			arDistretto[63][1]=new Array();

			arDistretto[63][1][0]="038589";

			arDistretto[63][1][1]="STRADELLA - 038589";

			

		

			arDistretto[63][2]=new Array();

			arDistretto[63][2][0]="038194";

			arDistretto[63][2][1]="VIGEVANO - 038194";

			

		

			arDistretto[63][3]=new Array();

			arDistretto[63][3][0]="038495";

			arDistretto[63][3][1]="MORTARA - 038495";

			

		

			arDistretto[63][4]=new Array();

			arDistretto[63][4][0]="038326";

			arDistretto[63][4][1]="VOGHERA - 038326";

			

		

		

	

		arDistretto[64]=new Array();

		

		

			arDistretto[64][0]=new Array();

			arDistretto[64][0][0]="074286";

			arDistretto[64][0][1]="FOLIGNO - 074286";

			

		

			arDistretto[64][1]=new Array();

			arDistretto[64][1][0]="075989";

			arDistretto[64][1][1]="PERUGIA - 075989";

			

		

			arDistretto[64][2]=new Array();

			arDistretto[64][2][0]="074388";

			arDistretto[64][2][1]="SPOLETO - 074388";

			

		

		

	

		arDistretto[65]=new Array();

		

		

			arDistretto[65][0]=new Array();

			arDistretto[65][0][0]="072295";

			arDistretto[65][0][1]="URBINO - 072295";

			

		

			arDistretto[65][1]=new Array();

			arDistretto[65][1][0]="0721187";

			arDistretto[65][1][1]="PESARO - 0721187";

			

		

		

	

		arDistretto[66]=new Array();

		

		

			arDistretto[66][0]=new Array();

			arDistretto[66][0][0]="085926";

			arDistretto[66][0][1]="PESCARA - 085926";

			

		

		

	

		arDistretto[67]=new Array();

		

		

			arDistretto[67][0]=new Array();

			arDistretto[67][0][0]="0523191";

			arDistretto[67][0][1]="PIACENZA - 0523191";

			

		

		

	

		arDistretto[68]=new Array();

		

		

			arDistretto[68][0]=new Array();

			arDistretto[68][0][0]="058777";

			arDistretto[68][0][1]="PONTEDERA - 058777";

			

		

			arDistretto[68][1]=new Array();

			arDistretto[68][1][0]="058846";

			arDistretto[68][1][1]="VOLTERRA - 058846";

			

		

			arDistretto[68][2]=new Array();

			arDistretto[68][2][0]="050896";

			arDistretto[68][2][1]="PISA - 050896";

			

		

		

	

		arDistretto[69]=new Array();

		

		

			arDistretto[69][0]=new Array();

			arDistretto[69][0][0]="057286";

			arDistretto[69][0][1]="MONTECATINI TERME - 057286";

			

		

			arDistretto[69][1]=new Array();

			arDistretto[69][1][0]="0573183";

			arDistretto[69][1][1]="PISTOIA - 0573183";

			

		

		

	

		arDistretto[70]=new Array();

		

		

			arDistretto[70][0]=new Array();

			arDistretto[70][0][0]="042768";

			arDistretto[70][0][1]="SPILIMBERGO - 042768";

			

		

			arDistretto[70][1]=new Array();

			arDistretto[70][1][0]="0434187";

			arDistretto[70][1][1]="PORDENONE - 0434187";

			

		

		

	

		arDistretto[71]=new Array();

		

		

			arDistretto[71][0]=new Array();

			arDistretto[71][0][0]="097262";

			arDistretto[71][0][1]="MELFI - 097262";

			

		

			arDistretto[71][1]=new Array();

			arDistretto[71][1][0]="0971196";

			arDistretto[71][1][1]="POTENZA - 0971196";

			

		

			arDistretto[71][2]=new Array();

			arDistretto[71][2][0]="097390";

			arDistretto[71][2][1]="LAGONEGRO - 097390";

			

		

			arDistretto[71][3]=new Array();

			arDistretto[71][3][0]="097693";

			arDistretto[71][3][1]="MURO LUCANO - 097693";

			

		

		

	

		arDistretto[72]=new Array();

		

		

			arDistretto[72][0]=new Array();

			arDistretto[72][0][0]="0574196";

			arDistretto[72][0][1]="PRATO - 0574196";

			

		

		

	

		arDistretto[73]=new Array();

		

		

			arDistretto[73][0]=new Array();

			arDistretto[73][0][0]="093207";

			arDistretto[73][0][1]="RAGUSA - 093207";

			

		

		

	

		arDistretto[74]=new Array();

		

		

			arDistretto[74][0]=new Array();

			arDistretto[74][0][0]="0544197";

			arDistretto[74][0][1]="RAVENNA - 0544197";

			

		

			arDistretto[74][1]=new Array();

			arDistretto[74][1][0]="054566";

			arDistretto[74][1][1]="LUGO - 054566";

			

		

			arDistretto[74][2]=new Array();

			arDistretto[74][2][0]="054696";

			arDistretto[74][2][1]="FAENZA - 054696";

			

		

		

	

		arDistretto[75]=new Array();

		

		

			arDistretto[75][0]=new Array();

			arDistretto[75][0][0]="0965199";

			arDistretto[75][0][1]="REGGIO DI CALABRIA - 0965199";

			

		

			arDistretto[75][1]=new Array();

			arDistretto[75][1][0]="096427";

			arDistretto[75][1][1]="LOCRI - 096427";

			

		

			arDistretto[75][2]=new Array();

			arDistretto[75][2][0]="096684";

			arDistretto[75][2][1]="PALMI - 096684";

			

		

		

	

		arDistretto[76]=new Array();

		

		

			arDistretto[76][0]=new Array();

			arDistretto[76][0][0]="0522185";

			arDistretto[76][0][1]="REGGIO NELL'EMILIA - 0522185";

			

		

		

	

		arDistretto[77]=new Array();

		

		

			arDistretto[77][0]=new Array();

			arDistretto[77][0][0]="076528";

			arDistretto[77][0][1]="POGGIO MIRTETO - 076528";

			

		

			arDistretto[77][1]=new Array();

			arDistretto[77][1][0]="0746190";

			arDistretto[77][1][1]="RIETI - 0746190";

			

		

		

	

		arDistretto[78]=new Array();

		

		

			arDistretto[78][0]=new Array();

			arDistretto[78][0][0]="0541188";

			arDistretto[78][0][1]="RIMINI - 0541188";

			

		

		

	

		arDistretto[79]=new Array();

		

		

			arDistretto[79][0]=new Array();

			arDistretto[79][0][0]="076641";

			arDistretto[79][0][1]="CIVITAVECCHIA - 076641";

			

		

			arDistretto[79][1]=new Array();

			arDistretto[79][1][0]="066071";

			arDistretto[79][1][1]="ROMA - 066071";

			

		

			arDistretto[79][2]=new Array();

			arDistretto[79][2][0]="077491";

			arDistretto[79][2][1]="TIVOLI - 077491";

			

		

		

	

		arDistretto[80]=new Array();

		

		

			arDistretto[80][0]=new Array();

			arDistretto[80][0][0]="0425182";

			arDistretto[80][0][1]="ROVIGO - 0425182";

			

		

			arDistretto[80][1]=new Array();

			arDistretto[80][1][0]="042675";

			arDistretto[80][1][1]="ADRIA - 042675";

			

		

		

	

		arDistretto[81]=new Array();

		

		

			arDistretto[81][0]=new Array();

			arDistretto[81][0][0]="097404";

			arDistretto[81][0][1]="VALLO DELLA LUCANIA - 097404";

			

		

			arDistretto[81][1]=new Array();

			arDistretto[81][1][0]="089989";

			arDistretto[81][1][1]="SALERNO - 089989";

			

		

			arDistretto[81][2]=new Array();

			arDistretto[81][2][0]="097562";

			arDistretto[81][2][1]="SALA CONSILINA - 097562";

			

		

			arDistretto[81][3]=new Array();

			arDistretto[81][3][0]="0828198";

			arDistretto[81][3][1]="BATTIPAGLIA - 0828198";

			

		

		

	

		arDistretto[82]=new Array();

		

		

			arDistretto[82][0]=new Array();

			arDistretto[82][0][0]="0789195";

			arDistretto[82][0][1]="OLBIA - 0789195";

			

		

			arDistretto[82][1]=new Array();

			arDistretto[82][1][0]="079968";

			arDistretto[82][1][1]="SASSARI - 079968";

			

		

		

	

		arDistretto[83]=new Array();

		

		

			arDistretto[83][0]=new Array();

			arDistretto[83][0][0]="018229";

			arDistretto[83][0][1]="ALBENGA - 018229";

			

		

			arDistretto[83][1]=new Array();

			arDistretto[83][1][0]="019996";

			arDistretto[83][1][1]="SAVONA - 019996";

			

		

		

	

		arDistretto[84]=new Array();

		

		

			arDistretto[84][0]=new Array();

			arDistretto[84][0][0]="0577175";

			arDistretto[84][0][1]="SIENA - 0577175";

			

		

			arDistretto[84][1]=new Array();

			arDistretto[84][1][0]="057887";

			arDistretto[84][1][1]="CHIANCIANO DEL TERME - 057887";

			

		

		

	

		arDistretto[85]=new Array();

		

		

			arDistretto[85][0]=new Array();

			arDistretto[85][0][0]="0931192";

			arDistretto[85][0][1]="SIRACUSA - 0931192";

			

		

		

	

		arDistretto[86]=new Array();

		

		

			arDistretto[86][0]=new Array();

			arDistretto[86][0][0]="034204";

			arDistretto[86][0][1]="SONDRIO - 034204";

			

		

			arDistretto[86][1]=new Array();

			arDistretto[86][1][0]="034392";

			arDistretto[86][1][1]="CHIAVENNA - 034392";

			

		

		

	

		arDistretto[87]=new Array();

		

		

			arDistretto[87][0]=new Array();

			arDistretto[87][0][0]="099996";

			arDistretto[87][0][1]="TARANTO - 099996";

			

		

		

	

		arDistretto[88]=new Array();

		

		

			arDistretto[88][0]=new Array();

			arDistretto[88][0][0]="0861197";

			arDistretto[88][0][1]="TERAMO - 0861197";

			

		

		

	

		arDistretto[89]=new Array();

		

		

			arDistretto[89][0]=new Array();

			arDistretto[89][0][0]="076398";

			arDistretto[89][0][1]="ORVIETO - 076398";

			

		

			arDistretto[89][1]=new Array();

			arDistretto[89][1][0]="074434";

			arDistretto[89][1][1]="TERNI - 074434";

			

		

		

	

		arDistretto[90]=new Array();

		

		

			arDistretto[90][0]=new Array();

			arDistretto[90][0][0]="012497";

			arDistretto[90][0][1]="RIVAROLO CAVANESE - 012497";

			

		

			arDistretto[90][1]=new Array();

			arDistretto[90][1][0]="012532";

			arDistretto[90][1][1]="IVREA - 012532";

			

		

			arDistretto[90][2]=new Array();

			arDistretto[90][2][0]="012294";

			arDistretto[90][2][1]="SUSA - 012294";

			

		

			arDistretto[90][3]=new Array();

			arDistretto[90][3][0]="011094";

			arDistretto[90][3][1]="TORINO - 011094";

			

		

			arDistretto[90][4]=new Array();

			arDistretto[90][4][0]="012397";

			arDistretto[90][4][1]="LANZO TORINESE - 012397";

			

		

			arDistretto[90][5]=new Array();

			arDistretto[90][5][0]="012198";

			arDistretto[90][5][1]="PINEROLO - 012198";

			

		

		

	

		arDistretto[91]=new Array();

		

		

			arDistretto[91][0]=new Array();

			arDistretto[91][0][0]="0924198";

			arDistretto[91][0][1]="ALCAMO - 0924198";

			

		

			arDistretto[91][1]=new Array();

			arDistretto[91][1][0]="092301";

			arDistretto[91][1][1]="TRAPANI - 092301";

			

		

		

	

		arDistretto[92]=new Array();

		

		

			arDistretto[92][0]=new Array();

			arDistretto[92][0][0]="046392";

			arDistretto[92][0][1]="CLES - 046392";

			

		

			arDistretto[92][1]=new Array();

			arDistretto[92][1][0]="046295";

			arDistretto[92][1][1]="CAVALESE - 046295";

			

		

			arDistretto[92][2]=new Array();

			arDistretto[92][2][0]="046598";

			arDistretto[92][2][1]="TIONE DI TRENTO - 046598";

			

		

			arDistretto[92][3]=new Array();

			arDistretto[92][3][0]="046495";

			arDistretto[92][3][1]="ROVERETO - 046495";

			

		

			arDistretto[92][4]=new Array();

			arDistretto[92][4][0]="0461187";

			arDistretto[92][4][1]="TRENTO - 0461187";

			

		

		

	

		arDistretto[93]=new Array();

		

		

			arDistretto[93][0]=new Array();

			arDistretto[93][0][0]="0438192";

			arDistretto[93][0][1]="CONEGLIANO - 0438192";

			

		

			arDistretto[93][1]=new Array();

			arDistretto[93][1][0]="0422181";

			arDistretto[93][1][1]="TREVISO - 0422181";

			

		

			arDistretto[93][2]=new Array();

			arDistretto[93][2][0]="042388";

			arDistretto[93][2][1]="MONTEBELLUNA - 042388";

			

		

		

	

		arDistretto[94]=new Array();

		

		

			arDistretto[94][0]=new Array();

			arDistretto[94][0][0]="040994";

			arDistretto[94][0][1]="TRIESTE - 040994";

			

		

		

	

		arDistretto[95]=new Array();

		

		

			arDistretto[95][0]=new Array();

			arDistretto[95][0][0]="043390";

			arDistretto[95][0][1]="TOLMEZZO - 043390";

			

		

			arDistretto[95][1]=new Array();

			arDistretto[95][1][0]="0432187";

			arDistretto[95][1][1]="UDINE - 0432187";

			

		

			arDistretto[95][2]=new Array();

			arDistretto[95][2][0]="042892";

			arDistretto[95][2][1]="TARVISIO - 042892";

			

		

			arDistretto[95][3]=new Array();

			arDistretto[95][3][0]="043146";

			arDistretto[95][3][1]="CERVIGNOLA DEL FRIULI - 043146";

			

		

		

	

		arDistretto[96]=new Array();

		

		

			arDistretto[96][0]=new Array();

			arDistretto[96][0][0]="0332187";

			arDistretto[96][0][1]="VARESE - 0332187";

			

		

			arDistretto[96][1]=new Array();

			arDistretto[96][1][0]="0331184";

			arDistretto[96][1][1]="BUSTO ARSIZIO - 0331184";

			

		

		

	

		arDistretto[97]=new Array();

		

		

			arDistretto[97][0]=new Array();

			arDistretto[97][0][0]="0421190";

			arDistretto[97][0][1]="S.DONA' DEL PIAVE - 0421190";

			

		

			arDistretto[97][1]=new Array();

			arDistretto[97][1][0]="041878";

			arDistretto[97][1][1]="VENEZIA (MESTRE) - 041878";

			

		

		

	

		arDistretto[98]=new Array();

		

		

			arDistretto[98][0]=new Array();

			arDistretto[98][0][0]="032491";

			arDistretto[98][0][1]="DOMODOSSOLA - 032491";

			

		

			arDistretto[98][1]=new Array();

			arDistretto[98][1][0]="032338";

			arDistretto[98][1][1]="BAVENO - 032338";

			

		

		

	

		arDistretto[99]=new Array();

		

		

			arDistretto[99][0]=new Array();

			arDistretto[99][0][0]="016334";

			arDistretto[99][0][1]="BORGOSESIA - 016334";

			

		

			arDistretto[99][1]=new Array();

			arDistretto[99][1][0]="0161191";

			arDistretto[99][1][1]="VERCELLI - 0161191";

			

		

		

	

		arDistretto[100]=new Array();

		

		

			arDistretto[100][0]=new Array();

			arDistretto[100][0][0]="0442196";

			arDistretto[100][0][1]="LEGNAGO - 0442196";

			

		

			arDistretto[100][1]=new Array();

			arDistretto[100][1][0]="045968";

			arDistretto[100][1][1]="VERONA - 045968";

			

		

		

	

		arDistretto[101]=new Array();

		

		

			arDistretto[101][0]=new Array();

			arDistretto[101][0][0]="096390";

			arDistretto[101][0][1]="VIBO VALENTINA - 096390";

			

		

		

	

		arDistretto[102]=new Array();

		

		

			arDistretto[102][0]=new Array();

			arDistretto[102][0][0]="0445195";

			arDistretto[102][0][1]="SCHIO - 0445195";

			

		

			arDistretto[102][1]=new Array();

			arDistretto[102][1][0]="0444176";

			arDistretto[102][1][1]="VICENZA - 0444176";

			

		

			arDistretto[102][2]=new Array();

			arDistretto[102][2][0]="0424188";

			arDistretto[102][2][1]="BASSANO DEL GRAPPA - 0424188";

			

		

		

	

		arDistretto[103]=new Array();

		

		

			arDistretto[103][0]=new Array();

			arDistretto[103][0][0]="0761188";

			arDistretto[103][0][1]="VITERBO - 0761188";