//Messages

var NewsTitle_Empty,NewsTitle_Wrong,NewsDetails_Empty,NewsImage_Wrong,EventTitle_Empty,EventTitle_Wrong,EventDetails_Empty,EventImage_Wrong,EventDate_Empty,EventLocation_Empty,VehicleTitle_Empty,VehicleTitle_Wrong,VehicleImage_Wrong,EventLocation_Wrong
var VehicleColor_Empty,VehicleColor_Wrong,VehicleMileage_Empty,VehicleMileage_Wrong,VehicleRegistered_Empty,VehicleRegistered_Wrong,VehiclePrice_Empty,VehiclePrice_Wrong,TestimonialQuote_Wrong
var TestimonialName_Empty,TestimonialName_Wrong,TestimonialQuote_Empty,TestimonialDetails_Empty,TestimonialImage_Wrong,JobTitle_Empty,Jobtitle_Wrong,jobdetail_Empty,TestimonialCustomer_Wrong
var title_Empty,forname_Empty,forname_Wrong,surname_Empty,surname_Wrong,telephone_Empty,telephone_Wrong,address_Empty,postcode_Empty,postcode_Wrong,email_valid,additionalnotes_Empty,additionalnotes_Wrong
var email_valid1,subject_Empty,subject_Wrong,message_Empty,message_Wrong,email_Empty

NewsTitle_Empty="Please enter your \"News Title\".";
NewsDetails_Empty="Please enter your \"News Details\".";
NewsTitle_Wrong="Please do not enter any character like\(\",%,*,`) for News Title."
NewsImage_Wrong="Image format is not valid\nOnly .jpg, .jpeg, .jpe,.png & .gif files are allowed.";

EventTitle_Empty="Please enter your \"Event Title\".";
EventDetails_Empty="Please enter your \"Event Details\".";
EventTitle_Wrong="Please do not enter any character like\(\",%,*,`) for Event Title."
EventImage_Wrong="Image format is not valid\nOnly .jpg, .jpeg, .jpe,.png & .gif files are allowed.";
EventLocation_Wrong="Please do not enter any character like\(\",%,*,`) for Event Location."

EventDate_Empty="Please enter your \"Event Date\".";
EventLocation_Empty="Please enter your \"Event Location\".";

VehicleTitle_Empty="Please specify the vehicle \"Vehicle Title\".";
VehicleTitle_Wrong="Please do not enter any character like\(\",%,*,`) for Vehicle Title.";
VehicleImage_Wrong="Image format is not valid\nOnly .jpg, .jpeg, .jpe,.png & .gif files are allowed.";
VehicleColor_Empty="Please specify the vehicle \"Vehicle Color\".";
VehicleColor_Wrong="Please do not enter any character like\(\",%,*,`) for Vehicle Color.";
VehicleMileage_Empty="Please specify the vehicle \"Vehicle Mileage\".";
VehicleMileage_Wrong="Please do not enter any character like\(\",%,*,`) for Vehicle Mileage.";
VehicleRegistered_Empty="Please specify the vehicle \"Vehicle Registered\".";
VehicleRegistered_Wrong="Please do not enter any character like\(\",%,*,`) for Vehicle Registered.";
VehiclePrice_Empty="Please specify the vehicle \"Vehicle Price\".";
VehiclePrice_Wrong="Please specify valid price for the field \"Vehicle Price\".";

TestimonialName_Empty="Please enter your \"Testimonial Name\".";
TestimonialName_Wrong="Please do not enter any character like\(\",%,*,`) for Testimonial Name.";
TestimonialQuote_Empty="Please enter your \"Testimonial Quote\".";
TestimonialQuote_Wrong="Please do not enter any character like\(\",%,*,`) for Quote.";
TestimonialCustomer_Wrong="Please do not enter any character like\(\",%,*,`) for Customer Name.";
TestimonialDetails_Empty="Please enter your \"TestimonialDetails Detail\".";
TestimonialImage_Wrong="Image format is not valid\nOnly .jpg, .jpeg, .jpe,.png & .gif files are allowed.";
 
JobTitle_Empty="Please enter your \"Job Title\".";
Jobtitle_Wrong="Please do not enter any character like\(\",%,*,`) for Job Title."
jobdetail_Empty="Please enter your \"Job Details\".";

title_Empty="Please enter your \"Title\".";
forname_Empty="Please enter your \"Forename\".";
forname_Wrong="Please do not enter any character like\(\",%,*,`) for Forename.";
surname_Empty="Please enter your \"Surname\".";
surname_Wrong="Please do not enter any character like\(\",%,*,`) for Surname.";
telephone_Empty="Please enter your \"Telephone\".";
telephone_Wrong="Please do not enter any character like\(\",%,*,`) for Telephone.";
address_Empty="Please enter your \"Address\".";
postcode_Empty="Please enter your \"Postcode\".";
postcode_Wrong="Please do not enter any character like\(\",%,*,`) for Postcode.";
email_valid="Please enter a valid Email Address";
email_Empty="Please enter your \"Email Address\".";
additionalnotes_Empty="Please enter your \"Additional Notes\".";
additionalnotes_Wrong="Please do not enter any character like\(\",%,*,`) for Additional Notes.";

email_valid1="Please enter a valid Email Address";
subject_Empty="Please enter your \"Subject\".";
subject_Wrong="Please do not enter any character like\(\",%,*,`) for Subject.";
message_Empty="Please enter your \"Message\".";
message_Wrong="Please do not enter any character like\(\",%,*,`) for Message.";
email_Empty="Please enter your \"Email Address\".";




