function riempiricerca(){
document.custom.selcosa.options.length = 0;
document.custom.selcosa.options[0]=new Option( 'scegli la regione', '0' );
document.custom.selcosa.options[2]=new Option( 'Abruzzo', 'RI13' );
document.custom.selcosa.options[3]=new Option( 'Calabria', 'RI18' );
document.custom.selcosa.options[4]=new Option( 'Campania', 'RI15' );
document.custom.selcosa.options[5]=new Option( 'Emilia Romagna', 'RI8' );
document.custom.selcosa.options[6]=new Option( 'Friuli Venezia Giulia', 'RI7' );
document.custom.selcosa.options[7]=new Option( 'Lazio', 'RI12' );
document.custom.selcosa.options[8]=new Option( 'Liguria', 'RI3' );
document.custom.selcosa.options[9]=new Option( 'Lombardia', 'RI4' );
document.custom.selcosa.options[10]=new Option( 'Marche', 'RI10' );
document.custom.selcosa.options[11]=new Option( 'Molise', 'RI14' );
document.custom.selcosa.options[12]=new Option( 'Piemonte', 'RI1' );
document.custom.selcosa.options[13]=new Option( 'Puglia', 'RI16' );
document.custom.selcosa.options[14]=new Option( 'Sardegna', 'RI20' );
document.custom.selcosa.options[15]=new Option( 'Sicilia', 'RI19' );
document.custom.selcosa.options[16]=new Option( 'Toscana', 'RI9' );
document.custom.selcosa.options[17]=new Option( 'Trentino Alto Adige', 'RI5' );
document.custom.selcosa.options[18]=new Option( 'Umbria', 'RI11' );
document.custom.selcosa.options[19]=new Option( 'Valle D Aosta', 'RI2' );
document.custom.selcosa.options[20]=new Option( 'Veneto', 'RI6' );
}

function trovaricerca(){
a=document.custom.selcosa.selectedIndex
b=document.custom.selcosa.options[a].value
if (b=="RI13"){
RI13()
}
if (b=="RI18"){
RI18()
}
if (b=="RI15"){
RI15()
}
if (b=="RI8"){
RI8()
}
if (b=="RI7"){
RI7()
}
if (b=="RI12"){
RI12()
}
if (b=="RI3"){
RI3()
}
if (b=="RI4"){
RI4()
}
if (b=="RI10"){
RI10()
}
if (b=="RI14"){
RI14()
}
if (b=="RI1"){
RI1()
}
if (b=="RI16"){
RI16()
}
if (b=="RI20"){
RI20()
}
if (b=="RI19"){
RI19()
}
if (b=="RI9"){
RI9()
}
if (b=="RI5"){
RI5()
}
if (b=="RI11"){
RI11()
}
if (b=="RI2"){
RI2()
}
if (b=="RI6"){
RI6()
}
}


function RI13(){
document.custom.city.options.length = 0;
document.custom.city.options[0]=new Option( 'scegli la cittą', '0' );
document.custom.city.options[1]=new Option( 'Teramo  (TE)', 'RI_L103' );
}

function RI18(){
document.custom.city.options.length = 0;
document.custom.city.options[0]=new Option( 'scegli la cittą', '0' );
document.custom.city.options[1]=new Option( 'Cosenza  (CS)', 'RI_D086' );
document.custom.city.options[2]=new Option( 'Lamezia Terme  (CZ)', 'RI_M208' );
document.custom.city.options[3]=new Option( 'Reggio Di Calabria  (RC)', 'RI_H224' );
document.custom.city.options[4]=new Option( 'Scilla  (RC)', 'RI_I537' );
document.custom.city.options[5]=new Option( 'Villa San Giovanni  (RC)', 'RI_M018' );
}

function RI15(){
document.custom.city.options.length = 0;
document.custom.city.options[0]=new Option( 'scegli la cittą', '0' );
document.custom.city.options[1]=new Option( 'Napoli  (NA)', 'RI_F839' );
document.custom.city.options[2]=new Option( 'Nola  (NA)', 'RI_F924' );
document.custom.city.options[3]=new Option( 'Pompei  (NA)', 'RI_G813' );
document.custom.city.options[4]=new Option( 'Pozzuoli  (NA)', 'RI_G964' );
document.custom.city.options[5]=new Option( 'Sorrento  (NA)', 'RI_I862' );
}

function RI8(){
document.custom.city.options.length = 0;
document.custom.city.options[0]=new Option( 'scegli la cittą', '0' );
document.custom.city.options[1]=new Option( 'Anzola Dell Emilia  (BO)', 'RI_A324' );
document.custom.city.options[2]=new Option( 'Bologna  (BO)', 'RI_A944' );
document.custom.city.options[3]=new Option( 'Campogalliano  (MO)', 'RI_B539' );
document.custom.city.options[4]=new Option( 'Castel San Pietro Terme  (BO)', 'RI_C265' );
document.custom.city.options[5]=new Option( 'Correggio  (RE)', 'RI_D037' );
document.custom.city.options[6]=new Option( 'Ferrara  (FE)', 'RI_D548' );
document.custom.city.options[7]=new Option( 'Granarolo Dell Emilia  (BO)', 'RI_E136' );
document.custom.city.options[8]=new Option( 'Imola  (BO)', 'RI_E289' );
document.custom.city.options[9]=new Option( 'Salsomaggiore Terme  (PR)', 'RI_H720' );
document.custom.city.options[10]=new Option( 'San Marino  (RN)', 'RI_Z086' );
document.custom.city.options[11]=new Option( 'Tabiano Terme  (PR)', 'RI_Z075' );
document.custom.city.options[12]=new Option( 'Vignola  (MO)', 'RI_L885' );
}

function RI7(){
document.custom.city.options.length = 0;
document.custom.city.options[0]=new Option( 'scegli la cittą', '0' );
document.custom.city.options[1]=new Option( 'Codroipo  (UD)', 'RI_C817' );
document.custom.city.options[2]=new Option( 'Gorizia  (GO)', 'RI_E098' );
document.custom.city.options[3]=new Option( 'Monfalcone  (GO)', 'RI_F356' );
document.custom.city.options[4]=new Option( 'Trieste  (TS)', 'RI_L424' );
}

function RI12(){
document.custom.city.options.length = 0;
document.custom.city.options[0]=new Option( 'scegli la cittą', '0' );
document.custom.city.options[1]=new Option( 'Cassino  (FR)', 'RI_C034' );
document.custom.city.options[2]=new Option( 'Civitavecchia  (RM)', 'RI_C773' );
document.custom.city.options[3]=new Option( 'Fiuggi  (FR)', 'RI_A310' );
document.custom.city.options[4]=new Option( 'Grottaferrata  (RM)', 'RI_E204' );
document.custom.city.options[5]=new Option( 'Rieti  (RI)', 'RI_H282' );
document.custom.city.options[6]=new Option( 'Roma  (RM)', 'RI_H501' );
document.custom.city.options[7]=new Option( 'Tivoli  (RM)', 'RI_L182' );
document.custom.city.options[8]=new Option( 'Velletri  (RM)', 'RI_L719' );
document.custom.city.options[9]=new Option( 'Vitorchiano  (VT)', 'RI_M086' );
}

function RI3(){
document.custom.city.options.length = 0;
document.custom.city.options[0]=new Option( 'scegli la cittą', '0' );
document.custom.city.options[1]=new Option( 'Genova  (GE)', 'RI_D969' );
document.custom.city.options[2]=new Option( 'Savona  (SV)', 'RI_I480' );
}

function RI4(){
document.custom.city.options.length = 0;
document.custom.city.options[0]=new Option( 'scegli la cittą', '0' );
document.custom.city.options[1]=new Option( 'Bergamo  (BG)', 'RI_A794' );
document.custom.city.options[2]=new Option( 'Brescia  (BS)', 'RI_B157' );
document.custom.city.options[3]=new Option( 'Gerenzano  (VA)', 'RI_D981' );
document.custom.city.options[4]=new Option( 'Lecco  (LC)', 'RI_E507' );
document.custom.city.options[5]=new Option( 'Legnano  (MI)', 'RI_E514' );
document.custom.city.options[6]=new Option( 'Mantova  (MN)', 'RI_E897' );
document.custom.city.options[7]=new Option( 'Milano  (MI)', 'RI_F205' );
document.custom.city.options[8]=new Option( 'Novate Milanese  (MI)', 'RI_F955' );
document.custom.city.options[9]=new Option( 'Peschiera Borromeo  (MI)', 'RI_G488' );
document.custom.city.options[10]=new Option( 'Sesto San Giovanni  (MI)', 'RI_I690' );
document.custom.city.options[11]=new Option( 'Varese  (VA)', 'RI_L682' );
}

function RI10(){
document.custom.city.options.length = 0;
document.custom.city.options[0]=new Option( 'scegli la cittą', '0' );
document.custom.city.options[1]=new Option( 'Ascoli Piceno  (AP)', 'RI_A462' );
document.custom.city.options[2]=new Option( 'Jesi  (AN)', 'RI_E388' );
document.custom.city.options[3]=new Option( 'Osimo  (AN)', 'RI_G157' );
}

function RI14(){
document.custom.city.options.length = 0;
document.custom.city.options[0]=new Option( 'scegli la cittą', '0' );
document.custom.city.options[1]=new Option( 'Campobasso  (CB)', 'RI_B519' );
}

function RI1(){
document.custom.city.options.length = 0;
document.custom.city.options[0]=new Option( 'scegli la cittą', '0' );
document.custom.city.options[1]=new Option( 'Fossano  (CN)', 'RI_D742' );
document.custom.city.options[2]=new Option( 'Mondovi  (CN)', 'RI_F351' );
document.custom.city.options[3]=new Option( 'Novara  (NO)', 'RI_F952' );
document.custom.city.options[4]=new Option( 'Settimo Torinese  (TO)', 'RI_I703' );
document.custom.city.options[5]=new Option( 'Torino  (TO)', 'RI_L219' );
}

function RI16(){
document.custom.city.options.length = 0;
document.custom.city.options[0]=new Option( 'scegli la cittą', '0' );
document.custom.city.options[1]=new Option( 'Castellana Grotte  (BA)', 'RI_C134' );
document.custom.city.options[2]=new Option( 'Conversano  (BA)', 'RI_C975' );
document.custom.city.options[3]=new Option( 'Copertino  (LE)', 'RI_C978' );
document.custom.city.options[4]=new Option( 'Gioia Del Colle  (BA)', 'RI_E038' );
document.custom.city.options[5]=new Option( 'Lecce  (LE)', 'RI_E506' );
document.custom.city.options[6]=new Option( 'Martano  (LE)', 'RI_E979' );
document.custom.city.options[7]=new Option( 'Martina Franca  (TA)', 'RI_E986' );
document.custom.city.options[8]=new Option( 'Ostuni  (BR)', 'RI_G187' );
document.custom.city.options[9]=new Option( 'San Giovanni Rotondo  (FG)', 'RI_H926' );
document.custom.city.options[10]=new Option( 'Taranto  (TA)', 'RI_L049' );
document.custom.city.options[11]=new Option( 'Ugento  (LE)', 'RI_L484' );
}

function RI20(){
document.custom.city.options.length = 0;
document.custom.city.options[0]=new Option( 'scegli la cittą', '0' );
document.custom.city.options[1]=new Option( 'Alghero  (SS)', 'RI_A192' );
document.custom.city.options[2]=new Option( 'Cagliari  (CA)', 'RI_B354' );
document.custom.city.options[3]=new Option( 'Olbia  (OT)', 'RI_G015' );
document.custom.city.options[4]=new Option( 'Oristano  (OR)', 'RI_G113' );
document.custom.city.options[5]=new Option( 'San Sperate  (CA)', 'RI_I166' );
document.custom.city.options[6]=new Option( 'San Teodoro  (OT)', 'RI_I329' );
document.custom.city.options[7]=new Option( 'Sant Antioco  (CI)', 'RI_I294' );
document.custom.city.options[8]=new Option( 'Tortoli  (OG)', 'RI_A355' );
}

function RI19(){
document.custom.city.options.length = 0;
document.custom.city.options[0]=new Option( 'scegli la cittą', '0' );
document.custom.city.options[1]=new Option( 'Agrigento  (AG)', 'RI_A089' );
document.custom.city.options[2]=new Option( 'Belpasso  (CT)', 'RI_A766' );
document.custom.city.options[3]=new Option( 'Caltagirone  (CT)', 'RI_B428' );
document.custom.city.options[4]=new Option( 'Caltanissetta  (CL)', 'RI_B429' );
document.custom.city.options[5]=new Option( 'Catania  (CT)', 'RI_C351' );
document.custom.city.options[6]=new Option( 'Misterbianco  (CT)', 'RI_F250' );
document.custom.city.options[7]=new Option( 'Noto  (SR)', 'RI_F943' );
document.custom.city.options[8]=new Option( 'Palermo  (PA)', 'RI_G273' );
document.custom.city.options[9]=new Option( 'Ragusa  (RG)', 'RI_H163' );
document.custom.city.options[10]=new Option( 'Siracusa  (SR)', 'RI_I754' );
document.custom.city.options[11]=new Option( 'Trapani  (TP)', 'RI_L331' );
document.custom.city.options[12]=new Option( 'Villafranca Tirrena  (ME)', 'RI_L950' );
}

function RI9(){
document.custom.city.options.length = 0;
document.custom.city.options[0]=new Option( 'scegli la cittą', '0' );
document.custom.city.options[1]=new Option( 'Arezzo  (AR)', 'RI_A390' );
document.custom.city.options[2]=new Option( 'Colle Di Val D Elsa  (SI)', 'RI_C847' );
document.custom.city.options[3]=new Option( 'Cortona  (AR)', 'RI_D077' );
document.custom.city.options[4]=new Option( 'Firenze  (FI)', 'RI_D612' );
document.custom.city.options[5]=new Option( 'Grosseto  (GR)', 'RI_E202' );
document.custom.city.options[6]=new Option( 'Lucca  (LU)', 'RI_E715' );
document.custom.city.options[7]=new Option( 'Montale  (PT)', 'RI_F410' );
document.custom.city.options[8]=new Option( 'Monte San Savino  (AR)', 'RI_F628' );
document.custom.city.options[9]=new Option( 'Montepulciano  (SI)', 'RI_F592' );
document.custom.city.options[10]=new Option( 'Orbetello  (GR)', 'RI_G088' );
document.custom.city.options[11]=new Option( 'Pienza  (SI)', 'RI_G602' );
document.custom.city.options[12]=new Option( 'Pisa  (PI)', 'RI_G702' );
document.custom.city.options[13]=new Option( 'Pontassieve  (FI)', 'RI_G825' );
document.custom.city.options[14]=new Option( 'San Gimignano  (SI)', 'RI_H875' );
document.custom.city.options[15]=new Option( 'San Giuliano Terme  (PI)', 'RI_A562' );
document.custom.city.options[16]=new Option( 'Sesto Fiorentino  (FI)', 'RI_I684' );
document.custom.city.options[17]=new Option( 'Siena  (SI)', 'RI_I726' );
}

function RI5(){
document.custom.city.options.length = 0;
document.custom.city.options[0]=new Option( 'scegli la cittą', '0' );
document.custom.city.options[1]=new Option( 'Ala  (TN)', 'RI_A116' );
document.custom.city.options[2]=new Option( 'Mezzocorona  (TN)', 'RI_F183' );
}

function RI11(){
document.custom.city.options.length = 0;
document.custom.city.options[0]=new Option( 'scegli la cittą', '0' );
document.custom.city.options[1]=new Option( 'Assisi  (PG)', 'RI_A475' );
document.custom.city.options[2]=new Option( 'Citta Di Castello  (PG)', 'RI_C745' );
document.custom.city.options[3]=new Option( 'Foligno  (PG)', 'RI_D653' );
document.custom.city.options[4]=new Option( 'Orvieto  (TR)', 'RI_G148' );
document.custom.city.options[5]=new Option( 'Perugia  (PG)', 'RI_G478' );
document.custom.city.options[6]=new Option( 'Spello  (PG)', 'RI_I888' );
document.custom.city.options[7]=new Option( 'Spoleto  (PG)', 'RI_I921' );
document.custom.city.options[8]=new Option( 'Terni  (TR)', 'RI_L117' );
}

function RI2(){
document.custom.city.options.length = 0;
document.custom.city.options[0]=new Option( 'scegli la cittą', '0' );
document.custom.city.options[1]=new Option( 'Aosta  (AO)', 'RI_A326' );
}

function RI6(){
document.custom.city.options.length = 0;
document.custom.city.options[0]=new Option( 'scegli la cittą', '0' );
document.custom.city.options[1]=new Option( 'Abano Terme  (PD)', 'RI_A001' );
document.custom.city.options[2]=new Option( 'Bassano Del Grappa  (VI)', 'RI_A703' );
document.custom.city.options[3]=new Option( 'Cittadella  (PD)', 'RI_C743' );
document.custom.city.options[4]=new Option( 'Conegliano  (TV)', 'RI_C957' );
document.custom.city.options[5]=new Option( 'Limena  (PD)', 'RI_E592' );
document.custom.city.options[6]=new Option( 'Meduna Di Livenza  (TV)', 'RI_F088' );
document.custom.city.options[7]=new Option( 'Mestre  (VE)', 'RI_F159' );
document.custom.city.options[8]=new Option( 'Montecchio Maggiore  (VI)', 'RI_F464' );
document.custom.city.options[9]=new Option( 'Montegrotto Terme  (PD)', 'RI_F529' );
document.custom.city.options[10]=new Option( 'Noale  (VE)', 'RI_F904' );
document.custom.city.options[11]=new Option( 'Padova  (PD)', 'RI_G224' );
document.custom.city.options[12]=new Option( 'Portogruaro  (VE)', 'RI_G914' );
document.custom.city.options[13]=new Option( 'Rovigo  (RO)', 'RI_H620' );
document.custom.city.options[14]=new Option( 'Treviso  (TV)', 'RI_L407' );
document.custom.city.options[15]=new Option( 'Venezia  (VE)', 'RI_L736' );
document.custom.city.options[16]=new Option( 'Verona  (VR)', 'RI_L781' );
document.custom.city.options[17]=new Option( 'Villafranca Di Verona  (VR)', 'RI_L949' );
}

function trovacityRI(){
a=document.custom.city.selectedIndex
b=document.custom.city.options[a].value
if (b=="RI_A001"){
RI_A001()
}
if (b=="RI_A089"){
RI_A089()
}
if (b=="RI_A116"){
RI_A116()
}
if (b=="RI_A192"){
RI_A192()
}
if (b=="RI_A324"){
RI_A324()
}
if (b=="RI_A326"){
RI_A326()
}
if (b=="RI_A390"){
RI_A390()
}
if (b=="RI_A462"){
RI_A462()
}
if (b=="RI_A475"){
RI_A475()
}
if (b=="RI_A703"){
RI_A703()
}
if (b=="RI_A766"){
RI_A766()
}
if (b=="RI_A794"){
RI_A794()
}
if (b=="RI_A944"){
RI_A944()
}
if (b=="RI_B157"){
RI_B157()
}
if (b=="RI_B354"){
RI_B354()
}
if (b=="RI_B428"){
RI_B428()
}
if (b=="RI_B429"){
RI_B429()
}
if (b=="RI_B519"){
RI_B519()
}
if (b=="RI_B539"){
RI_B539()
}
if (b=="RI_C034"){
RI_C034()
}
if (b=="RI_C265"){
RI_C265()
}
if (b=="RI_C134"){
RI_C134()
}
if (b=="RI_C351"){
RI_C351()
}
if (b=="RI_C745"){
RI_C745()
}
if (b=="RI_C743"){
RI_C743()
}
if (b=="RI_C773"){
RI_C773()
}
if (b=="RI_C817"){
RI_C817()
}
if (b=="RI_C847"){
RI_C847()
}
if (b=="RI_C957"){
RI_C957()
}
if (b=="RI_C975"){
RI_C975()
}
if (b=="RI_C978"){
RI_C978()
}
if (b=="RI_D037"){
RI_D037()
}
if (b=="RI_D077"){
RI_D077()
}
if (b=="RI_D086"){
RI_D086()
}
if (b=="RI_D548"){
RI_D548()
}
if (b=="RI_D612"){
RI_D612()
}
if (b=="RI_A310"){
RI_A310()
}
if (b=="RI_D653"){
RI_D653()
}
if (b=="RI_D742"){
RI_D742()
}
if (b=="RI_D969"){
RI_D969()
}
if (b=="RI_D981"){
RI_D981()
}
if (b=="RI_E038"){
RI_E038()
}
if (b=="RI_E098"){
RI_E098()
}
if (b=="RI_E136"){
RI_E136()
}
if (b=="RI_E202"){
RI_E202()
}
if (b=="RI_E204"){
RI_E204()
}
if (b=="RI_E289"){
RI_E289()
}
if (b=="RI_E388"){
RI_E388()
}
if (b=="RI_M208"){
RI_M208()
}
if (b=="RI_E506"){
RI_E506()
}
if (b=="RI_E507"){
RI_E507()
}
if (b=="RI_E514"){
RI_E514()
}
if (b=="RI_E592"){
RI_E592()
}
if (b=="RI_E715"){
RI_E715()
}
if (b=="RI_E897"){
RI_E897()
}
if (b=="RI_E979"){
RI_E979()
}
if (b=="RI_E986"){
RI_E986()
}
if (b=="RI_F088"){
RI_F088()
}
if (b=="RI_F159"){
RI_F159()
}
if (b=="RI_F183"){
RI_F183()
}
if (b=="RI_F205"){
RI_F205()
}
if (b=="RI_F250"){
RI_F250()
}
if (b=="RI_F351"){
RI_F351()
}
if (b=="RI_F356"){
RI_F356()
}
if (b=="RI_F410"){
RI_F410()
}
if (b=="RI_F628"){
RI_F628()
}
if (b=="RI_F464"){
RI_F464()
}
if (b=="RI_F529"){
RI_F529()
}
if (b=="RI_F592"){
RI_F592()
}
if (b=="RI_F839"){
RI_F839()
}
if (b=="RI_F904"){
RI_F904()
}
if (b=="RI_F924"){
RI_F924()
}
if (b=="RI_F943"){
RI_F943()
}
if (b=="RI_F952"){
RI_F952()
}
if (b=="RI_F955"){
RI_F955()
}
if (b=="RI_G015"){
RI_G015()
}
if (b=="RI_G088"){
RI_G088()
}
if (b=="RI_G113"){
RI_G113()
}
if (b=="RI_G148"){
RI_G148()
}
if (b=="RI_G157"){
RI_G157()
}
if (b=="RI_G187"){
RI_G187()
}
if (b=="RI_G224"){
RI_G224()
}
if (b=="RI_G273"){
RI_G273()
}
if (b=="RI_G478"){
RI_G478()
}
if (b=="RI_G488"){
RI_G488()
}
if (b=="RI_G602"){
RI_G602()
}
if (b=="RI_G702"){
RI_G702()
}
if (b=="RI_G813"){
RI_G813()
}
if (b=="RI_G825"){
RI_G825()
}
if (b=="RI_G914"){
RI_G914()
}
if (b=="RI_G964"){
RI_G964()
}
if (b=="RI_H163"){
RI_H163()
}
if (b=="RI_H224"){
RI_H224()
}
if (b=="RI_H282"){
RI_H282()
}
if (b=="RI_H501"){
RI_H501()
}
if (b=="RI_H620"){
RI_H620()
}
if (b=="RI_H720"){
RI_H720()
}
if (b=="RI_H875"){
RI_H875()
}
if (b=="RI_H926"){
RI_H926()
}
if (b=="RI_A562"){
RI_A562()
}
if (b=="RI_Z086"){
RI_Z086()
}
if (b=="RI_I166"){
RI_I166()
}
if (b=="RI_I329"){
RI_I329()
}
if (b=="RI_I294"){
RI_I294()
}
if (b=="RI_I480"){
RI_I480()
}
if (b=="RI_I537"){
RI_I537()
}
if (b=="RI_I684"){
RI_I684()
}
if (b=="RI_I690"){
RI_I690()
}
if (b=="RI_I703"){
RI_I703()
}
if (b=="RI_I726"){
RI_I726()
}
if (b=="RI_I754"){
RI_I754()
}
if (b=="RI_I862"){
RI_I862()
}
if (b=="RI_I888"){
RI_I888()
}
if (b=="RI_I921"){
RI_I921()
}
if (b=="RI_Z075"){
RI_Z075()
}
if (b=="RI_L049"){
RI_L049()
}
if (b=="RI_L103"){
RI_L103()
}
if (b=="RI_L117"){
RI_L117()
}
if (b=="RI_L182"){
RI_L182()
}
if (b=="RI_L219"){
RI_L219()
}
if (b=="RI_A355"){
RI_A355()
}
if (b=="RI_L331"){
RI_L331()
}
if (b=="RI_L407"){
RI_L407()
}
if (b=="RI_L424"){
RI_L424()
}
if (b=="RI_L484"){
RI_L484()
}
if (b=="RI_L682"){
RI_L682()
}
if (b=="RI_L719"){
RI_L719()
}
if (b=="RI_L736"){
RI_L736()
}
if (b=="RI_L781"){
RI_L781()
}
if (b=="RI_L885"){
RI_L885()
}
if (b=="RI_M018"){
RI_M018()
}
if (b=="RI_L949"){
RI_L949()
}
if (b=="RI_L950"){
RI_L950()
}
if (b=="RI_M086"){
RI_M086()
}
}


function RI_A001(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-abanoterme.html' );
document.custom.type.options[2]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-abanoterme.html' );
document.custom.type.options[3]=new Option( 'Hotels 5 stelle', 'it/hotels5stelle-abanoterme.html' );
}

function RI_A089(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Agriturismo', 'it/agriturismo-agrigento.html' );
document.custom.type.options[2]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-agrigento.html' );
document.custom.type.options[3]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-agrigento.html' );
}

function RI_A116(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-ala.html' );
}

function RI_A192(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-alghero.html' );
document.custom.type.options[2]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-alghero.html' );
document.custom.type.options[3]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-alghero.html' );
document.custom.type.options[4]=new Option( 'Residence', 'it/residence-alghero.html' );
}

function RI_A324(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-anzoladellemilia.html' );
}

function RI_A326(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-aosta.html' );
}

function RI_A390(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Agriturismo', 'it/agriturismo-arezzo.html' );
document.custom.type.options[2]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-arezzo.html' );
}

function RI_A462(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-ascolipiceno.html' );
}

function RI_A475(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Agriturismo', 'it/agriturismo-assisi.html' );
document.custom.type.options[2]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-assisi.html' );
document.custom.type.options[3]=new Option( 'Hotels 2 stelle', 'it/hotels2stelle-assisi.html' );
document.custom.type.options[4]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-assisi.html' );
document.custom.type.options[5]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-assisi.html' );
document.custom.type.options[6]=new Option( 'Residence', 'it/residence-assisi.html' );
}

function RI_A703(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-bassanodelgrappa.html' );
document.custom.type.options[2]=new Option( 'Residence', 'it/residence-bassanodelgrappa.html' );
}

function RI_A766(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-belpasso.html' );
}

function RI_A794(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-bergamo.html' );
document.custom.type.options[2]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-bergamo.html' );
}

function RI_A944(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-bologna.html' );
document.custom.type.options[2]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-bologna.html' );
document.custom.type.options[3]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-bologna.html' );
document.custom.type.options[4]=new Option( 'Residence', 'it/residence-bologna.html' );
}

function RI_B157(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-brescia.html' );
document.custom.type.options[2]=new Option( 'Residence', 'it/residence-brescia.html' );
}

function RI_B354(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-cagliari.html' );
document.custom.type.options[2]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-cagliari.html' );
document.custom.type.options[3]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-cagliari.html' );
}

function RI_B428(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-caltagirone.html' );
}

function RI_B429(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-caltanissetta.html' );
}

function RI_B519(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-campobasso.html' );
}

function RI_B539(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-campogalliano.html' );
}

function RI_C034(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-cassino.html' );
}

function RI_C265(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-castelsanpietroterme.html' );
}

function RI_C134(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-castellanagrotte.html' );
}

function RI_C351(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-catania.html' );
document.custom.type.options[2]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-catania.html' );
document.custom.type.options[3]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-catania.html' );
}

function RI_C745(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Agriturismo', 'it/agriturismo-cittadicastello.html' );
document.custom.type.options[2]=new Option( 'Hotels 2 stelle', 'it/hotels2stelle-cittadicastello.html' );
document.custom.type.options[3]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-cittadicastello.html' );
document.custom.type.options[4]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-cittadicastello.html' );
}

function RI_C743(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-cittadella.html' );
document.custom.type.options[2]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-cittadella.html' );
}

function RI_C773(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-civitavecchia.html' );
}

function RI_C817(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-codroipo.html' );
}

function RI_C847(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-colledivaldelsa.html' );
document.custom.type.options[2]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-colledivaldelsa.html' );
}

function RI_C957(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-conegliano.html' );
}

function RI_C975(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-conversano.html' );
document.custom.type.options[2]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-conversano.html' );
}

function RI_C978(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-copertino.html' );
}

function RI_D037(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-correggio.html' );
}

function RI_D077(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Agriturismo', 'it/agriturismo-cortona.html' );
document.custom.type.options[2]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-cortona.html' );
document.custom.type.options[3]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-cortona.html' );
document.custom.type.options[4]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-cortona.html' );
}

function RI_D086(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-cosenza.html' );
}

function RI_D548(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-ferrara.html' );
document.custom.type.options[2]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-ferrara.html' );
}

function RI_D612(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-firenze.html' );
document.custom.type.options[2]=new Option( 'Hotels no class', 'it/hotelsnoclass-firenze.html' );
document.custom.type.options[3]=new Option( 'Hotels 1 stelle', 'it/hotels1stelle-firenze.html' );
document.custom.type.options[4]=new Option( 'Hotels 2 stelle', 'it/hotels2stelle-firenze.html' );
document.custom.type.options[5]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-firenze.html' );
document.custom.type.options[6]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-firenze.html' );
}

function RI_A310(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-fiuggi.html' );
}

function RI_D653(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-foligno.html' );
document.custom.type.options[2]=new Option( 'Hotels 2 stelle', 'it/hotels2stelle-foligno.html' );
document.custom.type.options[3]=new Option( 'Residence', 'it/residence-foligno.html' );
}

function RI_D742(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-fossano.html' );
}

function RI_D969(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-genova.html' );
document.custom.type.options[2]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-genova.html' );
}

function RI_D981(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-gerenzano.html' );
}

function RI_E038(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-gioiadelcolle.html' );
}

function RI_E098(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-gorizia.html' );
}

function RI_E136(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-granarolodellemilia.html' );
}

function RI_E202(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-grosseto.html' );
}

function RI_E204(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Residence', 'it/residence-grottaferrata.html' );
}

function RI_E289(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-imola.html' );
}

function RI_E388(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Agriturismo', 'it/agriturismo-jesi.html' );
document.custom.type.options[2]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-jesi.html' );
}

function RI_M208(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-lameziaterme.html' );
}

function RI_E506(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-lecce.html' );
}

function RI_E507(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-lecco.html' );
}

function RI_E514(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-legnano.html' );
}

function RI_E592(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels no class', 'it/hotelsnoclass-limena.html' );
}

function RI_E715(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-lucca.html' );
document.custom.type.options[2]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-lucca.html' );
}

function RI_E897(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-mantova.html' );
document.custom.type.options[2]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-mantova.html' );
}

function RI_E979(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-martano.html' );
document.custom.type.options[2]=new Option( 'Residence', 'it/residence-martano.html' );
}

function RI_E986(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-martinafranca.html' );
document.custom.type.options[2]=new Option( 'Residence', 'it/residence-martinafranca.html' );
}

function RI_F088(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-medunadilivenza.html' );
}

function RI_F159(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-mestre.html' );
document.custom.type.options[2]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-mestre.html' );
}

function RI_F183(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-mezzocorona.html' );
}

function RI_F205(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-milano.html' );
document.custom.type.options[2]=new Option( 'Hotels 1 stelle', 'it/hotels1stelle-milano.html' );
document.custom.type.options[3]=new Option( 'Hotels 2 stelle', 'it/hotels2stelle-milano.html' );
document.custom.type.options[4]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-milano.html' );
document.custom.type.options[5]=new Option( 'Residence', 'it/residence-milano.html' );
}

function RI_F250(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-misterbianco.html' );
}

function RI_F351(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-mondovi.html' );
}

function RI_F356(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-monfalcone.html' );
}

function RI_F410(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 2 stelle', 'it/hotels2stelle-montale.html' );
}

function RI_F628(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-montesansavino.html' );
}

function RI_F464(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-montecchiomaggiore.html' );
}

function RI_F529(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-montegrottoterme.html' );
document.custom.type.options[2]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-montegrottoterme.html' );
}

function RI_F592(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Agriturismo', 'it/agriturismo-montepulciano.html' );
document.custom.type.options[2]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-montepulciano.html' );
document.custom.type.options[3]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-montepulciano.html' );
}

function RI_F839(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-napoli.html' );
document.custom.type.options[2]=new Option( 'Hotels 2 stelle', 'it/hotels2stelle-napoli.html' );
document.custom.type.options[3]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-napoli.html' );
document.custom.type.options[4]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-napoli.html' );
}

function RI_F904(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-noale.html' );
}

function RI_F924(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-nola.html' );
}

function RI_F943(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-noto.html' );
}

function RI_F952(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-novara.html' );
}

function RI_F955(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-novatemilanese.html' );
}

function RI_G015(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-olbia.html' );
}

function RI_G088(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-orbetello.html' );
}

function RI_G113(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-oristano.html' );
}

function RI_G148(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Agriturismo', 'it/agriturismo-orvieto.html' );
document.custom.type.options[2]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-orvieto.html' );
document.custom.type.options[3]=new Option( 'Hotels 2 stelle', 'it/hotels2stelle-orvieto.html' );
document.custom.type.options[4]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-orvieto.html' );
}

function RI_G157(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Agriturismo', 'it/agriturismo-osimo.html' );
document.custom.type.options[2]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-osimo.html' );
}

function RI_G187(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Agriturismo', 'it/agriturismo-ostuni.html' );
document.custom.type.options[2]=new Option( 'Hotels 2 stelle', 'it/hotels2stelle-ostuni.html' );
document.custom.type.options[3]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-ostuni.html' );
document.custom.type.options[4]=new Option( 'Residence', 'it/residence-ostuni.html' );
}

function RI_G224(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-padova.html' );
document.custom.type.options[2]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-padova.html' );
}

function RI_G273(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-palermo.html' );
document.custom.type.options[2]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-palermo.html' );
}

function RI_G478(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Agriturismo', 'it/agriturismo-perugia.html' );
document.custom.type.options[2]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-perugia.html' );
document.custom.type.options[3]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-perugia.html' );
document.custom.type.options[4]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-perugia.html' );
document.custom.type.options[5]=new Option( 'Residence', 'it/residence-perugia.html' );
}

function RI_G488(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-peschieraborromeo.html' );
}

function RI_G602(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-pienza.html' );
}

function RI_G702(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-pisa.html' );
document.custom.type.options[2]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-pisa.html' );
document.custom.type.options[3]=new Option( 'Residence', 'it/residence-pisa.html' );
}

function RI_G813(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-pompei.html' );
}

function RI_G825(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-pontassieve.html' );
}

function RI_G914(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-portogruaro.html' );
document.custom.type.options[2]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-portogruaro.html' );
}

function RI_G964(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-pozzuoli.html' );
}

function RI_H163(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-ragusa.html' );
document.custom.type.options[2]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-ragusa.html' );
}

function RI_H224(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-reggiodicalabria.html' );
document.custom.type.options[2]=new Option( 'Residence', 'it/residence-reggiodicalabria.html' );
}

function RI_H282(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-rieti.html' );
}

function RI_H501(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-roma.html' );
document.custom.type.options[2]=new Option( 'Hotels 1 stelle', 'it/hotels1stelle-roma.html' );
document.custom.type.options[3]=new Option( 'Hotels 2 stelle', 'it/hotels2stelle-roma.html' );
document.custom.type.options[4]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-roma.html' );
document.custom.type.options[5]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-roma.html' );
document.custom.type.options[6]=new Option( 'Campeggi', 'it/campeggi-roma.html' );
document.custom.type.options[7]=new Option( 'Residence', 'it/residence-roma.html' );
}

function RI_H620(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-rovigo.html' );
}

function RI_H720(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-salsomaggioreterme.html' );
document.custom.type.options[2]=new Option( 'Residence', 'it/residence-salsomaggioreterme.html' );
}

function RI_H875(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Agriturismo', 'it/agriturismo-sangimignano.html' );
document.custom.type.options[2]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-sangimignano.html' );
document.custom.type.options[3]=new Option( 'Hotels 1 stelle', 'it/hotels1stelle-sangimignano.html' );
document.custom.type.options[4]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-sangimignano.html' );
document.custom.type.options[5]=new Option( 'Residence', 'it/residence-sangimignano.html' );
}

function RI_H926(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-sangiovannirotondo.html' );
}

function RI_A562(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-sangiulianoterme.html' );
document.custom.type.options[2]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-sangiulianoterme.html' );
document.custom.type.options[3]=new Option( 'Residence', 'it/residence-sangiulianoterme.html' );
}

function RI_Z086(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-sanmarino.html' );
}

function RI_I166(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-sansperate.html' );
}

function RI_I329(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-santeodoro.html' );
document.custom.type.options[2]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-santeodoro.html' );
document.custom.type.options[3]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-santeodoro.html' );
}

function RI_I294(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-santantioco.html' );
}

function RI_I480(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-savona.html' );
}

function RI_I537(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-scilla.html' );
document.custom.type.options[2]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-scilla.html' );
}

function RI_I684(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-sestofiorentino.html' );
}

function RI_I690(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-sestosangiovanni.html' );
}

function RI_I703(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-settimotorinese.html' );
}

function RI_I726(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Agriturismo', 'it/agriturismo-siena.html' );
document.custom.type.options[2]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-siena.html' );
document.custom.type.options[3]=new Option( 'Hotels 1 stelle', 'it/hotels1stelle-siena.html' );
document.custom.type.options[4]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-siena.html' );
}

function RI_I754(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Agriturismo', 'it/agriturismo-siracusa.html' );
document.custom.type.options[2]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-siracusa.html' );
document.custom.type.options[3]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-siracusa.html' );
}

function RI_I862(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-sorrento.html' );
document.custom.type.options[2]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-sorrento.html' );
}

function RI_I888(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-spello.html' );
document.custom.type.options[2]=new Option( 'Residence', 'it/residence-spello.html' );
}

function RI_I921(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-spoleto.html' );
document.custom.type.options[2]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-spoleto.html' );
}

function RI_Z075(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-tabianoterme.html' );
}

function RI_L049(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-taranto.html' );
document.custom.type.options[2]=new Option( 'Hotels 5 stelle', 'it/hotels5stelle-taranto.html' );
document.custom.type.options[3]=new Option( 'Residence', 'it/residence-taranto.html' );
}

function RI_L103(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-teramo.html' );
}

function RI_L117(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-terni.html' );
document.custom.type.options[2]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-terni.html' );
}

function RI_L182(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-tivoli.html' );
document.custom.type.options[2]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-tivoli.html' );
}

function RI_L219(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Residence', 'it/residence-torino.html' );
}

function RI_A355(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 2 stelle', 'it/hotels2stelle-tortoli.html' );
document.custom.type.options[2]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-tortoli.html' );
}

function RI_L331(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Agriturismo', 'it/agriturismo-trapani.html' );
document.custom.type.options[2]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-trapani.html' );
}

function RI_L407(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-treviso.html' );
document.custom.type.options[2]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-treviso.html' );
}

function RI_L424(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-trieste.html' );
document.custom.type.options[2]=new Option( 'Residence', 'it/residence-trieste.html' );
}

function RI_L484(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-ugento.html' );
}

function RI_L682(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 2 stelle', 'it/hotels2stelle-varese.html' );
document.custom.type.options[2]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-varese.html' );
}

function RI_L719(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 1 stelle', 'it/hotels1stelle-velletri.html' );
}

function RI_L736(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-venezia.html' );
document.custom.type.options[2]=new Option( 'Hotels 1 stelle', 'it/hotels1stelle-venezia.html' );
document.custom.type.options[3]=new Option( 'Hotels 2 stelle', 'it/hotels2stelle-venezia.html' );
document.custom.type.options[4]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-venezia.html' );
document.custom.type.options[5]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-venezia.html' );
document.custom.type.options[6]=new Option( 'Residence', 'it/residence-venezia.html' );
}

function RI_L781(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Agriturismo', 'it/agriturismo-verona.html' );
document.custom.type.options[2]=new Option( 'Hotels 2 stelle', 'it/hotels2stelle-verona.html' );
document.custom.type.options[3]=new Option( 'Residence', 'it/residence-verona.html' );
}

function RI_L885(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-vignola.html' );
}

function RI_M018(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Bed and Breakfast', 'it/bedandbreakfast-villasangiovanni.html' );
}

function RI_L949(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 3 stelle', 'it/hotels3stelle-villafrancadiverona.html' );
document.custom.type.options[2]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-villafrancadiverona.html' );
}

function RI_L950(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-villafrancatirrena.html' );
}

function RI_M086(){
document.custom.type.options.length = 0;
document.custom.type.options[0]=new Option( 'scegli la categoria', '0' );
document.custom.type.options[1]=new Option( 'Hotels 4 stelle', 'it/hotels4stelle-vitorchiano.html' );
}



