var helptips = new Array();

//Company Info
helptips["content_companyinfo_companyTitle"] = "Legal Company Name:";
helptips["content_companyinfo_companyText"] = "Please enter the company name as entered on legal documents.";
helptips["content_companyinfo_dbaCompanyTitle"] = "DBA Company Name:";
helptips["content_companyinfo_dbaCompanyText"] = "Please enter the company name that is commonly used to refer to the company.";
helptips["content_companyinfo_federalIdTitle"] = "Federal ID Number:";
helptips["content_companyinfo_federalIdText"] = "Please enter the company's Federal Identification Number.";
helptips["content_companyinfo_federalId_OffsetX"] = 50;
helptips["content_companyinfo_dbNumTitle"] = "D&amp;B DUNS Number:";
helptips["content_companyinfo_dbNumText"] = "Please enter the company's D&amp;B DUNS number, if available.";
helptips["content_companyinfo_dbNum_OffsetX"] = helptips["content_companyinfo_federalId_OffsetX"];
helptips["content_companyinfo_addressLine1Title"] = "Physical Address:";
helptips["content_companyinfo_addressLine1Text"] = "Please enter the physical address of the corporate office.";
helptips["content_companyinfo_addressLine2Title"] = helptips["content_companyinfo_addressLine1Title"];
helptips["content_companyinfo_addressLine2Text"] = helptips["content_companyinfo_addressLine1Text"];
helptips["content_companyinfo_addressLine2_OffsetY"] = -22;
helptips["content_companyinfo_cityTitle"] = "City:";
helptips["content_companyinfo_cityText"] = "Please enter the city of the corporate office.";
helptips["content_companyinfo_city_OffsetX"] = 50;
helptips["content_companyinfo_countryTitle"] = "Country:";
helptips["content_companyinfo_countryText"] = "Please enter the country of the corporate office.";
helptips["content_companyinfo_stateTitle"] = "State:";
helptips["content_companyinfo_stateText"] = "Please select the state of the corporate office.";
helptips["content_companyinfo_otherstateTitle"] = "Region:";
helptips["content_companyinfo_otherstateText"] = "Please enter the region of the corporate office.";
helptips["content_companyinfo_zipCodeTitle"] = "Zip/Postal Code:";
helptips["content_companyinfo_zipCodeText"] = "Please enter the zip/postal code of the corporate office.";
helptips["content_companyinfo_remitAddressLine1Title"] = "Remit To Address:";
helptips["content_companyinfo_remitAddressLine1Text"] = "Please enter the remit to address of the company.";
helptips["content_companyinfo_remitAddressLine2Title"] = helptips["content_companyinfo_remitAddressLine1Title"];
helptips["content_companyinfo_remitAddressLine2Text"] = helptips["content_companyinfo_remitAddressLine1Text"];
helptips["content_companyinfo_remitAddressLine2_OffsetY"] = -22;
helptips["content_companyinfo_remitCityTitle"] = "City:";
helptips["content_companyinfo_remitCityText"] = "Please enter the remit to city of the company.";
helptips["content_companyinfo_remitCity_OffsetX"] = 50;
helptips["content_companyinfo_remitCountryTitle"] = "Country:";
helptips["content_companyinfo_remitCountryText"] = "Please enter the remit to country of the company.";
helptips["content_companyinfo_remitStateTitle"] = "State:";
helptips["content_companyinfo_remitStateText"] = "Please select the remit to state of the company.";
helptips["content_companyinfo_remitOtherstateTitle"] = "Region:";
helptips["content_companyinfo_remitOtherstateText"] = "Please enter the remit to region of the company.";
helptips["content_companyinfo_remitZipCodeTitle"] = "Zip/Postal Code:";
helptips["content_companyinfo_remitZipCodeText"] = "Please enter the remit to zip/postal code of the company.";
helptips["content_companyinfo_phoneTitle"] = "Company Phone Number:";
helptips["content_companyinfo_phoneText"] = "Please enter the phone number of the corporate office. Enter only numbers, the field will auto-format the information.";
helptips["content_companyinfo_phone_OffsetX"] = 85;
helptips["content_companyinfo_faxTitle"] = "Company Fax Number:";
helptips["content_companyinfo_faxText"] = "Please enter the fax number of the corporate office. Enter only numbers, the field will auto-format the information.";
helptips["content_companyinfo_fax_OffsetX"] = helptips["content_companyinfo_phone_OffsetX"];
helptips["content_companyinfo_urlTitle"] = "Company Webiste:";
helptips["content_companyinfo_urlText"] = "Please enter the url of the company's website.";

//Owner
helptips["content_owner_owner1NameTitle"] = "Owner Name:";
helptips["content_owner_owner1NameText"] = "Please enter the name of one of the owners of the company.";
helptips["content_owner_owner1Name_OffsetX"] = 275;
helptips["content_owner_owner1TitleTitle"] = "Owner Title:";
helptips["content_owner_owner1TitleText"] = "Please enter the title of this owner.";
helptips["content_owner_owner1Title_OffsetX"] = 152;
helptips["content_owner_owner1EmailTitle"] = "Owner Email:";
helptips["content_owner_owner1EmailText"] = "Please enter the email address of this owner.";
helptips["content_owner_owner1GenderTitle"] = "Owner Gender:";
helptips["content_owner_owner1GenderText"] = "Please select the gender of this owner.";
helptips["content_owner_owner1Gender_OffsetX"] = 273;
helptips["content_owner_owner1Gender_OffsetY"] = 1;
helptips["content_owner_owner1EthnicityTitle"] = "Owner Ethnicity:";
helptips["content_owner_owner1EthnicityText"] = "Please select the ethnicity of this owner.";
helptips["content_owner_owner1Ethnicity_OffsetX"] = 94;
helptips["content_owner_owner1Ethnicity_OffsetY"] = 1;
helptips["content_owner_ownership1Title"] = "% Ownership:";
helptips["content_owner_ownership1Text"] = "Please enter this owner's percentage of the ownership.";
helptips["content_owner_owner2NameTitle"] = helptips["content_owner_owner1NameTitle"];
helptips["content_owner_owner2NameText"] = helptips["content_owner_owner1NameText"];
helptips["content_owner_owner2Name_OffsetX"] = helptips["content_owner_owner1Name_OffsetX"];
helptips["content_owner_owner2TitleTitle"] = helptips["content_owner_owner1TitleTitle"];
helptips["content_owner_owner2TitleText"] = helptips["content_owner_owner1TitleText"];
helptips["content_owner_owner2Title_OffsetX"] = helptips["content_owner_owner1Title_OffsetX"];
helptips["content_owner_owner2EmailTitle"] = helptips["content_owner_owner1EmailTitle"];
helptips["content_owner_owner2EmailText"] = helptips["content_owner_owner1EmailText"];
helptips["content_owner_owner2GenderTitle"] = helptips["content_owner_owner1GenderTitle"];
helptips["content_owner_owner2GenderText"] = helptips["content_owner_owner1GenderText"];
helptips["content_owner_owner2Gender_OffsetX"] = helptips["content_owner_owner1Gender_OffsetX"];
helptips["content_owner_owner2Gender_OffsetY"] = helptips["content_owner_owner1Gender_OffsetY"];
helptips["content_owner_owner2EthnicityTitle"] = helptips["content_owner_owner1EthnicityTitle"];
helptips["content_owner_owner2EthnicityText"] = helptips["content_owner_owner1EthnicityText"];
helptips["content_owner_owner2Ethnicity_OffsetX"] = helptips["content_owner_owner1Ethnicity_OffsetX"];
helptips["content_owner_owner2Ethnicity_OffsetY"] = helptips["content_owner_owner1Ethnicity_OffsetY"];
helptips["content_owner_ownership2Title"] = helptips["content_owner_ownership1Title"];
helptips["content_owner_ownership2Text"] = helptips["content_owner_ownership1Text"];
helptips["content_owner_owner3NameTitle"] = helptips["content_owner_owner1NameTitle"];
helptips["content_owner_owner3NameText"] = helptips["content_owner_owner1NameText"];
helptips["content_owner_owner3Name_OffsetX"] = helptips["content_owner_owner1Name_OffsetX"];
helptips["content_owner_owner3TitleTitle"] = helptips["content_owner_owner1TitleTitle"];
helptips["content_owner_owner3TitleText"] = helptips["content_owner_owner1TitleText"];
helptips["content_owner_owner3Title_OffsetX"] = helptips["content_owner_owner1Title_OffsetX"];
helptips["content_owner_owner3EmailTitle"] = helptips["content_owner_owner1EmailTitle"];
helptips["content_owner_owner3EmailText"] = helptips["content_owner_owner1EmailText"];
helptips["content_owner_owner3GenderTitle"] = helptips["content_owner_owner1GenderTitle"];
helptips["content_owner_owner3GenderText"] = helptips["content_owner_owner1GenderText"];
helptips["content_owner_owner3Gender_OffsetX"] = helptips["content_owner_owner1Gender_OffsetX"];
helptips["content_owner_owner3Gender_OffsetY"] = helptips["content_owner_owner1Gender_OffsetY"];
helptips["content_owner_owner3EthnicityTitle"] = helptips["content_owner_owner1EthnicityTitle"];
helptips["content_owner_owner3EthnicityText"] = helptips["content_owner_owner1EthnicityText"];
helptips["content_owner_owner3Ethnicity_OffsetX"] = helptips["content_owner_owner1Ethnicity_OffsetX"];
helptips["content_owner_owner3Ethnicity_OffsetY"] = helptips["content_owner_owner1Ethnicity_OffsetY"];
helptips["content_owner_ownership3Title"] = helptips["content_owner_ownership1Title"];
helptips["content_owner_ownership3Text"] = helptips["content_owner_ownership1Text"];

//Primary Contact
helptips["content_contactinfo_contactNameTitle"] = "Contact Name:";
helptips["content_contactinfo_contactNameText"] = "Please enter the name of the primary contact for this company.";
helptips["content_contactinfo_contactTitleTitle"] = "Title:";
helptips["content_contactinfo_contactTitleText"] = "Please enter the title of the primary contact.";
helptips["content_contactinfo_contactPhoneTitle"] = "Phone Number:";
helptips["content_contactinfo_contactPhoneText"] = "Please enter the phone number of the primary contact. Enter only numbers, the field will auto-format the information.";
helptips["content_contactinfo_contactPhone_OffsetX"] = 88;
helptips["content_contactinfo_contactExtensionTitle"] = "Extension:";
helptips["content_contactinfo_contactExtensionText"] = "Please enter the extension of the primary contact if any exists.";
helptips["content_contactinfo_contactFaxTitle"] = "Fax Number:";
helptips["content_contactinfo_contactFaxText"] = "Please enter the fax number of the primary contact. Enter only numbers, the field will auto-format the information.";
helptips["content_contactinfo_contactFax_OffsetX"] = 88;
helptips["content_contactinfo_contactEmailTitle"] = "E-mail Address:";
helptips["content_contactinfo_contactEmailText"] = "Please enter the e-mail address of the primary contact.";
helptips["content_contactinfo_contactEmail_OffsetX"] = 3;

//Company Data
helptips["content_companydata_legalStructureTitle"] = "Legal Structure:";
helptips["content_companydata_legalStructureText"] = "Please select the company's legal structure.";
helptips["busClassLinkTitle"] = "Business Classification:";
helptips["busClassLinkText"] = "Please check any items that describe the type of business this company can be classified as. Use the pop-ups on each item for more information.";
helptips["busClassLink_OffsetX"] = 10;
//helptips["ccrListedLinkTitle"] = "SBA CCR Listing:";
//helptips["ccrListedLinkText"] = "Visit <a href=http://www.ccr.gov target=_blank class=help>www.ccr.gov</a> to learn more about an SBA CCR listing and to acquire a CAGE code.";
//helptips["ccrListedLink_OffsetX"] = 186;
//helptips["content_companydata_cageCodeTitle"] = "CAGE Code:";
//helptips["content_companydata_cageCodeText"] = "Visit <a href=http://www.ccr.gov target=_blank class=help>www.ccr.gov</a> to learn more about an SBA CCR listing and to acquire a CAGE code.";
//helptips["content_companydata_cageCode_OffsetX"] = 4;
helptips["serviceAreaLinkTitle"] = "Geographical Service Area:";
helptips["serviceAreaLinkText"] = "Please check any items that correspond to areas that the company can service.";
helptips["serviceAreaLink_OffsetX"] = 10;
helptips["content_companydata_yearEstablishedTitle"] = "Year Business was Established:";
helptips["content_companydata_yearEstablishedText"] = "Please enter the year the company was established.";
helptips["content_companydata_employeeTotalTitle"] = "Number of Employees:";
helptips["content_companydata_employeeTotalText"] = "Please enter the number of full-time and part-time employees in the company.";
helptips["content_companydata_unspscCodeTitle"] = "";
helptips["content_companydata_unspscCodeText"] = "";
helptips["content_companydata_unspscCode_OffsetX"] = 156;
helptips["content_companydata_unspscCode2Title"] = helptips["content_companydata_unspscCodeTitle"];
helptips["content_companydata_unspscCode2Text"] = helptips["content_companydata_unspscCodeText"];
helptips["content_companydata_unspscCode2_OffsetX"] = 104;
helptips["content_companydata_unspscCode3Title"] = helptips["content_companydata_unspscCodeTitle"];
helptips["content_companydata_unspscCode3Text"] = helptips["content_companydata_unspscCodeText"];
helptips["content_companydata_unspscCode3_OffsetX"] = 52;
helptips["content_companydata_unspscCode4Title"] = helptips["content_companydata_unspscCodeTitle"];
helptips["content_companydata_unspscCode4Text"] = helptips["content_companydata_unspscCodeText"];

//Company Insurance	
helptips["insuranceLinkTitle"] = "Insurance:";
helptips["insuranceLinkText"] = "Please check any items that correspond to insurance policies the company possesses.";
helptips["insuranceLink_OffsetX"] = 368;
helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceLimitTitle"] = "Limit:";
helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceLimitText"] = "Please select the limit for the corresponding insurance policy.";
helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceLimit_OffsetX"] = 211;
helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceLimit_OffsetY"] = 1;
helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceProviderTitle"] = "Provider:";
helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceProviderText"] = "Please enter the name of the provider of the corresponding insurance policy.";
helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceProvider_OffsetX"] = 78;
helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceExpirationDateTitle"] = "Expiration Date:";
helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceExpirationDateText"] = "Please enter the date the policy will expire. Use the MM/DD/YYYY format.";
helptips["content_companyinsurance_insuranceGrid_ctl03_insuranceLimitTitle"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceLimitTitle"] ;
helptips["content_companyinsurance_insuranceGrid_ctl03_insuranceLimitText"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceLimitText"];
helptips["content_companyinsurance_insuranceGrid_ctl03_insuranceLimit_OffsetX"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceLimit_OffsetX"];
helptips["content_companyinsurance_insuranceGrid_ctl03_insuranceLimit_OffsetY"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceLimit_OffsetY"];
helptips["content_companyinsurance_insuranceGrid_ctl03_insuranceProviderTitle"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceProviderTitle"];
helptips["content_companyinsurance_insuranceGrid_ctl03_insuranceProviderText"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceProviderText"];
helptips["content_companyinsurance_insuranceGrid_ctl03_insuranceProvider_OffsetX"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceProvider_OffsetX"];
helptips["content_companyinsurance_insuranceGrid_ctl03_insuranceExpirationDateTitle"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceExpirationDateTitle"];
helptips["content_companyinsurance_insuranceGrid_ctl03_insuranceExpirationDateText"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceExpirationDateText"];
helptips["content_companyinsurance_insuranceGrid_ctl04_insuranceLimitTitle"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceLimitTitle"] ;
helptips["content_companyinsurance_insuranceGrid_ctl04_insuranceLimitText"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceLimitText"];
helptips["content_companyinsurance_insuranceGrid_ctl04_insuranceLimit_OffsetX"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceLimit_OffsetX"];
helptips["content_companyinsurance_insuranceGrid_ctl04_insuranceLimit_OffsetY"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceLimit_OffsetY"];
helptips["content_companyinsurance_insuranceGrid_ctl04_insuranceProviderTitle"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceProviderTitle"];
helptips["content_companyinsurance_insuranceGrid_ctl04_insuranceProviderText"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceProviderText"];
helptips["content_companyinsurance_insuranceGrid_ctl04_insuranceProvider_OffsetX"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceProvider_OffsetX"];
helptips["content_companyinsurance_insuranceGrid_ctl04_insuranceExpirationDateTitle"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceExpirationDateTitle"];
helptips["content_companyinsurance_insuranceGrid_ctl04_insuranceExpirationDateText"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceExpirationDateText"];
helptips["content_companyinsurance_insuranceGrid_ctl05_insuranceLimitTitle"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceLimitTitle"] ;
helptips["content_companyinsurance_insuranceGrid_ctl05_insuranceLimitText"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceLimitText"];
helptips["content_companyinsurance_insuranceGrid_ctl05_insuranceLimit_OffsetX"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceLimit_OffsetX"];
helptips["content_companyinsurance_insuranceGrid_ctl05_insuranceLimit_OffsetY"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceLimit_OffsetY"];
helptips["content_companyinsurance_insuranceGrid_ctl05_insuranceProviderTitle"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceProviderTitle"];
helptips["content_companyinsurance_insuranceGrid_ctl05_insuranceProviderText"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceProviderText"];
helptips["content_companyinsurance_insuranceGrid_ctl05_insuranceProvider_OffsetX"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceProvider_OffsetX"];
helptips["content_companyinsurance_insuranceGrid_ctl05_insuranceExpirationDateTitle"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceExpirationDateTitle"];
helptips["content_companyinsurance_insuranceGrid_ctl05_insuranceExpirationDateText"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceExpirationDateText"];
helptips["content_companyinsurance_insuranceGrid_ctl06_insuranceLimitTitle"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceLimitTitle"] ;
helptips["content_companyinsurance_insuranceGrid_ctl06_insuranceLimitText"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceLimitText"];
helptips["content_companyinsurance_insuranceGrid_ctl06_insuranceLimit_OffsetX"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceLimit_OffsetX"];
helptips["content_companyinsurance_insuranceGrid_ctl06_insuranceLimit_OffsetY"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceLimit_OffsetY"];
helptips["content_companyinsurance_insuranceGrid_ctl06_insuranceProviderTitle"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceProviderTitle"];
helptips["content_companyinsurance_insuranceGrid_ctl06_insuranceProviderText"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceProviderText"];
helptips["content_companyinsurance_insuranceGrid_ctl06_insuranceProvider_OffsetX"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceProvider_OffsetX"];
helptips["content_companyinsurance_insuranceGrid_ctl06_insuranceExpirationDateTitle"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceExpirationDateTitle"];
helptips["content_companyinsurance_insuranceGrid_ctl06_insuranceExpirationDateText"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceExpirationDateText"];
helptips["content_companyinsurance_insuranceGrid_ctl07_insuranceLimitTitle"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceLimitTitle"] ;
helptips["content_companyinsurance_insuranceGrid_ctl07_insuranceLimitText"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceLimitText"];
helptips["content_companyinsurance_insuranceGrid_ctl07_insuranceLimit_OffsetX"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceLimit_OffsetX"];
helptips["content_companyinsurance_insuranceGrid_ctl07_insuranceLimit_OffsetY"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceLimit_OffsetY"];
helptips["content_companyinsurance_insuranceGrid_ctl07_insuranceProviderTitle"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceProviderTitle"];
helptips["content_companyinsurance_insuranceGrid_ctl07_insuranceProviderText"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceProviderText"];
helptips["content_companyinsurance_insuranceGrid_ctl07_insuranceProvider_OffsetX"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceProvider_OffsetX"];
helptips["content_companyinsurance_insuranceGrid_ctl07_insuranceExpirationDateTitle"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceExpirationDateTitle"];
helptips["content_companyinsurance_insuranceGrid_ctl07_insuranceExpirationDateText"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceExpirationDateText"];
helptips["content_companyinsurance_insuranceGrid_ctl08_insuranceLimitTitle"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceLimitTitle"] ;
helptips["content_companyinsurance_insuranceGrid_ctl08_insuranceLimitText"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceLimitText"];
helptips["content_companyinsurance_insuranceGrid_ctl08_insuranceLimit_OffsetX"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceLimit_OffsetX"];
helptips["content_companyinsurance_insuranceGrid_ctl08_insuranceLimit_OffsetY"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceLimit_OffsetY"];
helptips["content_companyinsurance_insuranceGrid_ctl08_insuranceProviderTitle"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceProviderTitle"];
helptips["content_companyinsurance_insuranceGrid_ctl08_insuranceProviderText"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceProviderText"];
helptips["content_companyinsurance_insuranceGrid_ctl08_insuranceProvider_OffsetX"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceProvider_OffsetX"];
helptips["content_companyinsurance_insuranceGrid_ctl08_insuranceExpirationDateTitle"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceExpirationDateTitle"];
helptips["content_companyinsurance_insuranceGrid_ctl08_insuranceExpirationDateText"] = helptips["content_companyinsurance_insuranceGrid_ctl02_insuranceExpirationDateText"];

//Products & Services
helptips["commodityCodeLinkTitle"] = "Category Code(s)";
helptips["commodityCodeLinkText"] = "There are three main categories of products and services that LimitedBrands buys.  Please click on the check box(es) below to select up to five (5) subcategories that best match your company's capabilities and profile.  Click <a href=http://limitedbrands.aecglobal.com/Popup/whatwebuy.aspx target=_blank>here</a> to view a list of \"What We Buy\"";
helptips["commodityCodeLink_OffsetX"] = 260;
helptips["content_productservice_MyList2Title"] = helptips["commodityCodeLinkTitle"];
helptips["content_productservice_MyList2Text"] = helptips["commodityCodeLinkText"];
helptips["unspscLinkTitle"] = "UNSPSC Code(s):";
helptips["unspscLinkText"] = "Please select a <A href=http://www.unspsc.org target=_blank class=help>UNSPSC Code</A> that matches your company's capabilities and offerings.";
helptips["unspscLink_OffsetX"] = 269;
helptips["content_productservice_MyListTitle"] = helptips["unspscLinkTitle"];
helptips["content_productservice_MyListText"] = helptips["unspscLinkText"];
helptips["naicsLinkTitle"] = "NAICS Code(s)";
helptips["naicsLinkText"] = "Please select an <a href=http://www.census.gov/epcd/naics02 target=_blank class=help>NAICS Code</a> that matches your company's capabilities and offerings.";
helptips["naicsLink_OffsetX"] = 280;
helptips["content_productservice_MyList3Title"] = helptips["naicsLinkTitle"];
helptips["content_productservice_MyList3Text"] = helptips["naicsLinkText"];
helptips["content_productservice_descriptionTitle"] = "Keyword Description:";
helptips["content_productservice_descriptionText"] = "Enter specific keywords describing your business specialty. You can enter up to 500 characters.";

//Products & Services Information

//Annual Sales Volume
helptips["content_annualsales_lastYearSalesTitle"] = "Sales Volume:";
helptips["content_annualsales_lastYearSalesText"] = "Please enter last year's sales volume. Use numbers only. Commas and decimal points are invalid.";
helptips["content_annualsales_twoYearsAgoSalesTitle"] = "Sales Volume:";
helptips["content_annualsales_twoYearsAgoSalesText"] = "Please enter the sales volume from two years ago. Use numbers only. Commas and decimal points are invalid.";
helptips["content_annualsales_threeYearsAgoSalesTitle"] = "Sales Volume:";
helptips["content_annualsales_threeYearsAgoSalesText"] = "Please enter the sales volume from three years ago. Use numbers only. Commas and decimal points are invalid.";

//References
helptips["content_reference_reference1Title"] = "Brand Name:";
helptips["content_reference_reference1Text"] = "Please enter the Brand that is or has been your customer.";
helptips["content_reference_reference1_OffsetX"] = 324;
helptips["content_reference_reference1NameTitle"] = "Associate Name:";
helptips["content_reference_reference1NameText"] = "Please enter the Associate's name with whom you are or were in contact.";
helptips["content_reference_reference1Name_OffsetX"] = 149;
helptips["content_reference_reference1PhoneTitle"] = "Volume:";
helptips["content_reference_reference1PhoneText"] = "Please enter the approximate amount of business that was done.  Please include unit of measure (dollars, units, weight).";
helptips["content_reference_reference1Phone_OffsetX"] = 10;
helptips["content_reference_reference1ProductServiceTitle"] = "Product/Service:";
helptips["content_reference_reference1ProductServiceText"] = "Please enter the product or service provided.";
helptips["content_reference_reference1ProductService_OffsetX"] = 170;
helptips["content_reference_reference1ContractTitle"] = "Last Date of Business:";
helptips["content_reference_reference1ContractText"] = "Please enter the last date of business.";
helptips["content_reference_reference1Contract_OffsetX"] = 10;
helptips["content_reference_reference2Title"] = helptips["content_reference_reference1Title"];
helptips["content_reference_reference2Text"] = helptips["content_reference_reference1Text"];
helptips["content_reference_reference2_OffsetX"] = helptips["content_reference_reference1_OffsetX"];
helptips["content_reference_reference2NameTitle"] = helptips["content_reference_reference1NameTitle"];
helptips["content_reference_reference2NameText"] = helptips["content_reference_reference1NameText"];
helptips["content_reference_reference2Name_OffsetX"] = helptips["content_reference_reference1Name_OffsetX"];
helptips["content_reference_reference2PhoneTitle"] = helptips["content_reference_reference1PhoneTitle"];
helptips["content_reference_reference2PhoneText"] = helptips["content_reference_reference1PhoneText"];
helptips["content_reference_reference2Phone_OffsetX"] = helptips["content_reference_reference1Phone_OffsetX"];
helptips["content_reference_reference2ProductServiceTitle"] = helptips["content_reference_reference1ProductServiceTitle"];
helptips["content_reference_reference2ProductServiceText"] = helptips["content_reference_reference1ProductServiceText"];
helptips["content_reference_reference2ProductService_OffsetX"] = helptips["content_reference_reference1ProductService_OffsetX"];
helptips["content_reference_reference2ContractTitle"] = helptips["content_reference_reference1ContractTitle"];
helptips["content_reference_reference2ContractText"] = helptips["content_reference_reference1ContractText"];
helptips["content_reference_reference2Contract_OffsetX"] = helptips["content_reference_reference1Contract_OffsetX"];
helptips["content_reference_reference3Title"] = helptips["content_reference_reference1Title"];
helptips["content_reference_reference3Text"] = helptips["content_reference_reference1Text"];
helptips["content_reference_reference3_OffsetX"] = helptips["content_reference_reference1_OffsetX"];
helptips["content_reference_reference3NameTitle"] = helptips["content_reference_reference1NameTitle"];
helptips["content_reference_reference3NameText"] = helptips["content_reference_reference1NameText"];
helptips["content_reference_reference3Name_OffsetX"] = helptips["content_reference_reference1Name_OffsetX"];
helptips["content_reference_reference3PhoneTitle"] = helptips["content_reference_reference1PhoneTitle"];
helptips["content_reference_reference3PhoneText"] = helptips["content_reference_reference1PhoneText"];
helptips["content_reference_reference3Phone_OffsetX"] = helptips["content_reference_reference1Phone_OffsetX"];
helptips["content_reference_reference3ProductServiceTitle"] = helptips["content_reference_reference1ProductServiceTitle"];
helptips["content_reference_reference3ProductServiceText"] = helptips["content_reference_reference1ProductServiceText"];
helptips["content_reference_reference3ProductService_OffsetX"] = helptips["content_reference_reference1ProductService_OffsetX"];
helptips["content_reference_reference3ContractTitle"] = helptips["content_reference_reference1ContractTitle"];
helptips["content_reference_reference3ContractText"] = helptips["content_reference_reference1ContractText"];
helptips["content_reference_reference3Contract_OffsetX"] = helptips["content_reference_reference1Contract_OffsetX"];

//eBusiness Information
helptips["content_ebusiness_hasCatalog_0Title"] = "";
helptips["content_ebusiness_hasCatalog_0Text"] = "";
helptips["content_ebusiness_hasCatalog_1Title"] = "";
helptips["content_ebusiness_hasCatalog_1Text"] = "";
helptips["content_ebusiness_hasOnlineSell_0Title"] = "";
helptips["content_ebusiness_hasOnlineSell_0Text"] = "";
helptips["content_ebusiness_hasOnlineSell_1Title"] = "";
helptips["content_ebusiness_hasOnlineSell_1Text"] = "";
helptips["content_ebusiness_hasEdiCapable_0Title"] = "";
helptips["content_ebusiness_hasEdiCapable_0Text"] = "";
helptips["content_ebusiness_hasEdiCapable_1Title"] = "";
helptips["content_ebusiness_hasEdiCapable_1Text"] = "";
helptips["content_ebusiness_acceptCreditCard_0Title"] = "";
helptips["content_ebusiness_acceptCreditCard_0Text"] = "";
helptips["content_ebusiness_acceptCreditCard_1Title"] = "";
helptips["content_ebusiness_acceptCreditCard_1Text"] = "";


//Certification 1
helptips["content_certification_certificationList_ctl00_certificationTypeTitle"] = "Certification Type:";
helptips["content_certification_certificationList_ctl00_certificationTypeText"] = "Please select the type of certification the company possesses.";
helptips["content_certification_certificationList_ctl00_certificationType_OffsetX"] = 190;
helptips["content_certification_certificationList_ctl00_othercertificationTypeTitle"] = "Certification Type:";
helptips["content_certification_certificationList_ctl00_othercertificationTypeText"] = "Please enter the type of certification the company possesses.";
helptips["content_certification_certificationList_ctl00_othercertificationType_OffsetX"] = 1;
helptips["content_certification_certificationList_ctl00_othercertificationType_OffsetY"] = -2;
helptips["content_certification_certificationList_ctl00_regionalTypeTitle"] = "Certifying Agency:";
helptips["content_certification_certificationList_ctl00_regionalTypeText"] = "Please select the agency that gave the company this certification.";
helptips["content_certification_certificationList_ctl00_certifiedAgentTitle"] = "Certifying Agency:";
helptips["content_certification_certificationList_ctl00_certifiedAgentText"] = "Please enter the agency that gave the company this certification.";
helptips["content_certification_certificationList_ctl00_certificationNoTitle"] = "Certification Number:";
helptips["content_certification_certificationList_ctl00_certificationNoText"] = "Please enter the certification number for this certification.";
helptips["content_certification_certificationList_ctl00_certificationExpDateTitle"] = "Certification Expiration Date:";
helptips["content_certification_certificationList_ctl00_certificationExpDateText"] = "Please enter the expiration date of this certification in <span class=help>MM/DD/YYYY</span> format. Enter only numbers, the field will auto-format the information.";
helptips["content_certification_certificationList_ctl00_certificationExpDate_OffsetX"] = 195;
helptips["content_certification_certificationList_ctl00_certificateFileTitle"] = "Upload Certificate:";
helptips["content_certification_certificationList_ctl00_certificateFileText"] = "Please upload an electronic copy of this certificate.";
helptips["content_certification_certificationList_ctl00_certificateFile_OffsetX"] = 2;

//Certification 2
helptips["content_certification_certificationList_ctl01_certificationTypeTitle"] = "Certification Type:";
helptips["content_certification_certificationList_ctl01_certificationTypeText"] = "Please select the type of certification the company possesses.";
helptips["content_certification_certificationList_ctl01_certificationType_OffsetX"] = 190;
helptips["content_certification_certificationList_ctl01_othercertificationTypeTitle"] = "Certification Type:";
helptips["content_certification_certificationList_ctl01_othercertificationTypeText"] = "Please enter the type of certification the company possesses.";
helptips["content_certification_certificationList_ctl01_othercertificationType_OffsetX"] = 1;
helptips["content_certification_certificationList_ctl01_othercertificationType_OffsetY"] = -2;
helptips["content_certification_certificationList_ctl01_regionalTypeTitle"] = "Certifying Agency:";
helptips["content_certification_certificationList_ctl01_regionalTypeText"] = "Please select the agency that gave the company this certification.";
helptips["content_certification_certificationList_ctl01_certifiedAgentTitle"] = "Certifying Agency:";
helptips["content_certification_certificationList_ctl01_certifiedAgentText"] = "Please enter the agency that gave the company this certification.";
helptips["content_certification_certificationList_ctl01_certificationNoTitle"] = "Certification Number:";
helptips["content_certification_certificationList_ctl01_certificationNoText"] = "Please enter the certification number for this certificate.";
helptips["content_certification_certificationList_ctl01_certificationExpDateTitle"] = "Certification Expiration Date:";
helptips["content_certification_certificationList_ctl01_certificationExpDateText"] = "Please enter the expiration date of this certification in <span class=help>MM/DD/YYYY</span> format. Enter only numbers, the field will auto-format the information.";
helptips["content_certification_certificationList_ctl01_certificationExpDate_OffsetX"] = 195;
helptips["content_certification_certificationList_ctl01_certificateFileTitle"] = "Upload Certificate:";
helptips["content_certification_certificationList_ctl01_certificateFileText"] = "Please upload an electronic copy of this certificate.";
helptips["content_certification_certificationList_ctl01_certificateFile_OffsetX"] = 2;

//Certification 3
helptips["content_certification_certificationList_ctl02_certificationTypeTitle"] = "Certification Type:";
helptips["content_certification_certificationList_ctl02_certificationTypeText"] = "Please select the type of certification the company possesses.";
helptips["content_certification_certificationList_ctl02_certificationType_OffsetX"] = 190;
helptips["content_certification_certificationList_ctl02_othercertificationTypeTitle"] = "Certification Type:";
helptips["content_certification_certificationList_ctl02_othercertificationTypeText"] = "Please enter the type of certification the company possesses.";
helptips["content_certification_certificationList_ctl02_othercertificationType_OffsetX"] = 1;
helptips["content_certification_certificationList_ctl02_othercertificationType_OffsetY"] = -2;
helptips["content_certification_certificationList_ctl02_regionalTypeTitle"] = "Certifying Agency:";
helptips["content_certification_certificationList_ctl02_regionalTypeText"] = "Please select the agency that gave the company this certification.";
helptips["content_certification_certificationList_ctl02_certifiedAgentTitle"] = "Certifying Agency:";
helptips["content_certification_certificationList_ctl02_certifiedAgentText"] = "Please enter the agency that gave the company this certification.";
helptips["content_certification_certificationList_ctl02_certificationNoTitle"] = "Certification Number:";
helptips["content_certification_certificationList_ctl02_certificationNoText"] = "Please enter the certification number for this certificate.";
helptips["content_certification_certificationList_ctl02_certificationExpDateTitle"] = "Certification Expiration Date:";
helptips["content_certification_certificationList_ctl02_certificationExpDateText"] = "Please enter the expiration date of this certification in <span class=help>MM/DD/YYYY</span> format. Enter only numbers, the field will auto-format the information.";
helptips["content_certification_certificationList_ctl02_certificationExpDate_OffsetX"] = 195;
helptips["content_certification_certificationList_ctl02_certificateFileTitle"] = "Upload Certificate:";
helptips["content_certification_certificationList_ctl02_certificateFileText"] = "Please upload an electronic copy of this certificate.";
helptips["content_certification_certificationList_ctl02_certificateFile_OffsetX"] = 2;

//Preparer's
helptips["content_preparer_verifyNameTitle"] = "Preparer's Name:";
helptips["content_preparer_verifyNameText"] = "Please enter your name.";
helptips["content_preparer_verifyPhoneTitle"] = "Preparer's Phone Number:";
helptips["content_preparer_verifyPhoneText"] = "Please enter your business phone number using the (XXX)XXX-XXXX format.";
helptips["content_preparer_verifyPhone_OffsetX"] = 187;
helptips["content_preparer_extensionTitle"] = "Preparer's Phone Extension:";
helptips["content_preparer_extensionText"] = "Please enter your phone extension.";
helptips["content_preparer_verifyEmailTitle"] = "Preparer's Email Address:";
helptips["content_preparer_verifyEmailText"] = "Please enter your business email address.";