document.regForm.company_industry.options[1] = new Option("Consumer Business","Consumer Business");

document.regForm.company_industry.options[2] = new Option("Energy & Resources","Energy & Resources");

document.regForm.company_industry.options[3] = new Option("Financial Services","Financial Services");

document.regForm.company_industry.options[4] = new Option("Health Services","Health Services");
document.regForm.company_industry.options[5] = new Option("Manufacturing","Manufacturing");
document.regForm.company_industry.options[6] = new Option("Not-for-Profit Organizations","Not-for-Profit Organizations");

document.regForm.company_industry.options[7] = new Option("Public Sector","Public Sector");
document.regForm.company_industry.options[8] = new Option("Real Estate","Real Estate");

document.regForm.company_industry.options[9] = new Option("Technology, Media and Telecom","Technology, Media and Telecom");
document.regForm.company_industry.options[10] = new Option("Other","Other");



