document.regForm.company_industry.options.length = 1;
document.regForm.company_industry.options[document.regForm.company_industry.options.length] = new Option("Authorize Purchases", "Authorize Purchases");
document.regForm.company_industry.options[document.regForm.company_industry.options.length] = new Option("Evaluate/Specify Brands or Vendors", "Evaluate/Specify Brands or Vendors");
document.regForm.company_industry.options[document.regForm.company_industry.options.length] = new Option("Create IT Strategy", "Create IT Strategy");
document.regForm.company_industry.options[document.regForm.company_industry.options.length] = new Option("Determine IT Needs", "Determine IT Needs");
document.regForm.company_industry.options[document.regForm.company_industry.options.length] = new Option("Align Business & IT Goals", "Align Business & IT Goals");
document.regForm.company_industry.options[document.regForm.company_industry.options.length] = new Option("Manage Vendor Relationships", "Manage Vendor Relationships");
document.regForm.company_industry.options[document.regForm.company_industry.options.length] = new Option("None of the Above", "None of the Above");
