strPromptPos="custom"
strPasswordAlertText=""
strPasswordRegEx=""
strEmailAlertText=""
strEmailRegEx=""
strRequiredRegEx=""
strRequiredAlertText=""
strRequiredCheckboxMultipleAlertText=""
strRequiredCheckboxAlertText=""
strRequiredCheckboxMultipleRegEx=""
strRequiredCheckboxRegEx=""
strTelephoneRegEx=""
strTelephoneAlertText=""
strPaymentAlertText=""
strPaymentRegEx=""
strLengthRegEx=""
strLengthAlertText=""
strLengthAlertText2=""
strLengthAlertText3=""
strmaxCheckBoxRegEx=""
strmaxCheckBoxAlertText=""
strminCheckBoxRegEx=""
strminCheckBoxAlertText=""
strminCheckBoxAlertText2=""
strConfirmRegEx=""
strConfirmAlertText=""
strDateRegEx=""
strDateAlertText=""
strOnlyNumberRegEx=""
strOnlyNumberAlertText=""
strOnlyNumberNoSpacesRegEx=""
strOnlyNumberNoSpacesAlertText=""
strOnlyFloatRegEx=""
strOnlyFloatAlertText=""
strValOnlyFloatRegEx=""
strNoSpecialCharactersRegEx=""
strNoSpecialCharactersAlertText=""
strOnlyAlphaNumSpacePlusMinusRegEx=""
strOnlyAlphaNumSpacePlusMinusAlertText=""
strOnlyLetterRegEx=""
strOnlyLetterAlertText=""
strPostCodeRegEx=""
strPostCodeAlertText=""
strBadBuyerCodeBackColour="#ED1600"
strGoodBuyerCodeBackColour="#268815"
strBadBuyerCodeFontColour="#FFFFFF"
strGoodBuyerCodeFontColour="#FFFFFF"
strBuyerCodeWidth="180px"
strBuyerCodeFont="Arial"
strBuyerCodeFontSize="10pt"
strBuyerCodeFontWeight="normal"
strBuyerCodePadding="4px"
strBuyerCodeTextAlign="center"
function LoadValTextVars(str,type){if(str){switch(type){case'required':strRequiredAlertText=str
break
case'required_CheckBox':strRequiredCheckboxAlertText=str
break
case'required_CheckBoxMultiple':strRequiredCheckboxMultipleAlertText=str
break
case'email':strEmailAlertText=str
break
case'password':strPasswordAlertText=str
break
case'paymentcard':strPaymentAlertText=str
break
case'telephone':strTelephoneAlertText=str
break
case'buyercodecheck_bad':strBadBuyerCodeResult=str
break
case'buyercodecheck_good':strGoodBuyerCodeResult=str
break
case'length':strLengthAlertText=str
break
case'length_2':strLengthAlertText2=str
break
case'length_3':strLengthAlertText3=str
break
case'maxCheckbox':strmaxCheckBoxAlertText=str
break
case'minCheckbox':strminCheckBoxAlertText=str
break
case'minCheckbox_2':strminCheckBoxAlertText2=str
break
case'confirm':strConfirmAlertText=str
break
case'date':strDateAlertText=str
break
case'onlyNumber':strOnlyNumberAlertText=str
break
case'onlyNumberNoSpaces':strOnlyNumberNoSpacesAlertText=str
break
case'onlyFloat':strOnlyFloatAlertText=str
break
case'NoSpecialCharactersAlertText':strNoSpecialCharactersAlertText=str
break
case'onlyAlphaNumSpacePlusMinus':strOnlyAlphaNumSpacePlusMinusAlertText=str
break
case'onlyLetter':strOnlyLetterAlertText=str
break
case'postcode':strPostCodeAlertText=str
break}}}
function LoadValRegExVars(str,type){if(str){switch(type){case'email':strEmailRegEx=str
break
case'password':strPasswordRegEx=str
break
case'paymentcard':strPaymentRegEx=str
break
case'telephone':strTelephoneRegEx=str
break
case'date':strDateRegEx=str
break
case'onlyNumber':strOnlyNumberRegEx=str
break
case'onlyNumberNoSpaces':strOnlyNumberNoSpacesRegEx=str
break
case'onlyFloat':strOnlyFloatRegEx=str
break
case'noSpecialCharacters':strNoSpecialCharactersRegEx=str
break
case'onlyAlphaNumSpacePlusMinus':strOnlyAlphaNumSpacePlusMinus=str
break
case'onlyLetter':strOnlyLetterRegEx=str
break
case'postcode':strPostCodeRegEx=str
break}}}
