//function hotel(ind, poltravel, german, dealp, reserve, dist, cat, swim, business, present, dollars, dir, name, town, deal, deal_pl)

  // Lublin
  hotels[i++] = new hotel(3, 1, 0, 0, 0, 1, 3, 1, 1, 2, 68, "Lublin/Unia", "Mercure Unia Lublin", "Lublin");
  hotels[i++] = new hotel(2, 1, 0, 0, 0, 1, 3, 0, 0, 1, 48, "Lublin/Victoria", "Hotel Victoria", "Lublin", "10% discount", "10% zni¿ki", "10% Ermassigung");
hotels[i++] = new hotel(2, 1, 0, 0, 0, 1, 3, 0, 0, 1, 48, "Lublin/Huzar", "Hotel Huzar", "Lublin", " ", " ", " ");
//  hotels[i++] = new hotel(2, 1, 0, 0, 0, 1, 2, 0, 0, 2, 75, "Lublin/Campanile", "Hotel Campanile", "Lublin", "", "", "");
 

