var sUSLastName = "Last Name"
var sUSFirstName = "First Name"
var sUSAddress = "Mailing Address"
var sUSAddress2 = "Address 2"
var sCity = "City"
var sState = "State"
var sZIPCode = "Zip Code"
var sWorkPhone = "Contact Phone Number"
var sEmail = "E-mail Address"
var iZIPCode = "The Zip Code field must contain a 5 digit U.S. Zip Code (For example, 94043). Please reenter a value."
var iEmail = "You have entered an invalid E-mail Address.  This field must contain a valid E-mail Address (For example, john@doe.com). Please reenter a value."
var iInvalidPrefix = "You have entered an invalid "
var iInvalidSuffix = ". Please reenter a value."
var defaultEmptyOK = false
var errorlist = ""

// New Message Variable Added 
var msgphoneinvalid="You have entered an invalid Contact Phone Number.  Please reenter a value."
var multiproductmsg="You did not select an item for the Product field.  This is a required field.  Please select one or more values."
var sStoreName = "Store Name"
var sExtension ="Extension Number"
var sIndustryType="Industry Type"
var sSelectProduct="Select Product"
var sYearsinBusiness="Years in Business"
var sEstimatedAnnualSalesvolume="Estimated Annual Sales volume"
var sPLCCInfo="PLCC Info"
var sPLCC="PLCC"
var sPrivateLabelProgramProvider="Private Label Program Provider"
var sBuyingGroup="Buying Group"
var sBuyingGroupAffiliation="Buying Group Affiliation"
var sQuestionsandComments="Questions and Comments"
var sErrorText="Please correct the errors on this page.<br><br><a class='errortext'>* Click on the <b>error description</b> below to select the field with the error, press the \[Enter\] key or click the Submit button when done.</a><br>"
var sOtherprod="Product type definition";



// New Empty Messages - 07-02-2006

var iUSPhonePrefix = "The Contact Phone Number field must contain 10 digits including your area code.  Please reenter a value."

var fname_EmptyMsg="You did not enter a value into the First Name field.  This is a required field.  Please enter a value."
var lname_EmptyMsg="You did not enter a value into the Last Name field.  This is a required field.  Please enter a value."
var storename_EmptyMsg="You did not enter a value into the Store Name field.  This is a required field.  Please enter a value."
var email_EmptyMsg="You did not enter a value for E-mail Address.  This is a required field.  Please enter a value."
var cphone1_EmptyMsg="You did not enter a value into the Contact Phone Number field.  This is a required field.  Please enter a value."
var address1_EmptyMsg="You did not enter a value into the Mailing Address field.  This is a required field.  Please enter a value."
var city_EmptyMsg="You did not enter a value into the City field.  This is a required field.  Please enter a value."
var zip_EmptyMsg="You did not enter a value into the Zip Code field.  This is a required field.  Please enter a value."
var salesvolume_EmptyMsg="You did not enter a value into the Estimated Sales Volume field.  This is a required field.  Please enter a value."
var otherprod_EmptyMsg="You did not enter a value into the Product type definition field.  This is a required field.  Please enter a value."

// Select Empty Messages
var state_EmptyMsg="You did not select a value for the State field.  This is a required field.  Please select a value."
var industry_EmptyMsg="You did not select a value for the Industry field.  This is a required field.  Please select a value."
var yearinbusiness_EmptyMsg="You did not select a value for the Years in Business field.  This is a required field.  Please select a value."
var plccinfo_EmptyMsg="You did not select a value for the Private Label Program field.  This is a required field.  Please select a value."
var plcc_EmptyMsg="You did not enter a value into the Private Label Program Provider field.  This is a required field when Yes is chosen in the Private Label Program field.  Please enter a value."
var selectbuygroup_EmptyMsg="You did not select a value for the Buying Group field.  This is a required field.  Please select a value."
var buyinggroup_EmptyMsg="You did not enter a value into the Buying Group Affiliation field.  This is a required field when Yes is chosen in the Buying Group field.  Please enter a value."


// Repeat Messages for Characters
var fname_repeatMsg="The First Name field cannot contain 3 or more consecutive repeating characters.  Please reenter a value."
var lname_repeatMsg="The Last Name field cannot contain 3 or more consecutive repeating characters.  Please reenter a value."
var city_repeatMsg="The City field cannot contain 3 or more consecutive repeating characters.  Please reenter a value."
var city_invalid="You have entered an invalid City.  Please reenter a value."