// crea matrici
function creaHotel() {
var d = 19;
Hotel=new Array(d);
Hotcat=new Array(d);
HotLink=new Array(d);
HotTest=new Array(d);
HotOk=new Array(d);
Hotel[1]="Alemagna                                ";
Hotcat[1]=3;
HotLink[1]="./alemagna/index.html";
HotTest[1]="SNNSNNSN";
Hotel[2]="Aquila                                  ";
Hotcat[2]=3;
HotLink[2]="./aquila/index.html";
HotTest[2]="NSNSNNSN";
Hotel[3]="Barisetti                               ";
Hotcat[3]=3;
HotLink[3]="../barisetti/index.html";
HotTest[3]="SSNSNSSN";
Hotel[4]="Bellevue                                ";
Hotcat[4]=4;
HotLink[4]="../bellevue/index.html";
HotTest[4]="SNNSSNSS";
Hotel[5]="Concordia                               ";
Hotcat[5]=3;
HotLink[5]="./concordia/index.html";
HotTest[5]="SNNSNNSN";
Hotel[6]="Da Beppe Sello                          ";
Hotcat[6]=3;
HotLink[6]="./beppesello/index.html";
HotTest[6]="SNNNNNSN";
Hotel[7]="Des Alpes                               ";
Hotcat[7]=3;
HotLink[7]="./desalpes/index.html";
HotTest[7]="SNNSNNSS";
Hotel[8]="Dolomiti                                ";
Hotcat[8]=3;
HotLink[8]="./dolomiti/index.html";
HotTest[8]="SNNNNNSN";
Hotel[9]="Europa                                  ";
Hotcat[9]=4;
HotLink[9]="./europa/index.html";
HotTest[9]="SNNSSNSS";
Hotel[10]="Franceschi                              ";
Hotcat[10]=3;
HotLink[10]="../franceschi/index.html";
HotTest[10]="SSNSNSSN";
Hotel[11]="Lajadira                                ";
Hotcat[11]=4;
HotLink[11]="./lajadira/index.html";
HotTest[11]="SNNSSNSN";
Hotel[12]="Menardi                                 ";
Hotcat[12]=3;
HotLink[12]="./menardi/index.html";
HotTest[12]="SNNNNNSN";
Hotel[13]="Nord                                    ";
Hotcat[13]=3;
HotLink[13]="../nord/index.html";
HotTest[13]="SNNNSNSN";
Hotel[14]="Park Faloria                            ";
Hotcat[14]=4;
HotLink[14]="./faloria/index.html";
HotTest[14]="SSNSSSSS";
Hotel[15]="Passo Giau                              ";
Hotcat[15]=3;
HotLink[15]="./passogiau/index.html";
HotTest[15]="SNNSSNSS";
Hotel[16]="Pontechiesa                             ";
Hotcat[16]=3;
HotLink[16]="./pontechiesa/index.html";
HotTest[16]="SNNSNNSN";
Hotel[17]="Principe                                ";
Hotcat[17]=3;
HotLink[17]="./principe/index.html";
HotTest[17]="SNNSSNNN";
Hotel[18]="Trieste                                 ";
Hotcat[18]=3;
HotLink[18]="./trieste/index.html";
HotTest[18]="SSNSNNSN";
Hotel[19]="Villa Gaia                              ";
Hotcat[19]=2;
HotLink[19]="./villagaia/index.html";
HotTest[19]="SNNNSSSN";
Hotel[20]="villatrieste                            ";
Hotcat[20]=3;
HotLink[20]="./villatrieste/index.html";
HotTest[20]="SNNSNNSN";
}
