var passwordRegex = '.{6,}';

var textStore = new Object();

textStore['cancel'] = 'Cancel';
textStore['submit'] = 'Submit'
textStore['email'] = 'Email Address';
textStore['emailForamtError'] = 'Please enter a valid email address.';
textStore['resetPassword'] = 'Reset Password';
textStore['resetPasswordRequestWindow'] = 'Reset Password Request Window';
textStore['warning'] = 'Warning';
textStore['requestResetPasswordSuccess'] = 'Please check your email to reset your password.<br> You may also need to check your junk mailfolder.';
textStore['newMemberReg'] = 'New Member Registration';
textStore['regFailed'] = 'Registration Failed';
textStore['checkInput'] = 'Please check your input';

textStore['firstName'] = 'First Name';
textStore['lastName'] = 'Last Name';
textStore['profession'] = 'Profession';
textStore['specialty'] = 'Specialty';
textStore['password'] = 'Password';
textStore['newPassword'] = 'New Password';
textStore['confirmNewPassword'] = 'Confirm Password';
textStore['passwordFormat1'] = 'Password length must be longer than 6';
textStore['passwordNotMatch'] = 'New Passwords don\'t match each other';
textStore['passwordRequest1'] = 'Password length must longer than 6, contains at least 1 number, 1 low case alphabet and 1 up case alphabet';
textStore['organization'] = 'Organization';
textStore['organizationGeoDiv'] = 'Organization Geo Div';
textStore['organizationAddress'] = 'Organization Address';
textStore['organizationProvince'] = 'Organization Province';
textStore['organizationPostcode'] = 'Organization Postal Code';
textStore['orgGeoDivFormat'] = 'Organization Geo Div Format';
textStore['orgNameFormat'] = 'Organization Name Format';
textStore['lhin'] = 'LHIN(Optional)';
textStore['notAllowWebReg'] = 'Site does not allow registration from web';
textStore['requiredField'] ='This field is required';
