  var error = new Array();
  var labelData = new Array();

  // odkomentovane riadky su nepovinne / nekontrolovane udaje
  
  error['agree']  = 'Condition for sending You the reservation, is Your accepting of bussiness conditions.'; 
  error['email']  = 'You have not entered the e-mail.';
  error['state']  = 'You have not entered the country.';
  error['town']   = 'You have not entered the city.';
  error['psc']    = 'Please enter your zip code.';
  error['street'] = 'Please enter your address.';
  error['name2']  = 'You have not entered the surname.';
  error['name']   = 'You have not entered the name.';
  error['tofood'] = 'Please enter the kind of board.';
  error['toroom'] = 'Please enter the type of room.';
  error['child']  = 'Please enter the number of children.';
  error['adult']  = 'Please enter the number of adults.';
  error['edate']  = 'Please enter correct departure date.';
  error['stays']  = 'Please enter the stay.';
  error['adate']  = 'Please enter correct arrival date.';
  
  
  labelData['set_lang'] = 'EN';
  labelData['la_noPC'] = 'Please enter the number of adults.';
  labelData['la_load'] = 'Loading...';
  labelData['la_home'] = 'http://www.hotelpark.sk/en';
  labelData['la_back'] = '<< Back to home page';
  labelData['la_print'] = 'Print';
  labelData['la_print_link'] = 'Ready for printing';
  labelData['la_mail'] = 'Please enter valid email address.';
  labelData['la_ordhead'] = 'Booking details';
  labelData['la_subscribeOK'] = 'Your email address has been saved.';

  //error['comment'] = '';
  //error['title'] = '';
  //error['phone'] = '';
  //error['elist'] = '';
  
  
  var obchodne_podmienky = 'obch. podmienky budu doplnene...';
