// =======================================================
// ================== English Language ===================
// =======================================================

// Array of links used on the site

arLinkPage = new Array ( 	"http://babelfish.altavista.com",
							"http://www.microsoft.com/learning/mcp/default.asp",
							"http://www.homeoffice.gov.uk",
							"http://www.fco.gov.uk",
							"http://www.nats.co.uk",
							"http://www.airmiles.co.uk",
							"http://www.mod.uk",
							"http://www.linklaters.co.uk",
							"http://www.ncis.gov.uk",
							"http://www.swinton.co.uk",
							"http://www.dera.gov.uk",
							"http://www.winzip.com",
							
							"http://www.allvirtualware.com",
							"http://www.appliedlanguage.com/translation_services.shtml",
							"http://www.betranslated.com",
							"http://translators.home.ro"
						);
					 
// Array of e-mail address prefixes (all are converted to end in "@francest.com")
					 
arMailAddress = new Array ( 	"enquiries",
								"quote"
						  );

// Array of subject lines for e-mail address links on the site
						
arMailSubject = new Array ( 	"Translation Enquiry",
								"Quotation Request"
						  );

mail_enter_your_name	=	"Please enter your name in the \"Name\" field.";
mail_enter_address		=	"Please enter your email address in the \"Email Address\" field.";
mail_at_symbol			=	"Your e-mail address must contain the \"@\" symbol.";
mail_enter_subject		=	"Your message contain a subject in the \"Subject\" field.";
mail_enter_message		=	"You cannot send an empty message. Please type your message in the \"Message\" field.";
						