﻿var Globals = {};
Globals.ERROR = 'Error. Sorry';
Globals.NULL_comms = 'The feedback text can not be empty';
Globals.REG_EXP_email = new RegExp(/^[a-zA-Z][\w\.-]*@[a-zA-Z0-9][\w\.-]*[a-zA-Z0-9]\.[a-zA-Z][a-zA-Z\.]*[a-zA-Z]$/);
Globals.WRONG_email = "The email entered is not valid";
Globals.CLOSE = "Close this window";
Globals.TRY_AGAIN = "An error occured. Please try again later or call at 1-888-786-7937. Thanks for your collaboration.";
Globals.LOADING = "Loading in progress...";
Globals.MORE = "More";
Globals.LESS = "Less";
Globals.SEND_SUCCESS = "You message has been sent successfully. We will reply as soon as possible. Thanks.";