// JavaScript Document
var errors = new Array();
errors["terms"] = "Please confirm that you have read and understood our Terms & Conditions";
errors["password_length"]="Please enter a password at least 6 characters long.";
errors["password_mismatch"]="Passwords do not match.";
errors["Logo"]="Please enter a valid logo.";

//Error messages related to the recruiuters registration form,
//Page : register.cfm
errors["Rec_CompanyName"] ="Please enter the company name";
errors["Rec_Adress"] ="Please enter the address";
errors["Rec_Town"] ="Please enter the town";

errors["Rec_Country"] ="Please select a country";
errors["Rec_County"] ="Please select a county.";
errors["Rec_PostCode"] ="Please enter the postal code";

errors["Rec_Website"] ="Please enter the company website.";
errors["Rec_type"] ="Please enter your company type.";
errors["Name"] ="Please enter the name";
errors["Email"] ="Please enter a valid email address";
errors["Phone"] ="Please enter the phone.";

errors["NewUsername"] = "Please enter a valid username.";
errors["txtPWord"] = "Please enter a password at least 6 characters long.";
errors["txtRePWord"] = "Please enter a password at least 6 characters long.";


errors["limit_work_type"]="Only one work type can be selected";
errors["limit_location"]="Only two locations can be selected";
errors["limit_sector"]="Only five sectors can be selected";
errors["limit_brole"]="Only one business role can be selected";


//Error messages add_job.cfm
errors["title"]="Please enter the job title.";
errors["location"]="Please enter the location.";
errors["reference"]="Please enter the reference";
errors["package"]="please enter the package for this job.";
errors["salary"]="Please choose a salary level";
errors["description"]="Please enter the description for this job";

errors["brole"]="Please tick any of the business roles.";
errors["chksub"]="Please tick any of the sectors";
errors["work_type"]="Please tick any of the work types.";
errors["locations"]="Please tick any of the locations";
errors["credits"]="Please enter the credits for this job";
errors["actdate_d"]="Please enter the day this job activates.";

errors["actdate_m"]="Please enter the month this job activates.";
errors["actdate_y"]="Please enter the year this job activates.";
errors["deactdate_d"]="Please enter the day this job expires.";
errors["deactdate_m"]="Please enter the month this job expires.";
errors["deactdate_y"]="Please enter the year this job expires.";
errors["company_name"]="Please enter the company name.";

errors["contact_name"]="Please enter the contact name.";
errors["contact_email"]="Please enter the contact email address.";
errors["contact_phone"]="Please enter the contact telephone number";
errors["address"]="Please enter the address";

//related to the jobs by email form
errors["alertTitle"]="Please enter the Alert Title";
errors["job_title"]="Please enter the Job Title";