var ind_array = new Array();

ind_array[0] = "Seleccione por favor...";
ind_array[1] = "Servicios de alojamiento/alimentación";
ind_array[2] = "Agricultura/silvicultura/caza/pesca";
ind_array[3] = "Arte/ocio/entretenimiento";
ind_array[4] = "Construcción";
ind_array[5] = "Defensa/Militar";
ind_array[6] = "Educación/Superior";
ind_array[7] = "Educación/Primaria/Secundaria";
ind_array[8] = "Educación/Formación profesional/Otra";
ind_array[9] = "Finanzas/Banca";
ind_array[10] = "Administración/Nacional";
ind_array[11] = "Administración/Autonómica/Local";
ind_array[12] = "Sanidad/asistencia socia";
ind_array[13] = "Seguros";
ind_array[14] = "Manufacturas/Productos de consumo";
ind_array[15] = "Manufacturas/Procesos industriales";
ind_array[16] = "Medios de comunicación";
ind_array[17] = "Minería";
ind_array[18] = "Servicios profesionales/científicos/técnicos";
ind_array[19] = "Servicios inmobiliarios";
ind_array[20] = "Venta minorista";
ind_array[21] = "Telecomunicaciones";
ind_array[22] = "Transporte/Logística";
ind_array[23] = "Servicios";
ind_array[24] = "Venta mayorista";

var ind_array_short = [
"Seleccione por favor...",
"Agricultura/silvicultura/caza/pesca",
"Construcción",
"Defensa/Militar",
"Educación/Superior",
"Educación/Primaria/Secundaria",
"Finanzas/Banca",
"Administración/Nacional",
"Administración/Autonómica/Local",
"Sanidad/asistencia socia",
"Seguros",
"Manufacturas/Productos de consumo",
"Manufacturas/Procesos industriales",
"Medios de comunicación",
"Minería",
"Servicios profesionales/científicos/técnicos",
"Servicios inmobiliarios",
"Venta minorista",
"Telecomunicaciones",
"Transporte/Logística",
"Servicios"
];

interestarea_array = [
"Seleccione por favor...",
"Gigabit Ethernet",
"LAN Switches (Modulares)",
"LAN Switches (Apilables/Fijos)",
"Seguridad",
"Sistemas de telefonía",
"Conectividad inalámbrica y productos móviles",
"Routers"
];

// DTQ_103
var jobfunct_array = [
"Seleccione por favor...",
"CFO/Controller",
"CIO/CTO",
"Consultor",
"Ejecutivo",
"Proveedor de Servicios de Internet",
"Responsable de Internet/Intranet",
"Responsable de LAN",
"Vicepresidente/Director de MIS/IT/IS",
"Administrador de Red",
"Integración de Red",
"Administración de Red",
"Responsable de Operaciones",
"Otro cargo relacionado con la informática",
"Otro cargo no relacionado con la informática",
"Director/ Vicepresidente de Compras",
"Compras/Comprador",
"Responsable de Seguridad",
"Integrador de Sistemas",
"Responsable de Sistemas Informáticos",
"Responsable de Telecomunicaciones",
"Responsable de WAN",
"Director/Responsable principal de Informática",
"Responsable de Datos/Telecomunicaciones",
"Responsable Informático de División/Departamento",
"Administrador/Especialista de LAN/Red",
"Director de MIS/DP",
"Finanzas/Controller/Recursos Humanos",
"Docencia/Administración de K-12",
"Docencia de Universidad",
"Estudiante de Universidad",
"VAR/Reseller/Integrador de Sistemas",
"Gobierno Federal",
"Administrador de Hospital",
"Educación-Rectorado",
"Administración"
];

// Number of employees/network users code table (DTQ_206) DRG 10/07/2005
var employee_array = [
"Seleccione por favor...",
"Ningunos Empleados",
"1 - 10",
"11 - 50",
"51 - 100",
"101 - 250",
"251 - 500",
"501 - 1000",
"1001 - 2500",
"2501 - 5000",
"5001 - 10000",
"10001 +"
//"Sin especificar"
];

var funding_array = new Array();
funding_array[0] = "Seleccione por favor...";
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 funding_array_euro = new Array();
funding_array_euro[0] = "Seleccione por favor...";
funding_array_euro[1] = "&euro;0-&euro;4,999";
funding_array_euro[2] = "&euro;5,000-&euro;9,999";
funding_array_euro[3] = "&euro;10,000-&euro;14,999";
funding_array_euro[4] = "&euro;15,000-&euro;29,999";
funding_array_euro[5] = "&euro;30,000-&euro;34,999";
funding_array_euro[6] = "&euro;35,000-&euro;49,999";
funding_array_euro[7] = "&euro;50,000-&euro;99,999";
funding_array_euro[8] = "&euro;100,000+";

var timeframe_array = new Array();
timeframe_array[0] = "Seleccione por favor...";
timeframe_array[1] = "0-3 meses";
timeframe_array[2] = "3-6 meses";
timeframe_array[3] = "6-12 meses";
timeframe_array[4] = "1-2 años";
timeframe_array[5] = "Plan to, but unsure of time-frame";
timeframe_array[6] = "Do not plan to";

var networknodes_array = new Array();
networknodes_array[0] = "Seleccione por favor...";
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] = "Seleccione por favor...";
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] = "Seleccione por favor...";
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] = "Seleccione por favor...";
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] = "Seleccione por favor...";
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 cd = new Array();  // cd = country display list
cd[0] = "";
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] = "España";
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";
