var txtA = new Array();

txtA[0] = "You must specify a 'place'";
txtA[1] = "You must specify date of 'Check-in'.";
txtA[2] = "You must specify date of 'Check-out'.";
txtA[3] = "Check-in date is previous to today";
txtA[4] = "Check-out date is previous or the same as Check-in date";
txtA[5] = "You must specify your 'Name'.";
txtA[6] = "You must specify your 'Surname'.";
txtA[7] = "You must specify your Passport Number'.";
txtA[8] = "You must specify your 'Email'.";
txtA[9] = "You must specify your 'Telephone'.";
txtA[10] = "You must accept the 'Conditions'.";
txtA[11] = "Please, enter your e-mail address.";
txtA[12] = "For more than 15 day stays please call us to (0034) 986806700";
txtA[13] = "You must select a 'Type of card'.";
txtA[14] = "You must select a 'Month'.";
txtA[15] = "You must select a 'Year'.";
txtA[16] = "You must select a 'CVV'.";
txtA[17] = "You must select a 'Holder'.";
