// JavaScript Document


var hay_error = false ;
var err_msg = new Array /* 0 no lo uso */( "",
	/* 1 */		"Please choose an office for car pick-up.\n",
	/* 2 */		"Wrong pick-up date.\n",
	/* 3 */		"The return date must be after pick-up date.\n",
	/* 4 */		"Hotmail email.\nIf your junke- mail filter is in \"exclusive\" you may not receive your booking confirmation.\n You can change this option in hotmail through \"Options\", \"Junk e- mail filter\".", // Era lo de Hotmail, pero esto no es un error
	/* 5 */		"Please add a valid e-mail address.\n",
	/* 6 */		"The e-mail addresses are not equal.\n",
	/* 7 */		"Please enter a First name.\n",
	/* 8 */		"Please enter a Last name.\n",
	/* 9 */		"You must return the car in the same island as pick-up.\n",
	/* 10 */	"The address begins with 'www.'\nAn email address does not normally\nbegin with 'www.'",
	/* 11 */	"Please choose an office for car pick-up. \n",
	/* 12 */	"You must use the e-mail address entered to make the booking.\n",
	/* 13 */	"Wrong date of birth."
	);

