var txtA = new Array();
var txtC = new Array();

txtA[0] = "You must indicate at least a 'Type of accommodation'.";
txtA[1] = "You must indicate at least a 'Type of diet'.";
txtA[2] = "You must indicate a 'Date of arrival'.";
txtA[3] = "You must indicate a 'Date of exit'.";
txtA[4] = "You must select one of the 'Destinations' of the list.";
txtA[5] = "You must select one of the 'Destinations' of the list.";
txtA[6] = "The 'Date of arrival' must be equal or superior to the 'Date of today'.";
txtA[7] = "The 'Date of exit' must be superior to the 'Date of arrival'.";
txtA[8] = "You must indicate us 'Name and surnames'.";
txtA[9] = "You must indicate us an 'Email'.";

txtA[10] = "This establishment will remain closed during the dates you have requested.";

txtA[11] = "You must specify you 'Name'.";
txtA[12] = "You must specify your 'Direction'.";
txtA[13] = "You must specify your 'Zip code'.";
txtA[14] = "You must specify your 'Locality'.";
txtA[15] = "You must specify your 'Province'.";
txtA[16] = "You must specify your 'Country'.";
txtA[17] = "You must specify your 'Phone'.";
txtA[18] = "You  must specify your 'identity card'.";

txtA[19] = "The passwords do not coincide.";

txtA[20] = "The price must be major than zero (0) and minor of the maximum price.";
txtA[21] = "The price is not valid.";
txtA[22] = "You must indicate a deadline.";
txtA[23] = "The deadline must be major or equal as the date of today.";

txtA[24] = "You must select one of the Town halls of the list.";

txtA[25] = "Received request. Shortly your establishment will appear in aivoy.com.";

txtA[26] = "You must indicate a 'Date of commencement'.";
txtA[27] = "You must indicate a 'Date of end'.";

txtA[28] = "The 'Date of end' must be equal or superior to the 'Date of today'.";
txtA[29] = "The 'Date of end' must be superior to the 'Date of commencement'.";

txtA[30] = "You must select one of the destinations of the list or leave it in white.";

txtA[31] = "You must specify a 'Name'.";
txtA[32] = "You must specify a 'Email'.";
txtA[33] = "You must specify a 'Password'.";
txtA[34] = "You must repeat the 'Password'.";
txtA[35] = "The 'Passwords' must be equal.";
txtA[36] = "You must specify the 'Code of verification'.";
txtA[37] = "You must accept the 'Contract'.";

txtA[38] = "Date of arrival";
txtA[39] = "Date of exit";
txtA[40] = "Number of adults";
txtA[41] = "Number of children";
txtA[42] = "Number Rooms / Apartments";
txtA[43] = "Board";
txtA[44] = "Number of Nights";
txtA[45] = "PVP Night";
txtA[46] = "PVP Totally";
txtA[47] = "The deadline must be minor or the same as the date of arrival: ";

txtC[0] = "Cancel the request?";
txtC[1] = "Cancel the answer of the establishment?";
txtC[2] = "Cancel the comment?";
txtC[3] = "Cancel the reservation?";
txtC[4] = "Cancel the answer?";
txtC[5] = "Cancel the petition?";
txtC[6] = "Do you want to erase the photo?";
txtC[7] = "Do you want to erase the closing period?";
txtC[8] = "Do you want to request a NOSHOW for this reservation?";
txtC[9] = "Do you want to cancel the offer?";

