/* ------------------
   formValidation.js
   ------------------ */
var errCountry = "Please select a country";
var errCompany = "Please fill in the company";
var errName = "Please fill in the name";
var errFirstName = "Please fill in the firstname";
var errAddress = "Please fill in the adress";
var errTown = "Please fill in the town";
var errPhone = "Please fill in the phone number";
var errEmail = "Please fill in the email adress";
var errEmailValid = "Please enter a valid email adresse";
var errLanguageBrochure = "Please choose a language for the brochure";
var errLanguageNews = "Please choose a language for the newsletter";
var errQuestion = "Please fill in the question";


/* ------------------
   cotationform.js
   ------------------ */
var labelPane1 = "Company Information";
var labelPane2 = "Registration number";
var labelButton1 = "Search";
var labelButton2 = "Search";

var labelCountry = "Country";
var labelCompany = "Company name";
var labelAddress = "Address";
var labelPostCode = "Post code";
var labelState = "State";
var labelTown = "Town";
var labelCofaceID = "Coface ID";



