/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

var texto1 = "The arrival date should be no earlier than tomorrow ([*1*])";
var texto2 = "The departure date must be later than the arrival.";
var texto3 = "Remember that the maximum occupancy is three adults or two adults and two children.";


var texto4 = "The name can not exceed 50 characters.";
var texto5 = "The surname can not exceed 100 characters.";
var texto6 = "The email address can not exceed 100 characters.";
var texto7 = "The telephone number can not exceed 15 characters.";
var texto8 = "The address can not exceed 200 characters.";
var texto9 = "The city can not exceed 50 characters or less.";
var texto10 = "The country can not exceed 50 characters.";
var texto11 = "The postal code can not exceed 5 characters.";

var texto12 = "This field is required.";
var texto13 = "Please enter only numeric characters .";
var texto14 = "Please enter a valid date.";
var texto15 = "Please enter a valid email.";
var texto16 = "Incorrect format. Use dd-mm-yyyy.";
