//Variables for checkBrochures function
//var numRequests = 10;
var chkBrochureMsg  = "Please select a model!\n";
var chkTestDriveMsg  = "Please select a model!\n";

// Variables for datad function
var checkDDMsg = "Your request has not been processed.\nPlease agree to the data protection directive.\n\n";
     
//Variables for  txtfields function 
var txtSalutation 	= "Title";
var txtFirstname 	= "First Name";
var txtLastname  	= "Surname";
var txtStreet		= "Address";
var txtNo		= "Address";
var txtPlz		= "Postcode";
var txtCity		= "Town/City";
var txtEmail		= "E-Mail";
var txtFieldmsg		= "Questions and comments";
var txtChkMsg		= "Your request has not been processed.\nPlease enter the following mandatory field(s) and re-submit.\n\n";