/* This code populates the Siebel fields on the core forms.

	11-Feb-2009	Added "Other" field to the Industry (DTQ_102) array
		Erin Regan
	
*/
// Industry code table DTQ_102
var ind_array = new Array();
ind_array[0] = "Please select...";
ind_array[1] = "Accomodation/Food services";
ind_array[2] = "Agriculture/forestry/fishing/hunting";
ind_array[3] = "Arts/entertainment/recreation";
ind_array[4] = "Construction";
ind_array[5] = "Defense/Military";
ind_array[6] = "Education/Higher";
ind_array[7] = "Education/Primary/Secondary";
ind_array[8] = "Education/Training/Other";
ind_array[9] = "Finance/Banking";
ind_array[10] = "Government/National/Federal";
ind_array[11] = "Government/Regional/State/Local";
ind_array[12] = "Healthcare/social assistance";
ind_array[13] = "Insurance";
ind_array[14] = "Manufacturing/Discrete products";
ind_array[15] = "Manufacturing/Process Industries";
ind_array[16] = "Media";
ind_array[17] = "Mining/Minerals";
ind_array[18] = "Professional/scientific/technical services";
ind_array[19] = "Real estate";
ind_array[20] = "Retail trade";
ind_array[21] = "Telecommunications";
ind_array[22] = "Transportation/Logistics";
ind_array[23] = "Utilities";
ind_array[24] = "Wholesale trade";
ind_array[25] = "Other";

var ind_array_short = [ // - 1,3,8,24
"Please select...",                    
"Agriculture/forestry/fishing/hunting",
"Construction",
"Defense/Military",
"Education/Higher",
"Education/Primary/Secondary",
"Finance/Banking",
"Government/National/Federal",
"Government/Regional/State/Local",
"Healthcare/social assistance",
"Insurance",
"Manufacturing/Discrete products",
"Manufacturing/Process Industries",
"Media",
"Mining/Minerals",
"Professional/scientific/technical services",
"Real estate",
"Retail trade",
"Telecommunications",
"Transportation/Logistics",
"Utilities"
];

// DTQ_103
var jobfunct_array = [
"Please select...", 
"Business Owner",
"CFO/Controller",
"CIO/CTO",
"Consultant",
"Executive",
"Internet Service Provider",
"Internet/Intranet Manager",
"LAN Manager",
"MIS/IT/IS VP/Director",
"Network Administrator",
"Network Integration",
"Network Management",
"Operations Manager",
"Other Computer related",
"Other non-computer related",
"Purchasing Director/ VP",
"Purchasing/Buyer",
"Security Manager",
"System Integrator",
"IT Systems Manager",
"Telecommunications Manager",
"WAN Manager",
"Chief/Head IS Manager",
"Data/Telecommunications Manager",
"Divisional/Dept IS Manager",
"LAN/Network Admin/Specialist",
"MIS/DP Manager",
"Finance/Controller/Human Resources",
"K-12 Faculty/Administration",
"University Faculty",
"University Student",
"VAR/Reseller/Systems Integrator",
"Federal Government",
"Hospital Administrator",
"Education-Principal",
"Administration"
];

// Number of employees/network users code table (DTQ_206) DRG 10/07/2005
var employee_array = [
"Please select...",
"No Employees",
"1 to 10",
"11 to 50",
"51 to 100",
"101 to 250",
"251 to 500",
"501 to 1000",
"1001 to 2500",
"2501 to 5000",
"5001 to 10000",
"10001 or more"
//"Unspecfied"
];

var employee_us_array = employee_array;

var funding_array = new Array();
funding_array[0] = "Please select...";
funding_array[1] = "$0-$4,999";
funding_array[2] = "$5,000-$9,999";
funding_array[3] = "$10,000-$14,999";
funding_array[4] = "$15,000-$29,999";
funding_array[5] = "$30,000-$34,999";
funding_array[6] = "$35,000-$49,999";
funding_array[7] = "$50,000-$99,999";
funding_array[8] = "$100,000+";

var timeframe_array = new Array();
timeframe_array[0] = "Please select...";
timeframe_array[1] = "0-3 months";
timeframe_array[2] = "3-6 months";
timeframe_array[3] = "6-12 months";
timeframe_array[4] = "1-2 years";
timeframe_array[5] = "Plan to, but unsure of time-frame";
timeframe_array[6] = "Do not plan to";

var interestarea_array = new Array();
interestarea_array[0] = "Please Select...";
interestarea_array[1] = "Gigabit Ethernet";
interestarea_array[2] = "LAN Switches (Modular)";
interestarea_array[3] = "LAN Switches (Stackable/Fixed)";
interestarea_array[4] = "Security";
interestarea_array[5] = "IP Telephony";
interestarea_array[6] = "Wireless Networking and Mobile Products";
interestarea_array[7] = "Routers";


var networknodes_array = new Array();
networknodes_array[0] = "Please select...";
networknodes_array[1] = "1-5";
networknodes_array[2] = "6-10";
networknodes_array[3] = "11-20";
networknodes_array[4] = "21-50";
networknodes_array[5] = "51-100";
networknodes_array[6] = "101-250";
networknodes_array[7] = "251-500";
networknodes_array[8] = "501-1000";
networknodes_array[9] = "1001-5000";
networknodes_array[10] = "5001+";


var servers_array = new Array();
servers_array[0] = "Please select...";
servers_array[1] = "0 - 25";
servers_array[2] = "26 - 50";
servers_array[3] = "51 - 250";
servers_array[4] = "251 - 1000";
servers_array[5] = "1001 +";


var desknote_array = new Array();
desknote_array[0] = "Please select...";
desknote_array[1] = "< 100";
desknote_array[2] = "101 - 500";
desknote_array[3] = "501 - 1000";
desknote_array[4] = "1001 +";


var hubswitch_array = new Array();
hubswitch_array[0] = "Please select...";
hubswitch_array[1] = "0 - 10";
hubswitch_array[2] = "11 - 50";
hubswitch_array[3] = "51 - 100";
hubswitch_array[4] = "101 - 250";
hubswitch_array[5] = "251 +";


var user_array = new Array();
user_array[0] = "Please select...";
user_array[1] = "Analyst";
user_array[2] = "Consultant";
user_array[3] = "End User Enterprise Business Owner";
user_array[4] = "Distributor/Distribution";
user_array[5] = "End User";
user_array[6] = "End User Consumer";
user_array[7] = "System Integrator";
user_array[8] = "Press";
user_array[9] = "Reseller / Partner";
user_array[10] = "Retailer / Dealer Store Front";
user_array[11] = "Service Provider";
user_array[12] = "End User Small Business Owner";
user_array[13] = "Student";
user_array[14] = "Manufacturer";
user_array[15] = "Indirect VAR (value Added Reseller)";
user_array[16] = "Catalog / Direct Marketer (DMR)";
user_array[17] = "Internet Service Provider (ISP)";
user_array[18] = "Vendor";

var user_array_short = [
"Please select...",
"End User",
"Reseller / Partner"
];

var cd = new Array();  // cd = country display list
cd[0] = "Please select...";
cd[1] = "Afghanistan";
cd[2] = "Albania";
cd[3] = "Algeria";
cd[4] = "American Samoa";
cd[5] = "Andorra";
cd[6] = "Angola";
cd[7] = "Anguilla";
cd[8] = "Antarctica";
cd[9] = "Antigua and Barbuda";
cd[10] = "Argentina";
cd[11] = "Armenia";
cd[12] = "Aruba";
cd[13] = "Australia";
cd[14] = "Austria";
cd[15] = "Azerbaijan";
cd[16] = "Bahamas";
cd[17] = "Bahrain";
cd[18] = "Bangladesh";
cd[19] = "Barbados";
cd[20] = "Belarus";
cd[21] = "Belgium";
cd[22] = "Belize";
cd[23] = "Benin";
cd[24] = "Bermuda";
cd[25] = "Bhutan";
cd[26] = "Bolivia";
cd[27] = "Bosnia and Herzegovina";
cd[28] = "Botswana";
cd[29] = "Bouvet Island";
cd[30] = "Brazil";
cd[31] = "British Indian Ocean Territory";
cd[32] = "Brunei Darussalam";
cd[33] = "Bulgaria";
cd[34] = "Burkina Faso";
cd[35] = "Burundi";
cd[36] = "Cambodia";
cd[37] = "Cameroon";
cd[38] = "Canada";
cd[39] = "Cape Verde";
cd[40] = "Cayman Islands";
cd[41] = "Central African Republic";
cd[42] = "Chad";
cd[43] = "Chile";
cd[44] = "China";
cd[45] = "Christmas Island";
cd[46] = "Cocos (Keeling) Islands";
cd[47] = "Colombia";
cd[48] = "Comoros";
cd[49] = "Congo";
cd[50] = "Cook Islands";
cd[51] = "Costa Rica";
cd[52] = "Cote D'Ivoire";
cd[53] = "Croatia";
cd[54] = "Cuba";
cd[55] = "Cyprus";
cd[56] = "Czech Republic";
cd[57] = "Denmark";
cd[58] = "Djibouti";
cd[59] = "Dominica";
cd[60] = "Dominican Republic";
cd[61] = "East Timor";
cd[62] = "Ecuador";
cd[63] = "Egypt";
cd[64] = "El Salvador";
cd[65] = "Equatorial Guinea";
cd[66] = "Eritrea";
cd[67] = "Estonia";
cd[68] = "Ethiopia";
cd[69] = "Falkland Islands (Malvinas)";
cd[70] = "Faroe Islands";
cd[71] = "Fiji";
cd[72] = "Finland";
cd[73] = "France";
cd[74] = "French Guiana";
cd[75] = "French Polynesia";
cd[76] = "French Southern Territories";
cd[77] = "Gabon";
cd[78] = "Gambia";
cd[79] = "Georgia";
cd[80] = "Germany";
cd[81] = "Ghana";
cd[82] = "Gibraltar";
cd[83] = "Greece";
cd[84] = "Greenland";
cd[85] = "Grenada";
cd[86] = "Guadeloupe";
cd[87] = "Guam";
cd[88] = "Guatemala";
cd[89] = "Guinea";
cd[90] = "Guinea-Bissau";
cd[91] = "Guyana";
cd[92] = "Haiti";
cd[93] = "Heard and Mc Donald Islands";
cd[94] = "Holy See (Vatican City State)";
cd[95] = "Honduras";
cd[96] = "Hong Kong";
cd[97] = "Hungary";
cd[98] = "Iceland";
cd[99] = "India";
cd[100] = "Indonesia";
cd[101] = "Iran (Islamic Republic of)";
cd[102] = "Iraq";
cd[103] = "Ireland";
cd[104] = "Israel";
cd[105] = "Italy";
cd[106] = "Jamaica";
cd[107] = "Japan";
cd[108] = "Jordan";
cd[109] = "Kazakhstan";
cd[110] = "Kenya";
cd[111] = "Kiribati";
cd[112] = "Korea, North";
cd[113] = "Korea, South";
cd[114] = "Kuwait";
cd[115] = "Kyrgyzstan";
cd[116] = "Laos";
cd[117] = "Latvia";
cd[118] = "Lebanon";
cd[119] = "Lesotho";
cd[120] = "Liberia";
cd[121] = "Libyan Arab Jamahiriya";
cd[122] = "Liechtenstein";
cd[123] = "Lithuania";
cd[124] = "Luxembourg";
cd[125] = "Macau";
cd[126] = "Macedonia";
cd[127] = "Madagascar";
cd[128] = "Malawi";
cd[129] = "Malaysia";
cd[130] = "Maldives";
cd[131] = "Mali";
cd[132] = "Malta";
cd[133] = "Marshall Islands";
cd[134] = "Martinique";
cd[135] = "Mauritania";
cd[136] = "Mauritius";
cd[137] = "Mayotte";
cd[138] = "Mexico";
cd[139] = "Micronesia";
cd[140] = "Moldova, Republic of";
cd[141] = "Monaco";
cd[142] = "Mongolia";
cd[143] = "Montserrat";
cd[144] = "Morocco";
cd[145] = "Mozambique";
cd[146] = "Myanmar";
cd[147] = "Namibia";
cd[148] = "Nauru";
cd[149] = "Nepal";
cd[150] = "Netherlands";
cd[151] = "Netherlands Antilles";
cd[152] = "New Caledonia";
cd[153] = "New Zealand";
cd[154] = "Nicaragua";
cd[155] = "Niger";
cd[156] = "Nigeria";
cd[157] = "Niue";
cd[158] = "Norfolk Island";
cd[159] = "Northern Mariana Islands";
cd[160] = "Norway";
cd[161] = "Oman";
cd[162] = "Pakistan";
cd[163] = "Palau";
cd[164] = "Panama";
cd[165] = "Papua New Guinea";
cd[166] = "Paraguay";
cd[167] = "Peru";
cd[168] = "Philippines";
cd[169] = "Pitcairn";
cd[170] = "Poland";
cd[171] = "Portugal";
cd[172] = "Puerto Rico";
cd[173] = "Qatar";
cd[174] = "Reunion";
cd[175] = "Romania";
cd[176] = "Russian Federation";
cd[177] = "Rwanda";
cd[178] = "S. Georgia & Sandwich Islands";
cd[179] = "Saint Kitts and Nevis";
cd[180] = "Saint Lucia";
cd[181] = "Saint Vincent & The Grenadines";
cd[182] = "Samoa";
cd[183] = "San Marino";
cd[184] = "Sao Tome and Principe";
cd[185] = "Saudi Arabia";
cd[186] = "Senegal";
cd[187] = "Seychelles";
cd[188] = "Sierra Leone";
cd[189] = "Singapore";
cd[190] = "Slovakia";
cd[191] = "Slovenia";
cd[192] = "Solomon Islands";
cd[193] = "Somalia";
cd[194] = "South Africa";
cd[195] = "Spain";
cd[196] = "Sri Lanka";
cd[197] = "St. Helena";
cd[198] = "St. Pierre and Miquelon";
cd[199] = "Sudan";
cd[200] = "Suriname";
cd[201] = "Svalbard and Jan Mayen Islands";
cd[202] = "Swaziland";
cd[203] = "Sweden";
cd[204] = "Switzerland";
cd[205] = "Syrian Arab Republic";
cd[206] = "Taiwan";
cd[207] = "Tajikistan";
cd[208] = "Tanzania, United Republic of";
cd[209] = "Thailand";
cd[210] = "Togo";
cd[211] = "Tokelau";
cd[212] = "Tonga";
cd[213] = "Trinidad and Tobago";
cd[214] = "Tunisia";
cd[215] = "Turkey";
cd[216] = "Turkmenistan";
cd[217] = "Turks and Caicos Islands";
cd[218] = "Tuvalu";
cd[219] = "Uganda";
cd[220] = "Ukraine";
cd[221] = "United Arab Emirates";
cd[222] = "United Kingdom";
cd[223] = "United States";
cd[224] = "Uruguay";
cd[225] = "Us Minor Outlying Islands";
cd[226] = "Uzbekistan";
cd[227] = "Vanuatu";
cd[228] = "Venezuela";
cd[229] = "Vietnam";
cd[230] = "Virgin Islands (British)";
cd[231] = "Virgin Islands (U.S.)";
cd[232] = "Wallis and Futuna Islands";
cd[233] = "Western Sahara";
cd[234] = "Yemen";
cd[235] = "Zaire";
cd[236] = "Zambia";
cd[237] = "Zimbabwe";

