1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/js/src/tests/js1_5/Regress/regress-96526-003.js Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,4404 @@ 1.4 +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ 1.5 +/* This Source Code Form is subject to the terms of the Mozilla Public 1.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.8 + 1.9 +/* 1.10 + * 1.11 + * Date: 04 Sep 2002 1.12 + * SUMMARY: Just seeing that we don't crash when compiling this script - 1.13 + * 1.14 + * See http://bugzilla.mozilla.org/show_bug.cgi?id=96526 1.15 + * See http://bugzilla.mozilla.org/show_bug.cgi?id=133897 1.16 + */ 1.17 +//----------------------------------------------------------------------------- 1.18 +printBugNumber(96526); 1.19 +printStatus("Just seeing that we don't crash when compiling this script -"); 1.20 + 1.21 + 1.22 +/* 1.23 + * This function comes from http://bugzilla.mozilla.org/show_bug.cgi?id=133897 1.24 + */ 1.25 +function validId(IDtext) 1.26 +{ 1.27 + var res = ""; 1.28 + 1.29 + if(IDText.value==""){ 1.30 + print("You must enter a valid battery #") 1.31 + return false 1.32 + } 1.33 + else if(IDText.value=="x522"){ 1.34 + //Checks for id entry 1.35 + res="../batteryinfo/product_offerings/alkaline/energizer_e2/energizer2.htm" 1.36 + return true 1.37 + } 1.38 + else if(IDText.value=="x91"){ 1.39 + //Checks for id entry 1.40 + res="../batteryinfo/product_offerings/alkaline/energizer_e2/energizer2.htm" 1.41 + return true 1.42 + } 1.43 + else if(IDText.value=="x92"){ 1.44 + //Checks for id entry 1.45 + res="../batteryinfo/product_offerings/alkaline/energizer_e2/energizer2.htm" 1.46 + return true 1.47 + } 1.48 + else if(IDText.value=="x93"){ 1.49 + //Checks for id entry 1.50 + res="../batteryinfo/product_offerings/alkaline/energizer_e2/energizer2.htm" 1.51 + return true 1.52 + } 1.53 + else if(IDText.value=="x95"){ 1.54 + //Checks for id entry 1.55 + res="../batteryinfo/product_offerings/alkaline/energizer_e2/energizer2.htm" 1.56 + return true 1.57 + } 1.58 + else if(IDText.value=="521"){ 1.59 + //Checks for id entry 1.60 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_consumeroem.htm" 1.61 + return true 1.62 + } 1.63 + else if(IDText.value=="522"){ 1.64 + //Checks for id entry 1.65 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_consumeroem.htm" 1.66 + return true 1.67 + } 1.68 + else if(IDText.value=="528"){ 1.69 + //Checks for id entry 1.70 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_consumeroem.htm" 1.71 + return true 1.72 + } 1.73 + else if(IDText.value=="529"){ 1.74 + //Checks for id entry 1.75 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_consumeroem.htm" 1.76 + return true 1.77 + } 1.78 + else if(IDText.value=="539"){ 1.79 + //Checks for id entry 1.80 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_consumeroem.htm" 1.81 + return true 1.82 + } 1.83 + else if(IDText.value=="e90"){ 1.84 + //Checks for id entry 1.85 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_consumeroem.htm" 1.86 + return true 1.87 + } 1.88 + else if(IDText.value=="e91"){ 1.89 + //Checks for id entry 1.90 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_consumeroem.htm" 1.91 + return true 1.92 + } 1.93 + else if(IDText.value=="e92"){ 1.94 + //Checks for id entry 1.95 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_consumeroem.htm" 1.96 + return true 1.97 + } 1.98 + else if(IDText.value=="e93"){ 1.99 + //Checks for id entry 1.100 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_consumeroem.htm" 1.101 + return true 1.102 + } 1.103 + else if(IDText.value=="e95"){ 1.104 + //Checks for id entry 1.105 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_consumeroem.htm" 1.106 + return true 1.107 + } 1.108 + else if(IDText.value=="e96"){ 1.109 + //Checks for id entry 1.110 + res="../batteryinfo/product_offerings/alkaline/energizer_e2/energizer2.htm" 1.111 + return true 1.112 + } 1.113 + else if(IDText.value=="en6"){ 1.114 + //Checks for id entry 1.115 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_industrial.htm" 1.116 + return true 1.117 + } 1.118 + else if(IDText.value=="en22"){ 1.119 + //Checks for id entry 1.120 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_industrial.htm" 1.121 + return true 1.122 + } 1.123 + else if(IDText.value=="en90"){ 1.124 + //Checks for id entry 1.125 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_industrial.htm" 1.126 + return true 1.127 + } 1.128 + else if(IDText.value=="en91"){ 1.129 + //Checks for id entry 1.130 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_industrial.htm" 1.131 + return true 1.132 + } 1.133 + else if(IDText.value=="en92"){ 1.134 + //Checks for id entry 1.135 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_industrial.htm" 1.136 + return true 1.137 + } 1.138 + else if(IDText.value=="en93"){ 1.139 + //Checks for id entry 1.140 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_industrial.htm" 1.141 + return true 1.142 + } 1.143 + else if(IDText.value=="en95"){ 1.144 + //Checks for id entry 1.145 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_industrial.htm" 1.146 + return true 1.147 + } 1.148 + else if(IDText.value=="en529"){ 1.149 + //Checks for id entry 1.150 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_industrial.htm" 1.151 + return true 1.152 + } 1.153 + else if(IDText.value=="en539"){ 1.154 + //Checks for id entry 1.155 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_industrial.htm" 1.156 + return true 1.157 + } 1.158 + else if(IDText.value=="en715"){ 1.159 + //Checks for id entry 1.160 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_industrial.htm" 1.161 + return true 1.162 + } 1.163 + else if(IDText.value=="edl4a"){ 1.164 + //Checks for id entry 1.165 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_industrial.htm" 1.166 + return true 1.167 + } 1.168 + else if(IDText.value=="edl4as"){ 1.169 + //Checks for id entry 1.170 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_industrial.htm" 1.171 + return true 1.172 + } 1.173 + else if(IDText.value=="edl4ac"){ 1.174 + //Checks for id entry 1.175 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_industrial.htm" 1.176 + return true 1.177 + } 1.178 + else if(IDText.value=="edl6a"){ 1.179 + //Checks for id entry 1.180 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_industrial.htm" 1.181 + return true 1.182 + } 1.183 + else if(IDText.value=="3-0316"){ 1.184 + //Checks for id entry 1.185 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm" 1.186 + return true 1.187 + } 1.188 + else if(IDText.value=="3-0316i"){ 1.189 + //Checks for id entry 1.190 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm" 1.191 + return true 1.192 + } 1.193 + else if(IDText.value=="3-00411"){ 1.194 + //Checks for id entry 1.195 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm" 1.196 + return true 1.197 + } 1.198 + else if(IDText.value=="3-0411i"){ 1.199 + //Checks for id entry 1.200 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm" 1.201 + return true 1.202 + } 1.203 + 1.204 + else if(IDText.value=="3-312"){ 1.205 + //Checks for id entry 1.206 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm" 1.207 + return true 1.208 + } 1.209 + else if(IDText.value=="3-312i"){ 1.210 + //Checks for id entry 1.211 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm" 1.212 + return true 1.213 + } 1.214 + 1.215 + else if(IDText.value=="3-315"){ 1.216 + //Checks for id entry 1.217 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm" 1.218 + return true 1.219 + } 1.220 + 1.221 + else if(IDText.value=="3-315i"){ 1.222 + //Checks for id entry 1.223 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm" 1.224 + return true 1.225 + } 1.226 + 1.227 + else if(IDText.value=="3-315innc"){ 1.228 + //Checks for id entry 1.229 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm" 1.230 + return true 1.231 + } 1.232 + 1.233 + else if(IDText.value=="3-315iwc"){ 1.234 + //Checks for id entry 1.235 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm" 1.236 + return true 1.237 + } 1.238 + 1.239 + else if(IDText.value=="3-315wc"){ 1.240 + //Checks for id entry 1.241 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm" 1.242 + return true 1.243 + } 1.244 + 1.245 + else if(IDText.value=="3-335"){ 1.246 + //Checks for id entry 1.247 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm" 1.248 + return true 1.249 + } 1.250 + 1.251 + else if(IDText.value=="3-335i"){ 1.252 + //Checks for id entry 1.253 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm" 1.254 + return true 1.255 + } 1.256 + 1.257 + else if(IDText.value=="3-335wc"){ 1.258 + //Checks for id entry 1.259 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm" 1.260 + return true 1.261 + } 1.262 + 1.263 + else if(IDText.value=="3-335nnci"){ 1.264 + //Checks for id entry 1.265 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm" 1.266 + return true 1.267 + } 1.268 + 1.269 + else if(IDText.value=="3-350"){ 1.270 + //Checks for id entry 1.271 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm" 1.272 + return true 1.273 + } 1.274 + 1.275 + else if(IDText.value=="3-350i"){ 1.276 + //Checks for id entry 1.277 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm" 1.278 + return true 1.279 + } 1.280 + 1.281 + else if(IDText.value=="3-3501wc"){ 1.282 + //Checks for id entry 1.283 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm" 1.284 + return true 1.285 + } 1.286 + 1.287 + else if(IDText.value=="3-350wc"){ 1.288 + //Checks for id entry 1.289 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm" 1.290 + return true 1.291 + } 1.292 + 1.293 + else if(IDText.value=="3-350nnci"){ 1.294 + //Checks for id entry 1.295 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm" 1.296 + return true 1.297 + } 1.298 + 1.299 + else if(IDText.value=="3-361"){ 1.300 + //Checks for id entry 1.301 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm" 1.302 + return true 1.303 + } 1.304 + 1.305 + else if(IDText.value=="3-361i"){ 1.306 + //Checks for id entry 1.307 + res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm" 1.308 + return true 1.309 + } 1.310 + 1.311 + else if(IDText.value=="a522"){ 1.312 + //Checks for id entry 1.313 + res="../batteryinfo/product_offerings/alkaline/eveready/value.htm" 1.314 + return true 1.315 + } 1.316 + else if(IDText.value=="a91"){ 1.317 + //Checks for id entry 1.318 + res="../batteryinfo/product_offerings/alkaline/eveready/value.htm" 1.319 + return true 1.320 + } 1.321 + else if(IDText.value=="a92"){ 1.322 + //Checks for id entry 1.323 + res="../batteryinfo/product_offerings/alkaline/eveready/value.htm" 1.324 + return true 1.325 + } 1.326 + else if(IDText.value=="a93"){ 1.327 + //Checks for id entry 1.328 + res="../batteryinfo/product_offerings/alkaline/eveready/value.htm" 1.329 + return true 1.330 + } 1.331 + else if(IDText.value=="a95"){ 1.332 + //Checks for id entry 1.333 + res="../batteryinfo/product_offerings/alkaline/eveready/value.htm" 1.334 + return true 1.335 + } 1.336 + 1.337 + else if(IDText.value=="510s"){ 1.338 + //Checks for id entry 1.339 + res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_consumeroem.htm" 1.340 + return true 1.341 + } 1.342 + 1.343 + else if(IDText.value=="1209"){ 1.344 + //Checks for id entry 1.345 + res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_consumeroem.htm" 1.346 + return true 1.347 + } 1.348 + 1.349 + else if(IDText.value=="1212"){ 1.350 + //Checks for id entry 1.351 + res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_consumeroem.htm" 1.352 + return true 1.353 + } 1.354 + 1.355 + else if(IDText.value=="1215"){ 1.356 + //Checks for id entry 1.357 + res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_consumeroem.htm" 1.358 + return true 1.359 + } 1.360 + 1.361 + else if(IDText.value=="1222"){ 1.362 + //Checks for id entry 1.363 + res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_consumeroem.htm" 1.364 + return true 1.365 + } 1.366 + 1.367 + else if(IDText.value=="1235"){ 1.368 + //Checks for id entry 1.369 + res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_consumeroem.htm" 1.370 + return true 1.371 + } 1.372 + 1.373 + else if(IDText.value=="1250"){ 1.374 + //Checks for id entry 1.375 + res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_consumeroem.htm" 1.376 + return true 1.377 + } 1.378 + else if(IDText.value=="206"){ 1.379 + //Checks for id entry 1.380 + res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm" 1.381 + return true 1.382 + } 1.383 + 1.384 + else if(IDText.value=="246"){ 1.385 + //Checks for id entry 1.386 + res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm" 1.387 + return true 1.388 + } 1.389 + 1.390 + else if(IDText.value=="266"){ 1.391 + //Checks for id entry 1.392 + res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm" 1.393 + return true 1.394 + } 1.395 + 1.396 + else if(IDText.value=="276"){ 1.397 + //Checks for id entry 1.398 + res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm" 1.399 + return true 1.400 + } 1.401 + 1.402 + else if(IDText.value=="411"){ 1.403 + //Checks for id entry 1.404 + res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm" 1.405 + return true 1.406 + } 1.407 + 1.408 + 1.409 + else if(IDText.value=="412"){ 1.410 + //Checks for id entry 1.411 + res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm" 1.412 + return true 1.413 + } 1.414 + 1.415 + else if(IDText.value=="413"){ 1.416 + //Checks for id entry 1.417 + res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm" 1.418 + return true 1.419 + } 1.420 + 1.421 + else if(IDText.value=="415"){ 1.422 + //Checks for id entry 1.423 + res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm" 1.424 + return true 1.425 + } 1.426 + 1.427 + else if(IDText.value=="416"){ 1.428 + //Checks for id entry 1.429 + res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm" 1.430 + return true 1.431 + } 1.432 + 1.433 + else if(IDText.value=="455"){ 1.434 + //Checks for id entry 1.435 + res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm" 1.436 + return true 1.437 + } 1.438 + 1.439 + else if(IDText.value=="467"){ 1.440 + //Checks for id entry 1.441 + res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm" 1.442 + return true 1.443 + } 1.444 + 1.445 + else if(IDText.value=="489"){ 1.446 + //Checks for id entry 1.447 + res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm" 1.448 + return true 1.449 + } 1.450 + 1.451 + else if(IDText.value=="493"){ 1.452 + //Checks for id entry 1.453 + res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm" 1.454 + return true 1.455 + } 1.456 + 1.457 + else if(IDText.value=="497"){ 1.458 + //Checks for id entry 1.459 + res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm" 1.460 + return true 1.461 + } 1.462 + 1.463 + else if(IDText.value=="504"){ 1.464 + //Checks for id entry 1.465 + res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm" 1.466 + return true 1.467 + } 1.468 + 1.469 + else if(IDText.value=="505"){ 1.470 + //Checks for id entry 1.471 + res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm" 1.472 + return true 1.473 + } 1.474 + 1.475 + else if(IDText.value=="711"){ 1.476 + //Checks for id entry 1.477 + res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm" 1.478 + return true 1.479 + } 1.480 + 1.481 + else if(IDText.value=="732"){ 1.482 + //Checks for id entry 1.483 + res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm" 1.484 + return true 1.485 + } 1.486 + 1.487 + else if(IDText.value=="763"){ 1.488 + //Checks for id entry 1.489 + res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm" 1.490 + return true 1.491 + } 1.492 + 1.493 + else if(IDText.value=="ev190"){ 1.494 + //Checks for id entry 1.495 + res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm" 1.496 + return true 1.497 + } 1.498 + 1.499 + else if(IDText.value=="ev115"){ 1.500 + //Checks for id entry 1.501 + res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm" 1.502 + return true 1.503 + } 1.504 + 1.505 + else if(IDText.value=="ev122"){ 1.506 + //Checks for id entry 1.507 + res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm" 1.508 + return true 1.509 + } 1.510 + 1.511 + else if(IDText.value=="ev131"){ 1.512 + //Checks for id entry 1.513 + res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm" 1.514 + return true 1.515 + } 1.516 + 1.517 + else if(IDText.value=="ev135"){ 1.518 + //Checks for id entry 1.519 + res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm" 1.520 + return true 1.521 + } 1.522 + 1.523 + else if(IDText.value=="ev150"){ 1.524 + //Checks for id entry 1.525 + res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm" 1.526 + return true 1.527 + } 1.528 + 1.529 + else if(IDText.value=="hs14196"){ 1.530 + //Checks for id entry 1.531 + res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm" 1.532 + return true 1.533 + } 1.534 + 1.535 + else if(IDText.value=="2l76"){ 1.536 + //Checks for id entry 1.537 + res="../batteryinfo/product_offerings/lithium/lithium.htm" 1.538 + return true 1.539 + } 1.540 + else if(IDText.value=="el1cr2"){ 1.541 + //Checks for id entry 1.542 + res="../batteryinfo/product_offerings/lithium/lithium.htm" 1.543 + return true 1.544 + } 1.545 + else if(IDText.value=="crv3"){ 1.546 + //Checks for id entry 1.547 + res="../batteryinfo/product_offerings/lithium/lithium.htm" 1.548 + return true 1.549 + } 1.550 + 1.551 + else if(IDText.value=="el2cr5"){ 1.552 + //Checks for id entry 1.553 + res="../batteryinfo/product_offerings/lithium/lithium.htm" 1.554 + return true 1.555 + } 1.556 + 1.557 + else if(IDText.value=="el123ap"){ 1.558 + //Checks for id entry 1.559 + res="../batteryinfo/product_offerings/lithium/lithium.htm" 1.560 + return true 1.561 + } 1.562 + 1.563 + else if(IDText.value=="el223ap"){ 1.564 + //Checks for id entry 1.565 + res="../batteryinfo/product_offerings/lithium/lithium.htm" 1.566 + return true 1.567 + } 1.568 + 1.569 + else if(IDText.value=="l91"){ 1.570 + //Checks for id entry 1.571 + res="../batteryinfo/product_offerings/lithium/lithium.htm" 1.572 + return true 1.573 + } 1.574 + 1.575 + else if(IDText.value=="l522"){ 1.576 + //Checks for id entry 1.577 + res="../batteryinfo/product_offerings/lithium/lithium.htm" 1.578 + return true 1.579 + } 1.580 + 1.581 + else if(IDText.value=="l544"){ 1.582 + //Checks for id entry 1.583 + res="../batteryinfo/product_offerings/lithium/lithium.htm" 1.584 + return true 1.585 + } 1.586 + 1.587 + else if(IDText.value=="cr1025"){ 1.588 + //Checks for id entry 1.589 + res="../batteryinfo/product_offerings/lithium/lithiummin.htm" 1.590 + return true 1.591 + } 1.592 + 1.593 + else if(IDText.value=="cr1216"){ 1.594 + //Checks for id entry 1.595 + res="../batteryinfo/product_offerings/lithium/lithiummin.htm" 1.596 + return true 1.597 + } 1.598 + 1.599 + else if(IDText.value=="cr1220"){ 1.600 + //Checks for id entry 1.601 + res="../batteryinfo/product_offerings/lithium/lithiummin.htm" 1.602 + return true 1.603 + } 1.604 + 1.605 + else if(IDText.value=="cr1225"){ 1.606 + //Checks for id entry 1.607 + res="../batteryinfo/product_offerings/lithium/lithiummin.htm" 1.608 + return true 1.609 + } 1.610 + 1.611 + else if(IDText.value=="cr1616"){ 1.612 + //Checks for id entry 1.613 + res="../batteryinfo/product_offerings/lithium/lithiummin.htm" 1.614 + return true 1.615 + } 1.616 + 1.617 + else if(IDText.value=="cr1620"){ 1.618 + //Checks for id entry 1.619 + res="../batteryinfo/product_offerings/lithium/lithiummin.htm" 1.620 + return true 1.621 + } 1.622 + 1.623 + else if(IDText.value=="cr1632"){ 1.624 + //Checks for id entry 1.625 + res="../batteryinfo/product_offerings/lithium/lithiummin.htm" 1.626 + return true 1.627 + } 1.628 + 1.629 + else if(IDText.value=="cr2012"){ 1.630 + //Checks for id entry 1.631 + res="../batteryinfo/product_offerings/lithium/lithiummin.htm" 1.632 + return true 1.633 + } 1.634 + 1.635 + else if(IDText.value=="cr2016"){ 1.636 + //Checks for id entry 1.637 + res="../batteryinfo/product_offerings/lithium/lithiummin.htm" 1.638 + return true 1.639 + } 1.640 + 1.641 + else if(IDText.value=="cr2025"){ 1.642 + //Checks for id entry 1.643 + res="../batteryinfo/product_offerings/lithium/lithiummin.htm" 1.644 + return true 1.645 + } 1.646 + 1.647 + else if(IDText.value=="cr2032"){ 1.648 + //Checks for id entry 1.649 + res="../batteryinfo/product_offerings/lithium/lithiummin.htm" 1.650 + return true 1.651 + } 1.652 + 1.653 + else if(IDText.value=="cr2320"){ 1.654 + //Checks for id entry 1.655 + res="../batteryinfo/product_offerings/lithium/lithiummin.htm" 1.656 + return true 1.657 + } 1.658 + 1.659 + else if(IDText.value=="cr2430"){ 1.660 + //Checks for id entry 1.661 + res="../batteryinfo/product_offerings/lithium/lithiummin.htm" 1.662 + return true 1.663 + } 1.664 + 1.665 + else if(IDText.value=="cr2450"){ 1.666 + //Checks for id entry 1.667 + res="../batteryinfo/product_offerings/lithium/lithiummin.htm" 1.668 + return true 1.669 + } 1.670 + else if(IDText.value=="186"){ 1.671 + //Checks for id entry 1.672 + res="../batteryinfo/product_offerings/manganese_dioxide/manganese_dioxide.htm" 1.673 + return true 1.674 + } 1.675 + 1.676 + else if(IDText.value=="189"){ 1.677 + //Checks for id entry 1.678 + res="../batteryinfo/product_offerings/manganese_dioxide/manganese_dioxide.htm" 1.679 + return true 1.680 + } 1.681 + 1.682 + else if(IDText.value=="191"){ 1.683 + //Checks for id entry 1.684 + res="../batteryinfo/product_offerings/manganese_dioxide/manganese_dioxide.htm" 1.685 + return true 1.686 + } 1.687 + 1.688 + else if(IDText.value=="192"){ 1.689 + //Checks for id entry 1.690 + res="../batteryinfo/product_offerings/manganese_dioxide/manganese_dioxide.htm" 1.691 + return true 1.692 + } 1.693 + 1.694 + else if(IDText.value=="193"){ 1.695 + //Checks for id entry 1.696 + res="../batteryinfo/product_offerings/manganese_dioxide/manganese_dioxide.htm" 1.697 + return true 1.698 + } 1.699 + 1.700 + else if(IDText.value=="a23"){ 1.701 + //Checks for id entry 1.702 + res="../batteryinfo/product_offerings/manganese_dioxide/manganese_dioxide.htm" 1.703 + return true 1.704 + } 1.705 + 1.706 + else if(IDText.value=="a27"){ 1.707 + //Checks for id entry 1.708 + res="../batteryinfo/product_offerings/manganese_dioxide/manganese_dioxide.htm" 1.709 + return true 1.710 + } 1.711 + 1.712 + else if(IDText.value=="a76"){ 1.713 + //Checks for id entry 1.714 + res="../batteryinfo/product_offerings/manganese_dioxide/manganese_dioxide.htm" 1.715 + return true 1.716 + } 1.717 + 1.718 + else if(IDText.value=="a544"){ 1.719 + //Checks for id entry 1.720 + res="../batteryinfo/product_offerings/manganese_dioxide/manganese_dioxide.htm" 1.721 + return true 1.722 + } 1.723 + 1.724 + else if(IDText.value=="e11a"){ 1.725 + //Checks for id entry 1.726 + res="../batteryinfo/product_offerings/manganese_dioxide/manganese_dioxide.htm" 1.727 + return true 1.728 + } 1.729 + 1.730 + else if(IDText.value=="e625g"){ 1.731 + //Checks for id entry 1.732 + res="../batteryinfo/product_offerings/manganese_dioxide/manganese_dioxide.htm" 1.733 + return true 1.734 + } 1.735 + 1.736 + else if(IDText.value=="301"){ 1.737 + //Checks for id entry 1.738 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.739 + return true 1.740 + } 1.741 + 1.742 + else if(IDText.value=="303"){ 1.743 + //Checks for id entry 1.744 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.745 + return true 1.746 + } 1.747 + 1.748 + else if(IDText.value=="309"){ 1.749 + //Checks for id entry 1.750 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.751 + return true 1.752 + } 1.753 + 1.754 + else if(IDText.value=="315"){ 1.755 + //Checks for id entry 1.756 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.757 + return true 1.758 + } 1.759 + 1.760 + else if(IDText.value=="317"){ 1.761 + //Checks for id entry 1.762 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.763 + return true 1.764 + } 1.765 + 1.766 + else if(IDText.value=="319"){ 1.767 + //Checks for id entry 1.768 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.769 + return true 1.770 + } 1.771 + 1.772 + else if(IDText.value=="321"){ 1.773 + //Checks for id entry 1.774 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.775 + return true 1.776 + } 1.777 + 1.778 + else if(IDText.value=="329"){ 1.779 + //Checks for id entry 1.780 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.781 + return true 1.782 + } 1.783 + else if(IDText.value=="333"){ 1.784 + //Checks for id entry 1.785 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.786 + return true 1.787 + } 1.788 + else if(IDText.value=="335"){ 1.789 + //Checks for id entry 1.790 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.791 + return true 1.792 + } 1.793 + 1.794 + else if(IDText.value=="337"){ 1.795 + //Checks for id entry 1.796 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.797 + return true 1.798 + } 1.799 + 1.800 + else if(IDText.value=="339"){ 1.801 + //Checks for id entry 1.802 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.803 + return true 1.804 + } 1.805 + 1.806 + else if(IDText.value=="341"){ 1.807 + //Checks for id entry 1.808 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.809 + return true 1.810 + } 1.811 + 1.812 + else if(IDText.value=="344"){ 1.813 + //Checks for id entry 1.814 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.815 + return true 1.816 + } 1.817 + 1.818 + else if(IDText.value=="346"){ 1.819 + //Checks for id entry 1.820 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.821 + return true 1.822 + } 1.823 + 1.824 + else if(IDText.value=="350"){ 1.825 + //Checks for id entry 1.826 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.827 + return true 1.828 + } 1.829 + 1.830 + else if(IDText.value=="357"){ 1.831 + //Checks for id entry 1.832 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.833 + return true 1.834 + } 1.835 + 1.836 + else if(IDText.value=="361"){ 1.837 + //Checks for id entry 1.838 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.839 + return true 1.840 + } 1.841 + 1.842 + else if(IDText.value=="362"){ 1.843 + //Checks for id entry 1.844 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.845 + return true 1.846 + } 1.847 + 1.848 + else if(IDText.value=="364"){ 1.849 + //Checks for id entry 1.850 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.851 + return true 1.852 + } 1.853 + 1.854 + else if(IDText.value=="365"){ 1.855 + //Checks for id entry 1.856 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.857 + return true 1.858 + } 1.859 + 1.860 + else if(IDText.value=="366"){ 1.861 + //Checks for id entry 1.862 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.863 + return true 1.864 + } 1.865 + 1.866 + else if(IDText.value=="370"){ 1.867 + //Checks for id entry 1.868 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.869 + return true 1.870 + } 1.871 + 1.872 + else if(IDText.value=="371"){ 1.873 + //Checks for id entry 1.874 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.875 + return true 1.876 + } 1.877 + 1.878 + else if(IDText.value=="373"){ 1.879 + //Checks for id entry 1.880 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.881 + return true 1.882 + } 1.883 + 1.884 + else if(IDText.value=="376"){ 1.885 + //Checks for id entry 1.886 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.887 + return true 1.888 + } 1.889 + 1.890 + else if(IDText.value=="377"){ 1.891 + //Checks for id entry 1.892 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.893 + return true 1.894 + } 1.895 + 1.896 + else if(IDText.value=="379"){ 1.897 + //Checks for id entry 1.898 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.899 + return true 1.900 + } 1.901 + 1.902 + else if(IDText.value=="381"){ 1.903 + //Checks for id entry 1.904 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.905 + return true 1.906 + } 1.907 + 1.908 + else if(IDText.value=="384"){ 1.909 + //Checks for id entry 1.910 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.911 + return true 1.912 + } 1.913 + 1.914 + else if(IDText.value=="386"){ 1.915 + //Checks for id entry 1.916 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.917 + return true 1.918 + } 1.919 + 1.920 + else if(IDText.value=="387s"){ 1.921 + //Checks for id entry 1.922 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.923 + return true 1.924 + } 1.925 + 1.926 + else if(IDText.value=="389"){ 1.927 + //Checks for id entry 1.928 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.929 + return true 1.930 + } 1.931 + 1.932 + else if(IDText.value=="390"){ 1.933 + //Checks for id entry 1.934 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.935 + return true 1.936 + } 1.937 + 1.938 + else if(IDText.value=="391"){ 1.939 + //Checks for id entry 1.940 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.941 + return true 1.942 + } 1.943 + 1.944 + else if(IDText.value=="392"){ 1.945 + //Checks for id entry 1.946 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.947 + return true 1.948 + } 1.949 + 1.950 + else if(IDText.value=="393"){ 1.951 + //Checks for id entry 1.952 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.953 + return true 1.954 + } 1.955 + 1.956 + else if(IDText.value=="394"){ 1.957 + //Checks for id entry 1.958 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.959 + return true 1.960 + } 1.961 + 1.962 + else if(IDText.value=="395"){ 1.963 + //Checks for id entry 1.964 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.965 + return true 1.966 + } 1.967 + 1.968 + else if(IDText.value=="396"){ 1.969 + //Checks for id entry 1.970 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.971 + return true 1.972 + } 1.973 + 1.974 + else if(IDText.value=="397"){ 1.975 + //Checks for id entry 1.976 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.977 + return true 1.978 + } 1.979 + 1.980 + else if(IDText.value=="399"){ 1.981 + //Checks for id entry 1.982 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.983 + return true 1.984 + } 1.985 + 1.986 + 1.987 + else if(IDText.value=="epx76"){ 1.988 + //Checks for id entry 1.989 + res="../batteryinfo/product_offerings/silver/silver_oxide.htm" 1.990 + return true 1.991 + } 1.992 + 1.993 + else if(IDText.value=="ac5"){ 1.994 + //Checks for id entry 1.995 + res="../batteryinfo/product_offerings/zinc_air/zinc_air.htm" 1.996 + return true 1.997 + } 1.998 + 1.999 + else if(IDText.value=="ac10/230"){ 1.1000 + //Checks for id entry 1.1001 + res="../batteryinfo/product_offerings/zinc_air/zinc_air.htm" 1.1002 + return true 1.1003 + } 1.1004 + else if(IDText.value=="ac10"){ 1.1005 + //Checks for id entry 1.1006 + res="../batteryinfo/product_offerings/zinc_air/zinc_air.htm" 1.1007 + return true 1.1008 + } 1.1009 + else if(IDText.value=="ac13"){ 1.1010 + //Checks for id entry 1.1011 + res="../batteryinfo/product_offerings/zinc_air/zinc_air.htm" 1.1012 + return true 1.1013 + } 1.1014 + 1.1015 + else if(IDText.value=="ac146x"){ 1.1016 + //Checks for id entry 1.1017 + res="../batteryinfo/product_offerings/zinc_air/zinc_air.htm" 1.1018 + return true 1.1019 + } 1.1020 + 1.1021 + else if(IDText.value=="ac312"){ 1.1022 + //Checks for id entry 1.1023 + res="../batteryinfo/product_offerings/zinc_air/zinc_air.htm" 1.1024 + return true 1.1025 + } 1.1026 + 1.1027 + else if(IDText.value=="ac675"){ 1.1028 + //Checks for id entry 1.1029 + res="../batteryinfo/product_offerings/zinc_air/zinc_air.htm" 1.1030 + return true 1.1031 + } 1.1032 + 1.1033 + else if(IDText.value=="chm24"){ 1.1034 + //Checks for id entry 1.1035 + res="../batteryinfo/product_offerings/accessories/rechargeableaccessories_chrger.htm" 1.1036 + return true 1.1037 + } 1.1038 + 1.1039 + else if(IDText.value=="chm4aa"){ 1.1040 + //Checks for id entry 1.1041 + res="../batteryinfo/product_offerings/accessories/rechargeableaccessories_chrger.htm" 1.1042 + return true 1.1043 + } 1.1044 + 1.1045 + else if(IDText.value=="chsm"){ 1.1046 + //Checks for id entry 1.1047 + res="../batteryinfo/product_offerings/accessories/rechargeableaccessories_chrger.htm" 1.1048 + return true 1.1049 + } 1.1050 + 1.1051 + else if(IDText.value=="chm4fc"){ 1.1052 + //Checks for id entry 1.1053 + res="../batteryinfo/product_offerings/accessories/rechargeableaccessories_chrger.htm" 1.1054 + return true 1.1055 + } 1.1056 + 1.1057 + else if(IDText.value=="cxl1000"){ 1.1058 + //Checks for id entry 1.1059 + res="../batteryinfo/product_offerings/accessories/rechargeableaccessories_chrger.htm" 1.1060 + return true 1.1061 + } 1.1062 + else if(IDText.value=="nh12"){ 1.1063 + //Checks for id entry 1.1064 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_nimh.htm" 1.1065 + return true 1.1066 + } 1.1067 + else if(IDText.value=="nh15"){ 1.1068 + //Checks for id entry 1.1069 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_nimh.htm" 1.1070 + return true 1.1071 + } 1.1072 + 1.1073 + else if(IDText.value=="nh22"){ 1.1074 + //Checks for id entry 1.1075 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_nimh.htm" 1.1076 + return true 1.1077 + } 1.1078 + 1.1079 + else if(IDText.value=="nh35"){ 1.1080 + //Checks for id entry 1.1081 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_nimh.htm" 1.1082 + return true 1.1083 + } 1.1084 + else if(IDText.value=="nh50"){ 1.1085 + //Checks for id entry 1.1086 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_nimh.htm" 1.1087 + return true 1.1088 + } 1.1089 + 1.1090 + 1.1091 + else if(IDText.value=="ccm5060"){ 1.1092 + //Checks for id entry 1.1093 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm" 1.1094 + return true 1.1095 + } 1.1096 + 1.1097 + else if(IDText.value=="ccm5260"){ 1.1098 + //Checks for id entry 1.1099 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm" 1.1100 + return true 1.1101 + } 1.1102 + 1.1103 + else if(IDText.value=="cm1060h"){ 1.1104 + //Checks for id entry 1.1105 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm" 1.1106 + return true 1.1107 + } 1.1108 + 1.1109 + else if(IDText.value=="cm1360"){ 1.1110 + //Checks for id entry 1.1111 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm" 1.1112 + return true 1.1113 + } 1.1114 + 1.1115 + else if(IDText.value=="cm2560"){ 1.1116 + //Checks for id entry 1.1117 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm" 1.1118 + return true 1.1119 + } 1.1120 + 1.1121 + else if(IDText.value=="cm6136"){ 1.1122 + //Checks for id entry 1.1123 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm" 1.1124 + return true 1.1125 + } 1.1126 + 1.1127 + else if(IDText.value=="cv3010"){ 1.1128 + //Checks for id entry 1.1129 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm" 1.1130 + return true 1.1131 + } 1.1132 + else if(IDText.value=="cv3012"){ 1.1133 + //Checks for id entry 1.1134 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm" 1.1135 + return true 1.1136 + } 1.1137 + else if(IDText.value=="cv3112"){ 1.1138 + //Checks for id entry 1.1139 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm" 1.1140 + return true 1.1141 + } 1.1142 + 1.1143 + else if(IDText.value=="erc510"){ 1.1144 + //Checks for id entry 1.1145 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm" 1.1146 + return true 1.1147 + } 1.1148 + else if(IDText.value=="erc5160"){ 1.1149 + //Checks for id entry 1.1150 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm" 1.1151 + return true 1.1152 + } 1.1153 + else if(IDText.value=="erc520"){ 1.1154 + //Checks for id entry 1.1155 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm" 1.1156 + return true 1.1157 + } 1.1158 + else if(IDText.value=="erc525"){ 1.1159 + //Checks for id entry 1.1160 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm" 1.1161 + return true 1.1162 + } 1.1163 + else if(IDText.value=="erc530"){ 1.1164 + //Checks for id entry 1.1165 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm" 1.1166 + return true 1.1167 + } 1.1168 + else if(IDText.value=="erc545"){ 1.1169 + //Checks for id entry 1.1170 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm" 1.1171 + return true 1.1172 + } 1.1173 + else if(IDText.value=="erc560"){ 1.1174 + //Checks for id entry 1.1175 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm" 1.1176 + return true 1.1177 + } 1.1178 + else if(IDText.value=="erc570"){ 1.1179 + //Checks for id entry 1.1180 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm" 1.1181 + return true 1.1182 + } 1.1183 + 1.1184 + else if(IDText.value=="erc580"){ 1.1185 + //Checks for id entry 1.1186 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm" 1.1187 + return true 1.1188 + } 1.1189 + else if(IDText.value=="erc590"){ 1.1190 + //Checks for id entry 1.1191 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm" 1.1192 + return true 1.1193 + } 1.1194 + else if(IDText.value=="erc600"){ 1.1195 + //Checks for id entry 1.1196 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm" 1.1197 + return true 1.1198 + } 1.1199 + else if(IDText.value=="erc610"){ 1.1200 + //Checks for id entry 1.1201 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm" 1.1202 + return true 1.1203 + } 1.1204 + else if(IDText.value=="erc620"){ 1.1205 + //Checks for id entry 1.1206 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm" 1.1207 + return true 1.1208 + } 1.1209 + 1.1210 + else if(IDText.value=="erc630"){ 1.1211 + //Checks for id entry 1.1212 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm" 1.1213 + return true 1.1214 + } 1.1215 + 1.1216 + else if(IDText.value=="erc640"){ 1.1217 + //Checks for id entry 1.1218 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm" 1.1219 + return true 1.1220 + } 1.1221 + else if(IDText.value=="erc650"){ 1.1222 + //Checks for id entry 1.1223 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm" 1.1224 + return true 1.1225 + } 1.1226 + else if(IDText.value=="erc660"){ 1.1227 + //Checks for id entry 1.1228 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm" 1.1229 + return true 1.1230 + } 1.1231 + else if(IDText.value=="erc670"){ 1.1232 + //Checks for id entry 1.1233 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm" 1.1234 + return true 1.1235 + } 1.1236 + else if(IDText.value=="erc680"){ 1.1237 + //Checks for id entry 1.1238 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm" 1.1239 + return true 1.1240 + } 1.1241 + else if(IDText.value=="erc700"){ 1.1242 + //Checks for id entry 1.1243 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm" 1.1244 + return true 1.1245 + } 1.1246 + 1.1247 + else if(IDText.value=="cp2360"){ 1.1248 + //Checks for id entry 1.1249 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm" 1.1250 + return true 1.1251 + } 1.1252 + 1.1253 + else if(IDText.value=="cp3036"){ 1.1254 + //Checks for id entry 1.1255 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm" 1.1256 + return true 1.1257 + } 1.1258 + 1.1259 + 1.1260 + else if(IDText.value=="cp3136"){ 1.1261 + //Checks for id entry 1.1262 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm" 1.1263 + return true 1.1264 + } 1.1265 + 1.1266 + else if(IDText.value=="cp3336"){ 1.1267 + //Checks for id entry 1.1268 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm" 1.1269 + return true 1.1270 + } 1.1271 + 1.1272 + else if(IDText.value=="cp5136"){ 1.1273 + //Checks for id entry 1.1274 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm" 1.1275 + return true 1.1276 + } 1.1277 + 1.1278 + else if(IDText.value=="cp5648"){ 1.1279 + //Checks for id entry 1.1280 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm" 1.1281 + return true 1.1282 + } 1.1283 + 1.1284 + else if(IDText.value=="cp5748"){ 1.1285 + //Checks for id entry 1.1286 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm" 1.1287 + return true 1.1288 + } 1.1289 + 1.1290 + else if(IDText.value=="cp8049"){ 1.1291 + //Checks for id entry 1.1292 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm" 1.1293 + return true 1.1294 + } 1.1295 + 1.1296 + else if(IDText.value=="cp8648"){ 1.1297 + //Checks for id entry 1.1298 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm" 1.1299 + return true 1.1300 + } 1.1301 + 1.1302 + 1.1303 + else if(IDText.value=="cpv5136"){ 1.1304 + //Checks for id entry 1.1305 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm" 1.1306 + return true 1.1307 + } 1.1308 + 1.1309 + 1.1310 + else if(IDText.value=="acp5036"){ 1.1311 + //Checks for id entry 1.1312 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm" 1.1313 + return true 1.1314 + } 1.1315 + 1.1316 + 1.1317 + else if(IDText.value=="acp5136"){ 1.1318 + //Checks for id entry 1.1319 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm" 1.1320 + return true 1.1321 + } 1.1322 + 1.1323 + 1.1324 + else if(IDText.value=="acp7160"){ 1.1325 + //Checks for id entry 1.1326 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm" 1.1327 + return true 1.1328 + } 1.1329 + else if(IDText.value=="erw120"){ 1.1330 + //Checks for id entry 1.1331 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm" 1.1332 + return true 1.1333 + } 1.1334 + else if(IDText.value=="erw210"){ 1.1335 + //Checks for id entry 1.1336 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm" 1.1337 + return true 1.1338 + } 1.1339 + else if(IDText.value=="erw220"){ 1.1340 + //Checks for id entry 1.1341 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm" 1.1342 + return true 1.1343 + } 1.1344 + else if(IDText.value=="erw230"){ 1.1345 + //Checks for id entry 1.1346 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm" 1.1347 + return true 1.1348 + } 1.1349 + else if(IDText.value=="erw240"){ 1.1350 + //Checks for id entry 1.1351 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm" 1.1352 + return true 1.1353 + } 1.1354 + else if(IDText.value=="erw305"){ 1.1355 + //Checks for id entry 1.1356 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm" 1.1357 + return true 1.1358 + } 1.1359 + else if(IDText.value=="erw310"){ 1.1360 + //Checks for id entry 1.1361 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm" 1.1362 + return true 1.1363 + } 1.1364 + else if(IDText.value=="erw320"){ 1.1365 + //Checks for id entry 1.1366 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm" 1.1367 + return true 1.1368 + } 1.1369 + else if(IDText.value=="erw400"){ 1.1370 + //Checks for id entry 1.1371 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm" 1.1372 + return true 1.1373 + } 1.1374 + else if(IDText.value=="erw500"){ 1.1375 + //Checks for id entry 1.1376 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm" 1.1377 + return true 1.1378 + } 1.1379 + else if(IDText.value=="erw510"){ 1.1380 + //Checks for id entry 1.1381 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm" 1.1382 + return true 1.1383 + } 1.1384 + else if(IDText.value=="erw520"){ 1.1385 + //Checks for id entry 1.1386 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm" 1.1387 + return true 1.1388 + } 1.1389 + else if(IDText.value=="erw530"){ 1.1390 + //Checks for id entry 1.1391 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm" 1.1392 + return true 1.1393 + } 1.1394 + else if(IDText.value=="erw600"){ 1.1395 + //Checks for id entry 1.1396 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm" 1.1397 + return true 1.1398 + } 1.1399 + else if(IDText.value=="erw610"){ 1.1400 + //Checks for id entry 1.1401 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm" 1.1402 + return true 1.1403 + } 1.1404 + else if(IDText.value=="erw700"){ 1.1405 + //Checks for id entry 1.1406 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm" 1.1407 + return true 1.1408 + } 1.1409 + else if(IDText.value=="erw720"){ 1.1410 + //Checks for id entry 1.1411 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm" 1.1412 + return true 1.1413 + } 1.1414 + else if(IDText.value=="erw800"){ 1.1415 + //Checks for id entry 1.1416 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm" 1.1417 + return true 1.1418 + } 1.1419 + else if(IDText.value=="erp107"){ 1.1420 + //Checks for id entry 1.1421 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm" 1.1422 + return true 1.1423 + } 1.1424 + else if(IDText.value=="erp110"){ 1.1425 + //Checks for id entry 1.1426 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm" 1.1427 + return true 1.1428 + } 1.1429 + else if(IDText.value=="erp240"){ 1.1430 + //Checks for id entry 1.1431 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm" 1.1432 + return true 1.1433 + } 1.1434 + else if(IDText.value=="erp268"){ 1.1435 + //Checks for id entry 1.1436 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm" 1.1437 + return true 1.1438 + } 1.1439 + else if(IDText.value=="erp275"){ 1.1440 + //Checks for id entry 1.1441 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm" 1.1442 + return true 1.1443 + } 1.1444 + else if(IDText.value=="erp290"){ 1.1445 + //Checks for id entry 1.1446 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm" 1.1447 + return true 1.1448 + } 1.1449 + else if(IDText.value=="erp450"){ 1.1450 + //Checks for id entry 1.1451 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm" 1.1452 + return true 1.1453 + } 1.1454 + else if(IDText.value=="erp506"){ 1.1455 + //Checks for id entry 1.1456 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm" 1.1457 + return true 1.1458 + } 1.1459 + else if(IDText.value=="erp509"){ 1.1460 + //Checks for id entry 1.1461 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm" 1.1462 + return true 1.1463 + } 1.1464 + else if(IDText.value=="erp730"){ 1.1465 + //Checks for id entry 1.1466 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm" 1.1467 + return true 1.1468 + } 1.1469 + else if(IDText.value=="erp9116"){ 1.1470 + //Checks for id entry 1.1471 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm" 1.1472 + return true 1.1473 + } 1.1474 + else if(IDText.value=="p2312"){ 1.1475 + //Checks for id entry 1.1476 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm" 1.1477 + return true 1.1478 + } 1.1479 + 1.1480 + else if(IDText.value=="p2322m"){ 1.1481 + //Checks for id entry 1.1482 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm" 1.1483 + return true 1.1484 + } 1.1485 + else if(IDText.value=="p2331"){ 1.1486 + //Checks for id entry 1.1487 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm" 1.1488 + return true 1.1489 + } 1.1490 + 1.1491 + else if(IDText.value=="p3201"){ 1.1492 + //Checks for id entry 1.1493 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm" 1.1494 + return true 1.1495 + } 1.1496 + 1.1497 + else if(IDText.value=="p3301"){ 1.1498 + //Checks for id entry 1.1499 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm" 1.1500 + return true 1.1501 + } 1.1502 + 1.1503 + else if(IDText.value=="p3302"){ 1.1504 + //Checks for id entry 1.1505 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm" 1.1506 + return true 1.1507 + } 1.1508 + 1.1509 + else if(IDText.value=="p3303"){ 1.1510 + //Checks for id entry 1.1511 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm" 1.1512 + return true 1.1513 + } 1.1514 + 1.1515 + else if(IDText.value=="p3306"){ 1.1516 + //Checks for id entry 1.1517 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm" 1.1518 + return true 1.1519 + } 1.1520 + 1.1521 + else if(IDText.value=="p3391"){ 1.1522 + //Checks for id entry 1.1523 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm" 1.1524 + return true 1.1525 + } 1.1526 + 1.1527 + else if(IDText.value=="p5256"){ 1.1528 + //Checks for id entry 1.1529 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm" 1.1530 + return true 1.1531 + } 1.1532 + else if(IDText.value=="p7300"){ 1.1533 + //Checks for id entry 1.1534 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm" 1.1535 + return true 1.1536 + } 1.1537 + 1.1538 + else if(IDText.value=="p7301"){ 1.1539 + //Checks for id entry 1.1540 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm" 1.1541 + return true 1.1542 + } 1.1543 + 1.1544 + else if(IDText.value=="7302"){ 1.1545 + //Checks for id entry 1.1546 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm" 1.1547 + return true 1.1548 + } 1.1549 + 1.1550 + else if(IDText.value=="7310"){ 1.1551 + //Checks for id entry 1.1552 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm" 1.1553 + return true 1.1554 + } 1.1555 + 1.1556 + else if(IDText.value=="p7320"){ 1.1557 + //Checks for id entry 1.1558 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm" 1.1559 + return true 1.1560 + } 1.1561 + else if(IDText.value=="p7330"){ 1.1562 + //Checks for id entry 1.1563 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm" 1.1564 + return true 1.1565 + } 1.1566 + else if(IDText.value=="p7340"){ 1.1567 + //Checks for id entry 1.1568 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm" 1.1569 + return true 1.1570 + } 1.1571 + 1.1572 + else if(IDText.value=="p7350"){ 1.1573 + //Checks for id entry 1.1574 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm" 1.1575 + return true 1.1576 + } 1.1577 + 1.1578 + else if(IDText.value=="p7360"){ 1.1579 + //Checks for id entry 1.1580 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm" 1.1581 + return true 1.1582 + } 1.1583 + else if(IDText.value=="p7400"){ 1.1584 + //Checks for id entry 1.1585 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm" 1.1586 + return true 1.1587 + } 1.1588 + else if(IDText.value=="p7501"){ 1.1589 + //Checks for id entry 1.1590 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm" 1.1591 + return true 1.1592 + } 1.1593 + else if(IDText.value=="erd100"){ 1.1594 + //Checks for id entry 1.1595 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packsdigicam.htm" 1.1596 + return true 1.1597 + } 1.1598 + else if(IDText.value=="erd110"){ 1.1599 + //Checks for id entry 1.1600 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packsdigicam.htm" 1.1601 + return true 1.1602 + } 1.1603 + else if(IDText.value=="erd200"){ 1.1604 + //Checks for id entry 1.1605 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packsdigicam.htm" 1.1606 + return true 1.1607 + } 1.1608 + else if(IDText.value=="erd300"){ 1.1609 + //Checks for id entry 1.1610 + res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packsdigicam.htm" 1.1611 + return true 1.1612 + } 1.1613 + 1.1614 + 1.1615 + 1.1616 + 1.1617 + 1.1618 + 1.1619 + 1.1620 + 1.1621 + 1.1622 + 1.1623 + 1.1624 + 1.1625 + 1.1626 + else if(IDText.value=="164"){ 1.1627 + //Checks for id entry 1.1628 + print("You have entered a Discontinued Product Number") 1.1629 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1630 + return true 1.1631 + } 1.1632 + else if(IDText.value=="201"){ 1.1633 + //Checks for id entry 1.1634 + print("You have entered a Discontinued Product Number") 1.1635 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1636 + return true 1.1637 + } 1.1638 + else if(IDText.value=="216"){ 1.1639 + //Checks for id entry 1.1640 + print("You have entered a Discontinued Product Number") 1.1641 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1642 + return true 1.1643 + } 1.1644 + else if(IDText.value=="226"){ 1.1645 + //Checks for id entry 1.1646 + print("You have entered a Discontinued Product Number") 1.1647 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1648 + return true 1.1649 + } 1.1650 + else if(IDText.value=="228"){ 1.1651 + //Checks for id entry 1.1652 + print("You have entered a Discontinued Product Number") 1.1653 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1654 + return true 1.1655 + } 1.1656 + else if(IDText.value=="311"){ 1.1657 + //Checks for id entry 1.1658 + print("You have entered a Discontinued Product Number") 1.1659 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1660 + return true 1.1661 + } 1.1662 + else if(IDText.value=="314"){ 1.1663 + //Checks for id entry 1.1664 + print("You have entered a Discontinued Product Number") 1.1665 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1666 + return true 1.1667 + } 1.1668 + 1.1669 + else if(IDText.value=="313"){ 1.1670 + //Checks for id entry 1.1671 + print("You have entered a Discontinued Product Number") 1.1672 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1673 + return true 1.1674 + } 1.1675 + else if(IDText.value=="323"){ 1.1676 + //Checks for id entry 1.1677 + print("You have entered a Discontinued Product Number") 1.1678 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1679 + return true 1.1680 + } 1.1681 + else if(IDText.value=="325"){ 1.1682 + //Checks for id entry 1.1683 + print("You have entered a Discontinued Product Number") 1.1684 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1685 + return true 1.1686 + } 1.1687 + else if(IDText.value=="333cz"){ 1.1688 + //Checks for id entry 1.1689 + print("You have entered a Discontinued Product Number") 1.1690 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1691 + return true 1.1692 + } 1.1693 + else if(IDText.value=="343"){ 1.1694 + //Checks for id entry 1.1695 + print("You have entered a Discontinued Product Number") 1.1696 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1697 + return true 1.1698 + } 1.1699 + else if(IDText.value=="354"){ 1.1700 + //Checks for id entry 1.1701 + print("You have entered a Discontinued Product Number") 1.1702 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1703 + return true 1.1704 + } 1.1705 + else if(IDText.value=="355"){ 1.1706 + //Checks for id entry 1.1707 + print("You have entered a Discontinued Product Number") 1.1708 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1709 + return true 1.1710 + } 1.1711 + else if(IDText.value=="387"){ 1.1712 + //Checks for id entry 1.1713 + print("You have entered a Discontinued Product Number") 1.1714 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1715 + return true 1.1716 + } 1.1717 + else if(IDText.value=="388"){ 1.1718 + //Checks for id entry 1.1719 + print("You have entered a Discontinued Product Number") 1.1720 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1721 + return true 1.1722 + } 1.1723 + else if(IDText.value=="417"){ 1.1724 + //Checks for id entry 1.1725 + print("You have entered a Discontinued Product Number") 1.1726 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1727 + return true 1.1728 + } 1.1729 + else if(IDText.value=="420"){ 1.1730 + //Checks for id entry 1.1731 + print("You have entered a Discontinued Product Number") 1.1732 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1733 + return true 1.1734 + } 1.1735 + else if(IDText.value=="457"){ 1.1736 + //Checks for id entry 1.1737 + print("You have entered a Discontinued Product Number") 1.1738 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1739 + return true 1.1740 + } 1.1741 + else if(IDText.value=="460"){ 1.1742 + //Checks for id entry 1.1743 + print("You have entered a Discontinued Product Number") 1.1744 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1745 + return true 1.1746 + } 1.1747 + else if(IDText.value=="477"){ 1.1748 + //Checks for id entry 1.1749 + print("You have entered a Discontinued Product Number") 1.1750 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1751 + return true 1.1752 + } 1.1753 + else if(IDText.value=="479"){ 1.1754 + //Checks for id entry 1.1755 + print("You have entered a Discontinued Product Number") 1.1756 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1757 + return true 1.1758 + } 1.1759 + else if(IDText.value=="482"){ 1.1760 + //Checks for id entry 1.1761 + print("You have entered a Discontinued Product Number") 1.1762 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1763 + return true 1.1764 + } 1.1765 + else if(IDText.value=="484"){ 1.1766 + //Checks for id entry 1.1767 + print("You have entered a Discontinued Product Number") 1.1768 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1769 + return true 1.1770 + } 1.1771 + else if(IDText.value=="487"){ 1.1772 + //Checks for id entry 1.1773 + print("You have entered a Discontinued Product Number") 1.1774 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1775 + return true 1.1776 + } 1.1777 + else if(IDText.value=="490"){ 1.1778 + //Checks for id entry 1.1779 + print("You have entered a Discontinued Product Number") 1.1780 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1781 + return true 1.1782 + } 1.1783 + else if(IDText.value=="491"){ 1.1784 + //Checks for id entry 1.1785 + print("You have entered a Discontinued Product Number") 1.1786 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1787 + return true 1.1788 + } 1.1789 + else if(IDText.value=="496"){ 1.1790 + //Checks for id entry 1.1791 + print("You have entered a Discontinued Product Number") 1.1792 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1793 + return true 1.1794 + } 1.1795 + else if(IDText.value=="509"){ 1.1796 + //Checks for id entry 1.1797 + print("You have entered a Discontinued Product Number") 1.1798 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1799 + return true 1.1800 + } 1.1801 + else if(IDText.value=="510f"){ 1.1802 + //Checks for id entry 1.1803 + print("You have entered a Discontinued Product Number") 1.1804 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1805 + return true 1.1806 + } 1.1807 + else if(IDText.value=="520"){ 1.1808 + //Checks for id entry 1.1809 + print("You have entered a Discontinued Product Number") 1.1810 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1811 + return true 1.1812 + } 1.1813 + else if(IDText.value=="523"){ 1.1814 + //Checks for id entry 1.1815 + print("You have entered a Discontinued Product Number") 1.1816 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1817 + return true 1.1818 + } 1.1819 + else if(IDText.value=="531"){ 1.1820 + //Checks for id entry 1.1821 + print("You have entered a Discontinued Product Number") 1.1822 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1823 + return true 1.1824 + } 1.1825 + else if(IDText.value=="532"){ 1.1826 + //Checks for id entry 1.1827 + print("You have entered a Discontinued Product Number") 1.1828 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1829 + return true 1.1830 + } 1.1831 + else if(IDText.value=="537"){ 1.1832 + //Checks for id entry 1.1833 + print("You have entered a Discontinued Product Number") 1.1834 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1835 + return true 1.1836 + } 1.1837 + else if(IDText.value=="538"){ 1.1838 + //Checks for id entry 1.1839 + print("You have entered a Discontinued Product Number") 1.1840 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1841 + return true 1.1842 + } 1.1843 + else if(IDText.value=="544"){ 1.1844 + //Checks for id entry 1.1845 + print("You have entered a Discontinued Product Number") 1.1846 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1847 + return true 1.1848 + } 1.1849 + else if(IDText.value=="560"){ 1.1850 + //Checks for id entry 1.1851 + print("You have entered a Discontinued Product Number") 1.1852 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1853 + return true 1.1854 + } 1.1855 + else if(IDText.value=="561"){ 1.1856 + //Checks for id entry 1.1857 + print("You have entered a Discontinued Product Number") 1.1858 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1859 + return true 1.1860 + } 1.1861 + else if(IDText.value=="563"){ 1.1862 + //Checks for id entry 1.1863 + print("You have entered a Discontinued Product Number") 1.1864 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1865 + return true 1.1866 + } 1.1867 + else if(IDText.value=="564"){ 1.1868 + //Checks for id entry 1.1869 + print("You have entered a Discontinued Product Number") 1.1870 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1871 + return true 1.1872 + } 1.1873 + else if(IDText.value=="565"){ 1.1874 + //Checks for id entry 1.1875 + print("You have entered a Discontinued Product Number") 1.1876 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1877 + return true 1.1878 + } 1.1879 + else if(IDText.value=="646"){ 1.1880 + //Checks for id entry 1.1881 + print("You have entered a Discontinued Product Number") 1.1882 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1883 + return true 1.1884 + } 1.1885 + else if(IDText.value=="703"){ 1.1886 + //Checks for id entry 1.1887 + print("You have entered a Discontinued Product Number") 1.1888 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1889 + return true 1.1890 + } 1.1891 + else if(IDText.value=="706"){ 1.1892 + //Checks for id entry 1.1893 + print("You have entered a Discontinued Product Number") 1.1894 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1895 + return true 1.1896 + } 1.1897 + else if(IDText.value=="714"){ 1.1898 + //Checks for id entry 1.1899 + print("You have entered a Discontinued Product Number") 1.1900 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1901 + return true 1.1902 + } 1.1903 + else if(IDText.value=="715"){ 1.1904 + //Checks for id entry 1.1905 + print("You have entered a Discontinued Product Number") 1.1906 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1907 + return true 1.1908 + } 1.1909 + else if(IDText.value=="716"){ 1.1910 + //Checks for id entry 1.1911 + print("You have entered a Discontinued Product Number") 1.1912 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1913 + return true 1.1914 + } 1.1915 + else if(IDText.value=="717"){ 1.1916 + //Checks for id entry 1.1917 + print("You have entered a Discontinued Product Number") 1.1918 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1919 + return true 1.1920 + } 1.1921 + else if(IDText.value=="724"){ 1.1922 + //Checks for id entry 1.1923 + print("You have entered a Discontinued Product Number") 1.1924 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1925 + return true 1.1926 + } 1.1927 + else if(IDText.value=="731"){ 1.1928 + //Checks for id entry 1.1929 + print("You have entered a Discontinued Product Number") 1.1930 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1931 + return true 1.1932 + } 1.1933 + else if(IDText.value=="735"){ 1.1934 + //Checks for id entry 1.1935 + print("You have entered a Discontinued Product Number") 1.1936 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1937 + return true 1.1938 + } 1.1939 + else if(IDText.value=="736"){ 1.1940 + //Checks for id entry 1.1941 + print("You have entered a Discontinued Product Number") 1.1942 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1943 + return true 1.1944 + } 1.1945 + else if(IDText.value=="738"){ 1.1946 + //Checks for id entry 1.1947 + print("You have entered a Discontinued Product Number") 1.1948 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1949 + return true 1.1950 + } 1.1951 + else if(IDText.value=="742"){ 1.1952 + //Checks for id entry 1.1953 + print("You have entered a Discontinued Product Number") 1.1954 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1955 + return true 1.1956 + } 1.1957 + else if(IDText.value=="744"){ 1.1958 + //Checks for id entry 1.1959 + print("You have entered a Discontinued Product Number") 1.1960 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1961 + return true 1.1962 + } 1.1963 + else if(IDText.value=="750"){ 1.1964 + //Checks for id entry 1.1965 + print("You have entered a Discontinued Product Number") 1.1966 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1967 + return true 1.1968 + } 1.1969 + else if(IDText.value=="762s"){ 1.1970 + //Checks for id entry 1.1971 + print("You have entered a Discontinued Product Number") 1.1972 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1973 + return true 1.1974 + } 1.1975 + else if(IDText.value=="773"){ 1.1976 + //Checks for id entry 1.1977 + print("You have entered a Discontinued Product Number") 1.1978 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1979 + return true 1.1980 + } 1.1981 + else if(IDText.value=="778"){ 1.1982 + //Checks for id entry 1.1983 + print("You have entered a Discontinued Product Number") 1.1984 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1985 + return true 1.1986 + } 1.1987 + else if(IDText.value=="781"){ 1.1988 + //Checks for id entry 1.1989 + print("You have entered a Discontinued Product Number") 1.1990 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1991 + return true 1.1992 + } 1.1993 + else if(IDText.value=="812"){ 1.1994 + //Checks for id entry 1.1995 + print("You have entered a Discontinued Product Number") 1.1996 + res="../datasheets/contents/discontinued_battery_index.htm" 1.1997 + return true 1.1998 + } 1.1999 + else if(IDText.value=="815"){ 1.2000 + //Checks for id entry 1.2001 + print("You have entered a Discontinued Product Number") 1.2002 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2003 + return true 1.2004 + } 1.2005 + else if(IDText.value=="835"){ 1.2006 + //Checks for id entry 1.2007 + print("You have entered a Discontinued Product Number") 1.2008 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2009 + return true 1.2010 + } 1.2011 + else if(IDText.value=="850"){ 1.2012 + //Checks for id entry 1.2013 + print("You have entered a Discontinued Product Number") 1.2014 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2015 + return true 1.2016 + } 1.2017 + else if(IDText.value=="904"){ 1.2018 + //Checks for id entry 1.2019 + print("You have entered a Discontinued Product Number") 1.2020 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2021 + return true 1.2022 + } 1.2023 + else if(IDText.value=="912"){ 1.2024 + //Checks for id entry 1.2025 + print("You have entered a Discontinued Product Number") 1.2026 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2027 + return true 1.2028 + } 1.2029 + else if(IDText.value=="915"){ 1.2030 + //Checks for id entry 1.2031 + print("You have entered a Discontinued Product Number") 1.2032 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2033 + return true 1.2034 + } 1.2035 + else if(IDText.value=="935"){ 1.2036 + //Checks for id entry 1.2037 + print("You have entered a Discontinued Product Number") 1.2038 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2039 + return true 1.2040 + } 1.2041 + else if(IDText.value=="950"){ 1.2042 + //Checks for id entry 1.2043 + print("You have entered a Discontinued Product Number") 1.2044 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2045 + return true 1.2046 + } 1.2047 + else if(IDText.value=="1015"){ 1.2048 + //Checks for id entry 1.2049 + print("You have entered a Discontinued Product Number") 1.2050 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2051 + return true 1.2052 + } 1.2053 + else if(IDText.value=="1035"){ 1.2054 + //Checks for id entry 1.2055 + print("You have entered a Discontinued Product Number") 1.2056 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2057 + return true 1.2058 + } 1.2059 + else if(IDText.value=="1050"){ 1.2060 + //Checks for id entry 1.2061 + print("You have entered a Discontinued Product Number") 1.2062 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2063 + return true 1.2064 + } 1.2065 + else if(IDText.value=="1150"){ 1.2066 + //Checks for id entry 1.2067 + print("You have entered a Discontinued Product Number") 1.2068 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2069 + return true 1.2070 + } 1.2071 + else if(IDText.value=="1231"){ 1.2072 + //Checks for id entry 1.2073 + print("You have entered a Discontinued Product Number") 1.2074 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2075 + return true 1.2076 + } 1.2077 + else if(IDText.value=="1461"){ 1.2078 + //Checks for id entry 1.2079 + print("You have entered a Discontinued Product Number") 1.2080 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2081 + return true 1.2082 + } 1.2083 + else if(IDText.value=="1463"){ 1.2084 + //Checks for id entry 1.2085 + print("You have entered a Discontinued Product Number") 1.2086 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2087 + return true 1.2088 + } 1.2089 + else if(IDText.value=="1562"){ 1.2090 + //Checks for id entry 1.2091 + print("You have entered a Discontinued Product Number") 1.2092 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2093 + return true 1.2094 + } 1.2095 + else if(IDText.value=="1862"){ 1.2096 + //Checks for id entry 1.2097 + print("You have entered a Discontinued Product Number") 1.2098 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2099 + return true 1.2100 + } 1.2101 + else if(IDText.value=="2356n"){ 1.2102 + //Checks for id entry 1.2103 + print("You have entered a Discontinued Product Number") 1.2104 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2105 + return true 1.2106 + } 1.2107 + else if(IDText.value=="2709n"){ 1.2108 + //Checks for id entry 1.2109 + print("You have entered a Discontinued Product Number") 1.2110 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2111 + return true 1.2112 + } 1.2113 + else if(IDText.value=="2744n"){ 1.2114 + //Checks for id entry 1.2115 + print("You have entered a Discontinued Product Number") 1.2116 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2117 + return true 1.2118 + } 1.2119 + else if(IDText.value=="2745n"){ 1.2120 + //Checks for id entry 1.2121 + print("You have entered a Discontinued Product Number") 1.2122 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2123 + return true 1.2124 + } 1.2125 + else if(IDText.value=="2746n"){ 1.2126 + //Checks for id entry 1.2127 + print("You have entered a Discontinued Product Number") 1.2128 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2129 + return true 1.2130 + } 1.2131 + else if(IDText.value=="2780n"){ 1.2132 + //Checks for id entry 1.2133 + print("You have entered a Discontinued Product Number") 1.2134 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2135 + return true 1.2136 + } 1.2137 + else if(IDText.value=="ac41e"){ 1.2138 + //Checks for id entry 1.2139 + print("You have entered a Discontinued Product Number") 1.2140 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2141 + return true 1.2142 + } 1.2143 + else if(IDText.value=="cc1096"){ 1.2144 + //Checks for id entry 1.2145 + print("You have entered a Discontinued Product Number") 1.2146 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2147 + return true 1.2148 + } 1.2149 + else if(IDText.value=="ccm1460"){ 1.2150 + //Checks for id entry 1.2151 + print("You have entered a Discontinued Product Number") 1.2152 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2153 + return true 1.2154 + } 1.2155 + else if(IDText.value=="ccm2460"){ 1.2156 + //Checks for id entry 1.2157 + print("You have entered a Discontinued Product Number") 1.2158 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2159 + return true 1.2160 + } 1.2161 + else if(IDText.value=="ccm4060a"){ 1.2162 + //Checks for id entry 1.2163 + print("You have entered a Discontinued Product Number") 1.2164 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2165 + return true 1.2166 + } 1.2167 + else if(IDText.value=="ccm4060m"){ 1.2168 + //Checks for id entry 1.2169 + print("You have entered a Discontinued Product Number") 1.2170 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2171 + return true 1.2172 + } 1.2173 + else if(IDText.value=="cdc100"){ 1.2174 + //Checks for id entry 1.2175 + print("You have entered a Discontinued Product Number") 1.2176 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2177 + return true 1.2178 + } 1.2179 + else if(IDText.value=="ch12"){ 1.2180 + //Checks for id entry 1.2181 + print("You have entered a Discontinued Product Number") 1.2182 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2183 + return true 1.2184 + } 1.2185 + else if(IDText.value=="ch15"){ 1.2186 + //Checks for id entry 1.2187 + print("You have entered a Discontinued Product Number") 1.2188 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2189 + return true 1.2190 + } 1.2191 + else if(IDText.value=="ch2aa"){ 1.2192 + //Checks for id entry 1.2193 + print("You have entered a Discontinued Product Number") 1.2194 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2195 + return true 1.2196 + } 1.2197 + else if(IDText.value=="ch22"){ 1.2198 + //Checks for id entry 1.2199 + print("You have entered a Discontinued Product Number") 1.2200 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2201 + return true 1.2202 + } 1.2203 + else if(IDText.value=="ch35"){ 1.2204 + //Checks for id entry 1.2205 + print("You have entered a Discontinued Product Number") 1.2206 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2207 + return true 1.2208 + } 1.2209 + else if(IDText.value=="ch4"){ 1.2210 + //Checks for id entry 1.2211 + print("You have entered a Discontinued Product Number") 1.2212 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2213 + return true 1.2214 + } 1.2215 + else if(IDText.value=="ch50"){ 1.2216 + //Checks for id entry 1.2217 + print("You have entered a Discontinued Product Number") 1.2218 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2219 + return true 1.2220 + } 1.2221 + else if(IDText.value=="cm1060"){ 1.2222 + //Checks for id entry 1.2223 + print("You have entered a Discontinued Product Number") 1.2224 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2225 + return true 1.2226 + } 1.2227 + else if(IDText.value=="cm1560"){ 1.2228 + //Checks for id entry 1.2229 + print("You have entered a Discontinued Product Number") 1.2230 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2231 + return true 1.2232 + } 1.2233 + else if(IDText.value=="cm2360"){ 1.2234 + //Checks for id entry 1.2235 + print("You have entered a Discontinued Product Number") 1.2236 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2237 + return true 1.2238 + } 1.2239 + else if(IDText.value=="cm4160"){ 1.2240 + //Checks for id entry 1.2241 + print("You have entered a Discontinued Product Number") 1.2242 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2243 + return true 1.2244 + } 1.2245 + else if(IDText.value=="cm6036"){ 1.2246 + //Checks for id entry 1.2247 + print("You have entered a Discontinued Product Number") 1.2248 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2249 + return true 1.2250 + } 1.2251 + else if(IDText.value=="cm9072"){ 1.2252 + //Checks for id entry 1.2253 + print("You have entered a Discontinued Product Number") 1.2254 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2255 + return true 1.2256 + } 1.2257 + else if(IDText.value=="cm9172"){ 1.2258 + //Checks for id entry 1.2259 + print("You have entered a Discontinued Product Number") 1.2260 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2261 + return true 1.2262 + } 1.2263 + else if(IDText.value=="cp2360"){ 1.2264 + //Checks for id entry 1.2265 + print("You have entered a Discontinued Product Number") 1.2266 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2267 + return true 1.2268 + } 1.2269 + else if(IDText.value=="cp3336"){ 1.2270 + //Checks for id entry 1.2271 + print("You have entered a Discontinued Product Number") 1.2272 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2273 + return true 1.2274 + } 1.2275 + else if(IDText.value=="cp3536"){ 1.2276 + //Checks for id entry 1.2277 + print("You have entered a Discontinued Product Number") 1.2278 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2279 + return true 1.2280 + } 1.2281 + else if(IDText.value=="cp3736"){ 1.2282 + //Checks for id entry 1.2283 + print("You have entered a Discontinued Product Number") 1.2284 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2285 + return true 1.2286 + } 1.2287 + else if(IDText.value=="cp5036"){ 1.2288 + //Checks for id entry 1.2289 + print("You have entered a Discontinued Product Number") 1.2290 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2291 + return true 1.2292 + } 1.2293 + else if(IDText.value=="cp5160"){ 1.2294 + //Checks for id entry 1.2295 + print("You have entered a Discontinued Product Number") 1.2296 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2297 + return true 1.2298 + } 1.2299 + else if(IDText.value=="cp5648"){ 1.2300 + //Checks for id entry 1.2301 + print("You have entered a Discontinued Product Number") 1.2302 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2303 + return true 1.2304 + } 1.2305 + else if(IDText.value=="cp5960"){ 1.2306 + //Checks for id entry 1.2307 + print("You have entered a Discontinued Product Number") 1.2308 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2309 + return true 1.2310 + } 1.2311 + else if(IDText.value=="cp6072"){ 1.2312 + //Checks for id entry 1.2313 + print("You have entered a Discontinued Product Number") 1.2314 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2315 + return true 1.2316 + } 1.2317 + else if(IDText.value=="cp6172"){ 1.2318 + //Checks for id entry 1.2319 + print("You have entered a Discontinued Product Number") 1.2320 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2321 + return true 1.2322 + } 1.2323 + else if(IDText.value=="cp7049"){ 1.2324 + //Checks for id entry 1.2325 + print("You have entered a Discontinued Product Number") 1.2326 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2327 + return true 1.2328 + } 1.2329 + else if(IDText.value=="cp7072"){ 1.2330 + //Checks for id entry 1.2331 + print("You have entered a Discontinued Product Number") 1.2332 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2333 + return true 1.2334 + } 1.2335 + else if(IDText.value=="cp7148"){ 1.2336 + //Checks for id entry 1.2337 + print("You have entered a Discontinued Product Number") 1.2338 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2339 + return true 1.2340 + } 1.2341 + else if(IDText.value=="cp7149"){ 1.2342 + //Checks for id entry 1.2343 + print("You have entered a Discontinued Product Number") 1.2344 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2345 + return true 1.2346 + } 1.2347 + else if(IDText.value=="cp7160"){ 1.2348 + //Checks for id entry 1.2349 + print("You have entered a Discontinued Product Number") 1.2350 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2351 + return true 1.2352 + } 1.2353 + else if(IDText.value=="cp7172"){ 1.2354 + //Checks for id entry 1.2355 + print("You have entered a Discontinued Product Number") 1.2356 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2357 + return true 1.2358 + } 1.2359 + else if(IDText.value=="cp7248"){ 1.2360 + //Checks for id entry 1.2361 + print("You have entered a Discontinued Product Number") 1.2362 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2363 + return true 1.2364 + } 1.2365 + else if(IDText.value=="cp7261"){ 1.2366 + //Checks for id entry 1.2367 + print("You have entered a Discontinued Product Number") 1.2368 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2369 + return true 1.2370 + } 1.2371 + else if(IDText.value=="cp7348"){ 1.2372 + //Checks for id entry 1.2373 + print("You have entered a Discontinued Product Number") 1.2374 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2375 + return true 1.2376 + } 1.2377 + else if(IDText.value=="cp7548"){ 1.2378 + //Checks for id entry 1.2379 + print("You have entered a Discontinued Product Number") 1.2380 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2381 + return true 1.2382 + } 1.2383 + else if(IDText.value=="cp7661"){ 1.2384 + //Checks for id entry 1.2385 + print("You have entered a Discontinued Product Number") 1.2386 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2387 + return true 1.2388 + } 1.2389 + else if(IDText.value=="cp7960"){ 1.2390 + //Checks for id entry 1.2391 + print("You have entered a Discontinued Product Number") 1.2392 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2393 + return true 1.2394 + } 1.2395 + else if(IDText.value=="cp8049"){ 1.2396 + //Checks for id entry 1.2397 + print("You have entered a Discontinued Product Number") 1.2398 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2399 + return true 1.2400 + } 1.2401 + else if(IDText.value=="cp8136"){ 1.2402 + //Checks for id entry 1.2403 + print("You have entered a Discontinued Product Number") 1.2404 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2405 + return true 1.2406 + } 1.2407 + else if(IDText.value=="cp8160"){ 1.2408 + //Checks for id entry 1.2409 + print("You have entered a Discontinued Product Number") 1.2410 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2411 + return true 1.2412 + } 1.2413 + else if(IDText.value=="cp8172"){ 1.2414 + //Checks for id entry 1.2415 + print("You have entered a Discontinued Product Number") 1.2416 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2417 + return true 1.2418 + } 1.2419 + else if(IDText.value=="cp8248"){ 1.2420 + //Checks for id entry 1.2421 + print("You have entered a Discontinued Product Number") 1.2422 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2423 + return true 1.2424 + } 1.2425 + else if(IDText.value=="cp8661"){ 1.2426 + //Checks for id entry 1.2427 + print("You have entered a Discontinued Product Number") 1.2428 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2429 + return true 1.2430 + } 1.2431 + else if(IDText.value=="cp8748"){ 1.2432 + //Checks for id entry 1.2433 + print("You have entered a Discontinued Product Number") 1.2434 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2435 + return true 1.2436 + } 1.2437 + 1.2438 + else if(IDText.value=="cp8948"){ 1.2439 + //Checks for id entry 1.2440 + print("You have entered a Discontinued Product Number") 1.2441 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2442 + return true 1.2443 + } 1.2444 + else if(IDText.value=="cp8960"){ 1.2445 + //Checks for id entry 1.2446 + print("You have entered a Discontinued Product Number") 1.2447 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2448 + return true 1.2449 + } 1.2450 + else if(IDText.value=="cp9061"){ 1.2451 + //Checks for id entry 1.2452 + print("You have entered a Discontinued Product Number") 1.2453 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2454 + return true 1.2455 + } 1.2456 + else if(IDText.value=="cp9148"){ 1.2457 + //Checks for id entry 1.2458 + print("You have entered a Discontinued Product Number") 1.2459 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2460 + return true 1.2461 + } 1.2462 + else if(IDText.value=="cp9161"){ 1.2463 + //Checks for id entry 1.2464 + print("You have entered a Discontinued Product Number") 1.2465 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2466 + return true 1.2467 + } 1.2468 + else if(IDText.value=="cp9360"){ 1.2469 + //Checks for id entry 1.2470 + print("You have entered a Discontinued Product Number") 1.2471 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2472 + return true 1.2473 + } 1.2474 + else if(IDText.value=="cs3336"){ 1.2475 + //Checks for id entry 1.2476 + print("You have entered a Discontinued Product Number") 1.2477 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2478 + return true 1.2479 + } 1.2480 + else if(IDText.value=="cs5036"){ 1.2481 + //Checks for id entry 1.2482 + print("You have entered a Discontinued Product Number") 1.2483 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2484 + return true 1.2485 + } 1.2486 + else if(IDText.value=="cs5460"){ 1.2487 + //Checks for id entry 1.2488 + print("You have entered a Discontinued Product Number") 1.2489 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2490 + return true 1.2491 + } 1.2492 + else if(IDText.value=="cs7048"){ 1.2493 + //Checks for id entry 1.2494 + print("You have entered a Discontinued Product Number") 1.2495 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2496 + return true 1.2497 + } 1.2498 + else if(IDText.value=="cs7072"){ 1.2499 + //Checks for id entry 1.2500 + print("You have entered a Discontinued Product Number") 1.2501 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2502 + return true 1.2503 + } 1.2504 + else if(IDText.value=="cs7148"){ 1.2505 + //Checks for id entry 1.2506 + print("You have entered a Discontinued Product Number") 1.2507 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2508 + return true 1.2509 + } 1.2510 + else if(IDText.value=="cs7149"){ 1.2511 + //Checks for id entry 1.2512 + print("You have entered a Discontinued Product Number") 1.2513 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2514 + return true 1.2515 + } 1.2516 + else if(IDText.value=="cs7160"){ 1.2517 + //Checks for id entry 1.2518 + print("You have entered a Discontinued Product Number") 1.2519 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2520 + return true 1.2521 + } 1.2522 + else if(IDText.value=="cs7248"){ 1.2523 + //Checks for id entry 1.2524 + print("You have entered a Discontinued Product Number") 1.2525 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2526 + return true 1.2527 + } 1.2528 + else if(IDText.value=="cs7261"){ 1.2529 + //Checks for id entry 1.2530 + print("You have entered a Discontinued Product Number") 1.2531 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2532 + return true 1.2533 + } 1.2534 + else if(IDText.value=="cs7348"){ 1.2535 + //Checks for id entry 1.2536 + print("You have entered a Discontinued Product Number") 1.2537 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2538 + return true 1.2539 + } 1.2540 + else if(IDText.value=="cs7448"){ 1.2541 + //Checks for id entry 1.2542 + print("You have entered a Discontinued Product Number") 1.2543 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2544 + return true 1.2545 + } 1.2546 + else if(IDText.value=="cs7548"){ 1.2547 + //Checks for id entry 1.2548 + print("You have entered a Discontinued Product Number") 1.2549 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2550 + return true 1.2551 + } 1.2552 + else if(IDText.value=="cs7661"){ 1.2553 + //Checks for id entry 1.2554 + print("You have entered a Discontinued Product Number") 1.2555 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2556 + return true 1.2557 + } 1.2558 + else if(IDText.value=="cs8136"){ 1.2559 + //Checks for id entry 1.2560 + print("You have entered a Discontinued Product Number") 1.2561 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2562 + return true 1.2563 + } 1.2564 + else if(IDText.value=="cs8648"){ 1.2565 + //Checks for id entry 1.2566 + print("You have entered a Discontinued Product Number") 1.2567 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2568 + return true 1.2569 + } 1.2570 + else if(IDText.value=="cs9061"){ 1.2571 + //Checks for id entry 1.2572 + print("You have entered a Discontinued Product Number") 1.2573 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2574 + return true 1.2575 + } 1.2576 + else if(IDText.value=="cs9148"){ 1.2577 + //Checks for id entry 1.2578 + print("You have entered a Discontinued Product Number") 1.2579 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2580 + return true 1.2581 + } 1.2582 + else if(IDText.value=="cs9161"){ 1.2583 + //Checks for id entry 1.2584 + print("You have entered a Discontinued Product Number") 1.2585 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2586 + return true 1.2587 + } 1.2588 + else if(IDText.value=="cv2012"){ 1.2589 + //Checks for id entry 1.2590 + print("You have entered a Discontinued Product Number") 1.2591 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2592 + return true 1.2593 + } 1.2594 + else if(IDText.value=="cv2096"){ 1.2595 + //Checks for id entry 1.2596 + print("You have entered a Discontinued Product Number") 1.2597 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2598 + return true 1.2599 + } 1.2600 + else if(IDText.value=="cv3010s"){ 1.2601 + //Checks for id entry 1.2602 + print("You have entered a Discontinued Product Number") 1.2603 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2604 + return true 1.2605 + } 1.2606 + else if(IDText.value=="cv3012"){ 1.2607 + //Checks for id entry 1.2608 + print("You have entered a Discontinued Product Number") 1.2609 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2610 + return true 1.2611 + } 1.2612 + else if(IDText.value=="cv3060"){ 1.2613 + //Checks for id entry 1.2614 + print("You have entered a Discontinued Product Number") 1.2615 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2616 + return true 1.2617 + } 1.2618 + else if(IDText.value=="cv3112"){ 1.2619 + //Checks for id entry 1.2620 + print("You have entered a Discontinued Product Number") 1.2621 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2622 + return true 1.2623 + } 1.2624 + else if(IDText.value=="cv3212"){ 1.2625 + //Checks for id entry 1.2626 + print("You have entered a Discontinued Product Number") 1.2627 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2628 + return true 1.2629 + } 1.2630 + else if(IDText.value=="e1"){ 1.2631 + //Checks for id entry 1.2632 + print("You have entered a Discontinued Product Number") 1.2633 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2634 + return true 1.2635 + } 1.2636 + else if(IDText.value=="e1n"){ 1.2637 + //Checks for id entry 1.2638 + print("You have entered a Discontinued Product Number") 1.2639 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2640 + return true 1.2641 + } 1.2642 + else if(IDText.value=="e3"){ 1.2643 + //Checks for id entry 1.2644 + print("You have entered a Discontinued Product Number") 1.2645 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2646 + return true 1.2647 + } 1.2648 + else if(IDText.value=="e4"){ 1.2649 + //Checks for id entry 1.2650 + print("You have entered a Discontinued Product Number") 1.2651 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2652 + return true 1.2653 + } 1.2654 + else if(IDText.value=="e9"){ 1.2655 + //Checks for id entry 1.2656 + print("You have entered a Discontinued Product Number") 1.2657 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2658 + return true 1.2659 + } 1.2660 + else if(IDText.value=="e12"){ 1.2661 + //Checks for id entry 1.2662 + print("You have entered a Discontinued Product Number") 1.2663 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2664 + return true 1.2665 + } 1.2666 + else if(IDText.value=="e12n"){ 1.2667 + //Checks for id entry 1.2668 + print("You have entered a Discontinued Product Number") 1.2669 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2670 + return true 1.2671 + } 1.2672 + else if(IDText.value=="e13e"){ 1.2673 + //Checks for id entry 1.2674 + print("You have entered a Discontinued Product Number") 1.2675 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2676 + return true 1.2677 + } 1.2678 + else if(IDText.value=="e41e"){ 1.2679 + //Checks for id entry 1.2680 + print("You have entered a Discontinued Product Number") 1.2681 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2682 + return true 1.2683 + } 1.2684 + else if(IDText.value=="e42"){ 1.2685 + //Checks for id entry 1.2686 + print("You have entered a Discontinued Product Number") 1.2687 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2688 + return true 1.2689 + } 1.2690 + else if(IDText.value=="e42n"){ 1.2691 + //Checks for id entry 1.2692 + print("You have entered a Discontinued Product Number") 1.2693 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2694 + return true 1.2695 + } 1.2696 + else if(IDText.value=="e89"){ 1.2697 + //Checks for id entry 1.2698 + print("You have entered a Discontinued Product Number") 1.2699 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2700 + return true 1.2701 + } 1.2702 + else if(IDText.value=="e115"){ 1.2703 + //Checks for id entry 1.2704 + print("You have entered a Discontinued Product Number") 1.2705 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2706 + return true 1.2707 + } 1.2708 + else if(IDText.value=="e115n"){ 1.2709 + //Checks for id entry 1.2710 + print("You have entered a Discontinued Product Number") 1.2711 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2712 + return true 1.2713 + } 1.2714 + else if(IDText.value=="e126"){ 1.2715 + //Checks for id entry 1.2716 + print("You have entered a Discontinued Product Number") 1.2717 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2718 + return true 1.2719 + } 1.2720 + else if(IDText.value=="e132"){ 1.2721 + //Checks for id entry 1.2722 + print("You have entered a Discontinued Product Number") 1.2723 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2724 + return true 1.2725 + } 1.2726 + else if(IDText.value=="e132n"){ 1.2727 + //Checks for id entry 1.2728 + print("You have entered a Discontinued Product Number") 1.2729 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2730 + return true 1.2731 + } 1.2732 + else if(IDText.value=="e133"){ 1.2733 + //Checks for id entry 1.2734 + print("You have entered a Discontinued Product Number") 1.2735 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2736 + return true 1.2737 + } 1.2738 + else if(IDText.value=="e133n"){ 1.2739 + //Checks for id entry 1.2740 + print("You have entered a Discontinued Product Number") 1.2741 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2742 + return true 1.2743 + } 1.2744 + else if(IDText.value=="e134"){ 1.2745 + //Checks for id entry 1.2746 + print("You have entered a Discontinued Product Number") 1.2747 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2748 + return true 1.2749 + } 1.2750 + else if(IDText.value=="e134n"){ 1.2751 + //Checks for id entry 1.2752 + print("You have entered a Discontinued Product Number") 1.2753 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2754 + return true 1.2755 + } 1.2756 + else if(IDText.value=="e135"){ 1.2757 + //Checks for id entry 1.2758 + print("You have entered a Discontinued Product Number") 1.2759 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2760 + return true 1.2761 + } 1.2762 + else if(IDText.value=="e135n"){ 1.2763 + //Checks for id entry 1.2764 + print("You have entered a Discontinued Product Number") 1.2765 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2766 + return true 1.2767 + } 1.2768 + else if(IDText.value=="e136"){ 1.2769 + //Checks for id entry 1.2770 + print("You have entered a Discontinued Product Number") 1.2771 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2772 + return true 1.2773 + } 1.2774 + else if(IDText.value=="e137"){ 1.2775 + //Checks for id entry 1.2776 + print("You have entered a Discontinued Product Number") 1.2777 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2778 + return true 1.2779 + } 1.2780 + else if(IDText.value=="e137n"){ 1.2781 + //Checks for id entry 1.2782 + print("You have entered a Discontinued Product Number") 1.2783 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2784 + return true 1.2785 + } 1.2786 + else if(IDText.value=="e146x"){ 1.2787 + //Checks for id entry 1.2788 + print("You have entered a Discontinued Product Number") 1.2789 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2790 + return true 1.2791 + } 1.2792 + else if(IDText.value=="e152"){ 1.2793 + //Checks for id entry 1.2794 + print("You have entered a Discontinued Product Number") 1.2795 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2796 + return true 1.2797 + } 1.2798 + else if(IDText.value=="e163"){ 1.2799 + //Checks for id entry 1.2800 + print("You have entered a Discontinued Product Number") 1.2801 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2802 + return true 1.2803 + } 1.2804 + else if(IDText.value=="e164"){ 1.2805 + //Checks for id entry 1.2806 + print("You have entered a Discontinued Product Number") 1.2807 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2808 + return true 1.2809 + } 1.2810 + else if(IDText.value=="e164n"){ 1.2811 + //Checks for id entry 1.2812 + print("You have entered a Discontinued Product Number") 1.2813 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2814 + return true 1.2815 + } 1.2816 + else if(IDText.value=="e165"){ 1.2817 + //Checks for id entry 1.2818 + print("You have entered a Discontinued Product Number") 1.2819 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2820 + return true 1.2821 + } 1.2822 + else if(IDText.value=="e169"){ 1.2823 + //Checks for id entry 1.2824 + print("You have entered a Discontinued Product Number") 1.2825 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2826 + return true 1.2827 + } 1.2828 + else if(IDText.value=="e177"){ 1.2829 + //Checks for id entry 1.2830 + print("You have entered a Discontinued Product Number") 1.2831 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2832 + return true 1.2833 + } 1.2834 + else if(IDText.value=="e233"){ 1.2835 + //Checks for id entry 1.2836 + print("You have entered a Discontinued Product Number") 1.2837 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2838 + return true 1.2839 + } 1.2840 + else if(IDText.value=="e233n"){ 1.2841 + //Checks for id entry 1.2842 + print("You have entered a Discontinued Product Number") 1.2843 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2844 + return true 1.2845 + } 1.2846 + else if(IDText.value=="e235n"){ 1.2847 + //Checks for id entry 1.2848 + print("You have entered a Discontinued Product Number") 1.2849 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2850 + return true 1.2851 + } 1.2852 + else if(IDText.value=="e236n"){ 1.2853 + //Checks for id entry 1.2854 + print("You have entered a Discontinued Product Number") 1.2855 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2856 + return true 1.2857 + } 1.2858 + else if(IDText.value=="e286"){ 1.2859 + //Checks for id entry 1.2860 + print("You have entered a Discontinued Product Number") 1.2861 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2862 + return true 1.2863 + } 1.2864 + else if(IDText.value=="e289"){ 1.2865 + //Checks for id entry 1.2866 + print("You have entered a Discontinued Product Number") 1.2867 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2868 + return true 1.2869 + } 1.2870 + else if(IDText.value=="e312e"){ 1.2871 + //Checks for id entry 1.2872 + print("You have entered a Discontinued Product Number") 1.2873 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2874 + return true 1.2875 + } 1.2876 + else if(IDText.value=="e340e"){ 1.2877 + //Checks for id entry 1.2878 + print("You have entered a Discontinued Product Number") 1.2879 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2880 + return true 1.2881 + } 1.2882 + else if(IDText.value=="e400"){ 1.2883 + //Checks for id entry 1.2884 + print("You have entered a Discontinued Product Number") 1.2885 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2886 + return true 1.2887 + } 1.2888 + else if(IDText.value=="e400n"){ 1.2889 + //Checks for id entry 1.2890 + print("You have entered a Discontinued Product Number") 1.2891 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2892 + return true 1.2893 + } 1.2894 + else if(IDText.value=="e401e"){ 1.2895 + //Checks for id entry 1.2896 + print("You have entered a Discontinued Product Number") 1.2897 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2898 + return true 1.2899 + } 1.2900 + else if(IDText.value=="e401n"){ 1.2901 + //Checks for id entry 1.2902 + print("You have entered a Discontinued Product Number") 1.2903 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2904 + return true 1.2905 + } 1.2906 + else if(IDText.value=="e450"){ 1.2907 + //Checks for id entry 1.2908 + print("You have entered a Discontinued Product Number") 1.2909 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2910 + return true 1.2911 + } 1.2912 + else if(IDText.value=="e502"){ 1.2913 + //Checks for id entry 1.2914 + print("You have entered a Discontinued Product Number") 1.2915 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2916 + return true 1.2917 + } 1.2918 + else if(IDText.value=="e601"){ 1.2919 + //Checks for id entry 1.2920 + print("You have entered a Discontinued Product Number") 1.2921 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2922 + return true 1.2923 + } 1.2924 + else if(IDText.value=="e625"){ 1.2925 + //Checks for id entry 1.2926 + print("You have entered a Discontinued Product Number") 1.2927 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2928 + return true 1.2929 + } 1.2930 + else if(IDText.value=="e630"){ 1.2931 + //Checks for id entry 1.2932 + print("You have entered a Discontinued Product Number") 1.2933 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2934 + return true 1.2935 + } 1.2936 + else if(IDText.value=="e640"){ 1.2937 + //Checks for id entry 1.2938 + print("You have entered a Discontinued Product Number") 1.2939 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2940 + return true 1.2941 + } 1.2942 + else if(IDText.value=="e640n"){ 1.2943 + //Checks for id entry 1.2944 + print("You have entered a Discontinued Product Number") 1.2945 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2946 + return true 1.2947 + } 1.2948 + else if(IDText.value=="e675e"){ 1.2949 + //Checks for id entry 1.2950 + print("You have entered a Discontinued Product Number") 1.2951 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2952 + return true 1.2953 + } 1.2954 + else if(IDText.value=="e302157"){ 1.2955 + //Checks for id entry 1.2956 + print("You have entered a Discontinued Product Number") 1.2957 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2958 + return true 1.2959 + } 1.2960 + else if(IDText.value=="e302250"){ 1.2961 + //Checks for id entry 1.2962 + print("You have entered a Discontinued Product Number") 1.2963 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2964 + return true 1.2965 + } 1.2966 + else if(IDText.value=="e302358"){ 1.2967 + //Checks for id entry 1.2968 + print("You have entered a Discontinued Product Number") 1.2969 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2970 + return true 1.2971 + } 1.2972 + else if(IDText.value=="e302435"){ 1.2973 + //Checks for id entry 1.2974 + print("You have entered a Discontinued Product Number") 1.2975 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2976 + return true 1.2977 + } 1.2978 + else if(IDText.value=="e302462"){ 1.2979 + //Checks for id entry 1.2980 + print("You have entered a Discontinued Product Number") 1.2981 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2982 + return true 1.2983 + } 1.2984 + else if(IDText.value=="e302465"){ 1.2985 + //Checks for id entry 1.2986 + print("You have entered a Discontinued Product Number") 1.2987 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2988 + return true 1.2989 + } 1.2990 + else if(IDText.value=="e302478"){ 1.2991 + //Checks for id entry 1.2992 + print("You have entered a Discontinued Product Number") 1.2993 + res="../datasheets/contents/discontinued_battery_index.htm" 1.2994 + return true 1.2995 + } 1.2996 + else if(IDText.value=="e302642"){ 1.2997 + //Checks for id entry 1.2998 + print("You have entered a Discontinued Product Number") 1.2999 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3000 + return true 1.3001 + } 1.3002 + else if(IDText.value=="e302651"){ 1.3003 + //Checks for id entry 1.3004 + print("You have entered a Discontinued Product Number") 1.3005 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3006 + return true 1.3007 + } 1.3008 + else if(IDText.value=="e302702"){ 1.3009 + //Checks for id entry 1.3010 + print("You have entered a Discontinued Product Number") 1.3011 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3012 + return true 1.3013 + } 1.3014 + else if(IDText.value=="e302904"){ 1.3015 + //Checks for id entry 1.3016 + print("You have entered a Discontinued Product Number") 1.3017 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3018 + return true 1.3019 + } 1.3020 + else if(IDText.value=="e302905"){ 1.3021 + //Checks for id entry 1.3022 + print("You have entered a Discontinued Product Number") 1.3023 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3024 + return true 1.3025 + } 1.3026 + else if(IDText.value=="e302908"){ 1.3027 + //Checks for id entry 1.3028 + print("You have entered a Discontinued Product Number") 1.3029 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3030 + return true 1.3031 + } 1.3032 + else if(IDText.value=="e303145"){ 1.3033 + //Checks for id entry 1.3034 + print("You have entered a Discontinued Product Number") 1.3035 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3036 + return true 1.3037 + } 1.3038 + else if(IDText.value=="e303236"){ 1.3039 + //Checks for id entry 1.3040 + print("You have entered a Discontinued Product Number") 1.3041 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3042 + return true 1.3043 + } 1.3044 + else if(IDText.value=="e303314"){ 1.3045 + //Checks for id entry 1.3046 + print("You have entered a Discontinued Product Number") 1.3047 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3048 + return true 1.3049 + } 1.3050 + else if(IDText.value=="e303394"){ 1.3051 + //Checks for id entry 1.3052 + print("You have entered a Discontinued Product Number") 1.3053 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3054 + return true 1.3055 + } 1.3056 + else if(IDText.value=="e303496"){ 1.3057 + //Checks for id entry 1.3058 + print("You have entered a Discontinued Product Number") 1.3059 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3060 + return true 1.3061 + } 1.3062 + else if(IDText.value=="e303996"){ 1.3063 + //Checks for id entry 1.3064 + print("You have entered a Discontinued Product Number") 1.3065 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3066 + return true 1.3067 + } 1.3068 + else if(IDText.value=="ea6"){ 1.3069 + //Checks for id entry 1.3070 + print("You have entered a Discontinued Product Number") 1.3071 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3072 + return true 1.3073 + } 1.3074 + else if(IDText.value=="ea6f"){ 1.3075 + //Checks for id entry 1.3076 + print("You have entered a Discontinued Product Number") 1.3077 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3078 + return true 1.3079 + } 1.3080 + else if(IDText.value=="ea6ft"){ 1.3081 + //Checks for id entry 1.3082 + print("You have entered a Discontinued Product Number") 1.3083 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3084 + return true 1.3085 + } 1.3086 + else if(IDText.value=="ea6st"){ 1.3087 + //Checks for id entry 1.3088 + print("You have entered a Discontinued Product Number") 1.3089 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3090 + return true 1.3091 + } 1.3092 + else if(IDText.value=="en1a"){ 1.3093 + //Checks for id entry 1.3094 + print("You have entered a Discontinued Product Number") 1.3095 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3096 + return true 1.3097 + } 1.3098 + else if(IDText.value=="en132a"){ 1.3099 + //Checks for id entry 1.3100 + print("You have entered a Discontinued Product Number") 1.3101 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3102 + return true 1.3103 + } 1.3104 + else if(IDText.value=="en133a"){ 1.3105 + //Checks for id entry 1.3106 + print("You have entered a Discontinued Product Number") 1.3107 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3108 + return true 1.3109 + } 1.3110 + else if(IDText.value=="en134a"){ 1.3111 + //Checks for id entry 1.3112 + print("You have entered a Discontinued Product Number") 1.3113 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3114 + return true 1.3115 + } 1.3116 + else if(IDText.value=="en135a"){ 1.3117 + //Checks for id entry 1.3118 + print("You have entered a Discontinued Product Number") 1.3119 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3120 + return true 1.3121 + } 1.3122 + else if(IDText.value=="en136a"){ 1.3123 + //Checks for id entry 1.3124 + print("You have entered a Discontinued Product Number") 1.3125 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3126 + return true 1.3127 + } 1.3128 + else if(IDText.value=="en164a"){ 1.3129 + //Checks for id entry 1.3130 + print("You have entered a Discontinued Product Number") 1.3131 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3132 + return true 1.3133 + } 1.3134 + else if(IDText.value=="en165a"){ 1.3135 + //Checks for id entry 1.3136 + print("You have entered a Discontinued Product Number") 1.3137 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3138 + return true 1.3139 + } 1.3140 + else if(IDText.value=="en175a"){ 1.3141 + //Checks for id entry 1.3142 + print("You have entered a Discontinued Product Number") 1.3143 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3144 + return true 1.3145 + } 1.3146 + else if(IDText.value=="en177a"){ 1.3147 + //Checks for id entry 1.3148 + print("You have entered a Discontinued Product Number") 1.3149 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3150 + return true 1.3151 + } 1.3152 + else if(IDText.value=="en640a"){ 1.3153 + //Checks for id entry 1.3154 + print("You have entered a Discontinued Product Number") 1.3155 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3156 + return true 1.3157 + } 1.3158 + else if(IDText.value=="ep175"){ 1.3159 + //Checks for id entry 1.3160 + print("You have entered a Discontinued Product Number") 1.3161 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3162 + return true 1.3163 + } 1.3164 + else if(IDText.value=="ep401e"){ 1.3165 + //Checks for id entry 1.3166 + print("You have entered a Discontinued Product Number") 1.3167 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3168 + return true 1.3169 + } 1.3170 + else if(IDText.value=="ep675e"){ 1.3171 + //Checks for id entry 1.3172 + print("You have entered a Discontinued Product Number") 1.3173 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3174 + return true 1.3175 + } 1.3176 + else if(IDText.value=="epx1"){ 1.3177 + //Checks for id entry 1.3178 + print("You have entered a Discontinued Product Number") 1.3179 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3180 + return true 1.3181 + } 1.3182 + else if(IDText.value=="epx4"){ 1.3183 + //Checks for id entry 1.3184 + print("You have entered a Discontinued Product Number") 1.3185 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3186 + return true 1.3187 + } 1.3188 + else if(IDText.value=="epx13"){ 1.3189 + //Checks for id entry 1.3190 + print("You have entered a Discontinued Product Number") 1.3191 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3192 + return true 1.3193 + } 1.3194 + else if(IDText.value=="epx14"){ 1.3195 + //Checks for id entry 1.3196 + print("You have entered a Discontinued Product Number") 1.3197 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3198 + return true 1.3199 + } 1.3200 + else if(IDText.value=="epx23"){ 1.3201 + //Checks for id entry 1.3202 + print("You have entered a Discontinued Product Number") 1.3203 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3204 + return true 1.3205 + } 1.3206 + else if(IDText.value=="epx25"){ 1.3207 + //Checks for id entry 1.3208 + print("You have entered a Discontinued Product Number") 1.3209 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3210 + return true 1.3211 + } 1.3212 + else if(IDText.value=="epx27"){ 1.3213 + //Checks for id entry 1.3214 + print("You have entered a Discontinued Product Number") 1.3215 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3216 + return true 1.3217 + } 1.3218 + else if(IDText.value=="epx29"){ 1.3219 + //Checks for id entry 1.3220 + print("You have entered a Discontinued Product Number") 1.3221 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3222 + return true 1.3223 + } 1.3224 + else if(IDText.value=="epx30"){ 1.3225 + //Checks for id entry 1.3226 + print("You have entered a Discontinued Product Number") 1.3227 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3228 + return true 1.3229 + } 1.3230 + else if(IDText.value=="epx625"){ 1.3231 + //Checks for id entry 1.3232 + print("You have entered a Discontinued Product Number") 1.3233 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3234 + return true 1.3235 + } 1.3236 + else if(IDText.value=="epx640"){ 1.3237 + //Checks for id entry 1.3238 + print("You have entered a Discontinued Product Number") 1.3239 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3240 + return true 1.3241 + } 1.3242 + else if(IDText.value=="epx675"){ 1.3243 + //Checks for id entry 1.3244 + print("You have entered a Discontinued Product Number") 1.3245 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3246 + return true 1.3247 + } 1.3248 + else if(IDText.value=="epx825"){ 1.3249 + //Checks for id entry 1.3250 + print("You have entered a Discontinued Product Number") 1.3251 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3252 + return true 1.3253 + } 1.3254 + else if(IDText.value=="ev6"){ 1.3255 + //Checks for id entry 1.3256 + print("You have entered a Discontinued Product Number") 1.3257 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3258 + return true 1.3259 + } 1.3260 + else if(IDText.value=="ev9"){ 1.3261 + //Checks for id entry 1.3262 + print("You have entered a Discontinued Product Number") 1.3263 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3264 + return true 1.3265 + } 1.3266 + else if(IDText.value=="ev10s"){ 1.3267 + //Checks for id entry 1.3268 + print("You have entered a Discontinued Product Number") 1.3269 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3270 + return true 1.3271 + } 1.3272 + else if(IDText.value=="ev15"){ 1.3273 + //Checks for id entry 1.3274 + print("You have entered a Discontinued Product Number") 1.3275 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3276 + return true 1.3277 + } 1.3278 + else if(IDText.value=="ev22"){ 1.3279 + //Checks for id entry 1.3280 + print("You have entered a Discontinued Product Number") 1.3281 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3282 + return true 1.3283 + } 1.3284 + else if(IDText.value=="ev31"){ 1.3285 + //Checks for id entry 1.3286 + print("You have entered a Discontinued Product Number") 1.3287 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3288 + return true 1.3289 + } 1.3290 + else if(IDText.value=="ev35"){ 1.3291 + //Checks for id entry 1.3292 + print("You have entered a Discontinued Product Number") 1.3293 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3294 + return true 1.3295 + } 1.3296 + else if(IDText.value=="ev50"){ 1.3297 + //Checks for id entry 1.3298 + print("You have entered a Discontinued Product Number") 1.3299 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3300 + return true 1.3301 + } 1.3302 + else if(IDText.value=="ev90"){ 1.3303 + //Checks for id entry 1.3304 + print("You have entered a Discontinued Product Number") 1.3305 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3306 + return true 1.3307 + } 1.3308 + else if(IDText.value=="ev90hp"){ 1.3309 + //Checks for id entry 1.3310 + print("You have entered a Discontinued Product Number") 1.3311 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3312 + return true 1.3313 + } 1.3314 + else if(IDText.value=="fcc2"){ 1.3315 + //Checks for id entry 1.3316 + print("You have entered a Discontinued Product Number") 1.3317 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3318 + return true 1.3319 + } 1.3320 + else if(IDText.value=="hs6"){ 1.3321 + //Checks for id entry 1.3322 + print("You have entered a Discontinued Product Number") 1.3323 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3324 + return true 1.3325 + } 1.3326 + else if(IDText.value=="hs10s"){ 1.3327 + //Checks for id entry 1.3328 + print("You have entered a Discontinued Product Number") 1.3329 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3330 + return true 1.3331 + } 1.3332 + else if(IDText.value=="hs15"){ 1.3333 + //Checks for id entry 1.3334 + print("You have entered a Discontinued Product Number") 1.3335 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3336 + return true 1.3337 + } 1.3338 + else if(IDText.value=="hs31"){ 1.3339 + //Checks for id entry 1.3340 + print("You have entered a Discontinued Product Number") 1.3341 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3342 + return true 1.3343 + } 1.3344 + else if(IDText.value=="hs35"){ 1.3345 + //Checks for id entry 1.3346 + print("You have entered a Discontinued Product Number") 1.3347 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3348 + return true 1.3349 + } 1.3350 + else if(IDText.value=="hs50"){ 1.3351 + //Checks for id entry 1.3352 + print("You have entered a Discontinued Product Number") 1.3353 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3354 + return true 1.3355 + } 1.3356 + else if(IDText.value=="hs90"){ 1.3357 + //Checks for id entry 1.3358 + print("You have entered a Discontinued Product Number") 1.3359 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3360 + return true 1.3361 + } 1.3362 + else if(IDText.value=="hs95"){ 1.3363 + //Checks for id entry 1.3364 + print("You have entered a Discontinued Product Number") 1.3365 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3366 + return true 1.3367 + } 1.3368 + else if(IDText.value=="hs150"){ 1.3369 + //Checks for id entry 1.3370 + print("You have entered a Discontinued Product Number") 1.3371 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3372 + return true 1.3373 + } 1.3374 + else if(IDText.value=="hs6571"){ 1.3375 + //Checks for id entry 1.3376 + print("You have entered a Discontinued Product Number") 1.3377 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3378 + return true 1.3379 + } 1.3380 + else if(IDText.value=="if6"){ 1.3381 + //Checks for id entry 1.3382 + print("You have entered a Discontinued Product Number") 1.3383 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3384 + return true 1.3385 + } 1.3386 + else if(IDText.value=="is6"){ 1.3387 + //Checks for id entry 1.3388 + print("You have entered a Discontinued Product Number") 1.3389 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3390 + return true 1.3391 + } 1.3392 + else if(IDText.value=="is6t"){ 1.3393 + //Checks for id entry 1.3394 + print("You have entered a Discontinued Product Number") 1.3395 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3396 + return true 1.3397 + } 1.3398 + else if(IDText.value=="p2321m"){ 1.3399 + //Checks for id entry 1.3400 + print("You have entered a Discontinued Product Number") 1.3401 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3402 + return true 1.3403 + } 1.3404 + else if(IDText.value=="p2322"){ 1.3405 + //Checks for id entry 1.3406 + print("You have entered a Discontinued Product Number") 1.3407 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3408 + return true 1.3409 + } 1.3410 + else if(IDText.value=="p2326m"){ 1.3411 + //Checks for id entry 1.3412 + print("You have entered a Discontinued Product Number") 1.3413 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3414 + return true 1.3415 + } 1.3416 + else if(IDText.value=="p7307"){ 1.3417 + //Checks for id entry 1.3418 + print("You have entered a Discontinued Product Number") 1.3419 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3420 + return true 1.3421 + } 1.3422 + else if(IDText.value=="p7507"){ 1.3423 + //Checks for id entry 1.3424 + print("You have entered a Discontinued Product Number") 1.3425 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3426 + return true 1.3427 + } 1.3428 + else if(IDText.value=="qcc4"){ 1.3429 + //Checks for id entry 1.3430 + print("You have entered a Discontinued Product Number") 1.3431 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3432 + return true 1.3433 + } 1.3434 + else if(IDText.value=="s13e"){ 1.3435 + //Checks for id entry 1.3436 + print("You have entered a Discontinued Product Number") 1.3437 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3438 + return true 1.3439 + } 1.3440 + else if(IDText.value=="s312e"){ 1.3441 + //Checks for id entry 1.3442 + print("You have entered a Discontinued Product Number") 1.3443 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3444 + return true 1.3445 + } 1.3446 + else if(IDText.value=="s41e"){ 1.3447 + //Checks for id entry 1.3448 + print("You have entered a Discontinued Product Number") 1.3449 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3450 + return true 1.3451 + } 1.3452 + else if(IDText.value=="s76e"){ 1.3453 + //Checks for id entry 1.3454 + print("You have entered a Discontinued Product Number") 1.3455 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3456 + return true 1.3457 + } 1.3458 + else if(IDText.value=="t35"){ 1.3459 + //Checks for id entry 1.3460 + print("You have entered a Discontinued Product Number") 1.3461 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3462 + return true 1.3463 + } 1.3464 + else if(IDText.value=="t50"){ 1.3465 + //Checks for id entry 1.3466 + print("You have entered a Discontinued Product Number") 1.3467 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3468 + return true 1.3469 + } 1.3470 + else if(IDText.value=="w353"){ 1.3471 + //Checks for id entry 1.3472 + print("You have entered a Discontinued Product Number") 1.3473 + res="../datasheets/contents/discontinued_battery_index.htm" 1.3474 + return true 1.3475 + } 1.3476 + else if(IDText.value=="3251"){ 1.3477 + //Checks for id entry 1.3478 + res="../datasheets/flashlights/eveready.htm" 1.3479 + return true 1.3480 + } 1.3481 + else if(IDText.value=="4212"){ 1.3482 + //Checks for id entry 1.3483 + res="../datasheets/flashlights/eveready.htm" 1.3484 + return true 1.3485 + } 1.3486 + else if(IDText.value=="4251"){ 1.3487 + //Checks for id entry 1.3488 + res="../datasheets/flashlights/eveready.htm" 1.3489 + return true 1.3490 + } 1.3491 + else if(IDText.value=="5109"){ 1.3492 + //Checks for id entry 1.3493 + res="../datasheets/flashlights/eveready.htm" 1.3494 + return true 1.3495 + } 1.3496 + else if(IDText.value=="2251"){ 1.3497 + //Checks for id entry 1.3498 + res="../datasheets/flashlights/home.htm" 1.3499 + return true 1.3500 + } 1.3501 + else if(IDText.value=="e220"){ 1.3502 + //Checks for id entry 1.3503 + res="../datasheets/flashlights/home.htm" 1.3504 + return true 1.3505 + } 1.3506 + else if(IDText.value=="e250"){ 1.3507 + //Checks for id entry 1.3508 + res="../datasheets/flashlights/home.htm" 1.3509 + return true 1.3510 + } 1.3511 + else if(IDText.value=="e251"){ 1.3512 + //Checks for id entry 1.3513 + res="../datasheets/flashlights/home.htm" 1.3514 + return true 1.3515 + } 1.3516 + else if(IDText.value=="e251rc210"){ 1.3517 + //Checks for id entry 1.3518 + res="../datasheets/flashlights/home.htm" 1.3519 + return true 1.3520 + } 1.3521 + else if(IDText.value=="erg2c1"){ 1.3522 + //Checks for id entry 1.3523 + res="../datasheets/flashlights/home.htm" 1.3524 + return true 1.3525 + } 1.3526 + else if(IDText.value=="glo4aa1"){ 1.3527 + //Checks for id entry 1.3528 + res="../datasheets/flashlights/home.htm" 1.3529 + return true 1.3530 + } 1.3531 + else if(IDText.value=="rc220"){ 1.3532 + //Checks for id entry 1.3533 + res="../datasheets/flashlights/home.htm" 1.3534 + return true 1.3535 + } 1.3536 + else if(IDText.value=="rc250"){ 1.3537 + //Checks for id entry 1.3538 + res="../datasheets/flashlights/home.htm" 1.3539 + return true 1.3540 + } 1.3541 + else if(IDText.value=="x112"){ 1.3542 + //Checks for id entry 1.3543 + res="../datasheets/flashlights/home.htm" 1.3544 + return true 1.3545 + } 1.3546 + else if(IDText.value=="x215"){ 1.3547 + //Checks for id entry 1.3548 + res="../datasheets/flashlights/home.htm" 1.3549 + return true 1.3550 + } 1.3551 + else if(IDText.value=="4215"){ 1.3552 + //Checks for id entry 1.3553 + res="../datasheets/flashlights/novelty.htm" 1.3554 + return true 1.3555 + } 1.3556 + else if(IDText.value=="5215"){ 1.3557 + //Checks for id entry 1.3558 + res="../datasheets/flashlights/novelty.htm" 1.3559 + return true 1.3560 + } 1.3561 + else if(IDText.value=="6212"){ 1.3562 + //Checks for id entry 1.3563 + res="../datasheets/flashlights/novelty.htm" 1.3564 + return true 1.3565 + } 1.3566 + else if(IDText.value=="bas24a"){ 1.3567 + //Checks for id entry 1.3568 + res="../datasheets/flashlights/novelty.htm" 1.3569 + return true 1.3570 + } 1.3571 + else if(IDText.value=="db24a1"){ 1.3572 + //Checks for id entry 1.3573 + res="../datasheets/flashlights/novelty.htm" 1.3574 + return true 1.3575 + } 1.3576 + else if(IDText.value=="kcbg"){ 1.3577 + //Checks for id entry 1.3578 + res="../datasheets/flashlights/novelty.htm" 1.3579 + return true 1.3580 + } 1.3581 + else if(IDText.value=="kccl"){ 1.3582 + //Checks for id entry 1.3583 + res="../datasheets/flashlights/novelty.htm" 1.3584 + return true 1.3585 + } 1.3586 + else if(IDText.value=="kcdl"){ 1.3587 + //Checks for id entry 1.3588 + res="../datasheets/flashlights/novelty.htm" 1.3589 + return true 1.3590 + } 1.3591 + else if(IDText.value=="kcl2bu1"){ 1.3592 + //Checks for id entry 1.3593 + res="../datasheets/flashlights/novelty.htm" 1.3594 + return true 1.3595 + } 1.3596 + else if(IDText.value=="kcwl"){ 1.3597 + //Checks for id entry 1.3598 + res="../datasheets/flashlights/novelty.htm" 1.3599 + return true 1.3600 + } 1.3601 + else if(IDText.value=="ltcr"){ 1.3602 + //Checks for id entry 1.3603 + res="../datasheets/flashlights/novelty.htm" 1.3604 + return true 1.3605 + } 1.3606 + else if(IDText.value=="lteb"){ 1.3607 + //Checks for id entry 1.3608 + res="../datasheets/flashlights/novelty.htm" 1.3609 + return true 1.3610 + } 1.3611 + else if(IDText.value=="ltpt"){ 1.3612 + //Checks for id entry 1.3613 + res="../datasheets/flashlights/novelty.htm" 1.3614 + return true 1.3615 + } 1.3616 + else if(IDText.value=="sl240"){ 1.3617 + //Checks for id entry 1.3618 + res="../datasheets/flashlights/novelty.htm" 1.3619 + return true 1.3620 + } 1.3621 + else if(IDText.value=="v220"){ 1.3622 + //Checks for id entry 1.3623 + res="../datasheets/flashlights/novelty.htm" 1.3624 + return true 1.3625 + } 1.3626 + else if(IDText.value=="5100"){ 1.3627 + //Checks for id entry 1.3628 + res="../datasheets/flashlights/outdoor.htm" 1.3629 + return true 1.3630 + } 1.3631 + else if(IDText.value=="8209"){ 1.3632 + //Checks for id entry 1.3633 + res="../datasheets/flashlights/outdoor.htm" 1.3634 + return true 1.3635 + } 1.3636 + else if(IDText.value=="8215"){ 1.3637 + //Checks for id entry 1.3638 + res="../datasheets/flashlights/outdoor.htm" 1.3639 + return true 1.3640 + } 1.3641 + else if(IDText.value=="9450"){ 1.3642 + //Checks for id entry 1.3643 + res="../datasheets/flashlights/outdoor.htm" 1.3644 + return true 1.3645 + } 1.3646 + else if(IDText.value=="f101"){ 1.3647 + //Checks for id entry 1.3648 + res="../datasheets/flashlights/outdoor.htm" 1.3649 + return true 1.3650 + } 1.3651 + else if(IDText.value=="f220"){ 1.3652 + //Checks for id entry 1.3653 + res="../datasheets/flashlights/outdoor.htm" 1.3654 + return true 1.3655 + } 1.3656 + else if(IDText.value=="f420"){ 1.3657 + //Checks for id entry 1.3658 + res="../datasheets/flashlights/outdoor.htm" 1.3659 + return true 1.3660 + } 1.3661 + else if(IDText.value=="fab4dcm"){ 1.3662 + //Checks for id entry 1.3663 + res="../datasheets/flashlights/outdoor.htm" 1.3664 + return true 1.3665 + } 1.3666 + else if(IDText.value=="fl450"){ 1.3667 + //Checks for id entry 1.3668 + res="../datasheets/flashlights/outdoor.htm" 1.3669 + return true 1.3670 + } 1.3671 + else if(IDText.value=="k221"){ 1.3672 + //Checks for id entry 1.3673 + res="../datasheets/flashlights/outdoor.htm" 1.3674 + return true 1.3675 + } 1.3676 + else if(IDText.value=="k251"){ 1.3677 + //Checks for id entry 1.3678 + res="../datasheets/flashlights/outdoor.htm" 1.3679 + return true 1.3680 + } 1.3681 + else if(IDText.value=="led4aa1"){ 1.3682 + //Checks for id entry 1.3683 + res="../datasheets/flashlights/outdoor.htm" 1.3684 + return true 1.3685 + } 1.3686 + else if(IDText.value=="sp220"){ 1.3687 + //Checks for id entry 1.3688 + res="../datasheets/flashlights/outdoor.htm" 1.3689 + return true 1.3690 + } 1.3691 + else if(IDText.value=="tw420"){ 1.3692 + //Checks for id entry 1.3693 + res="../datasheets/flashlights/outdoor.htm" 1.3694 + return true 1.3695 + } 1.3696 + else if(IDText.value=="tw450"){ 1.3697 + //Checks for id entry 1.3698 + res="../datasheets/flashlights/outdoor.htm" 1.3699 + return true 1.3700 + } 1.3701 + else if(IDText.value=="wp220"){ 1.3702 + //Checks for id entry 1.3703 + res="../datasheets/flashlights/outdoor.htm" 1.3704 + return true 1.3705 + } 1.3706 + else if(IDText.value=="wp250"){ 1.3707 + //Checks for id entry 1.3708 + res="../datasheets/flashlights/outdoor.htm" 1.3709 + return true 1.3710 + } 1.3711 + else if(IDText.value=="cfl420"){ 1.3712 + //Checks for id entry 1.3713 + res="../datasheets/flashlights/premium.htm" 1.3714 + return true 1.3715 + } 1.3716 + else if(IDText.value=="d410"){ 1.3717 + //Checks for id entry 1.3718 + res="../datasheets/flashlights/premium.htm" 1.3719 + return true 1.3720 + } 1.3721 + else if(IDText.value=="d420"){ 1.3722 + //Checks for id entry 1.3723 + res="../datasheets/flashlights/premium.htm" 1.3724 + return true 1.3725 + } 1.3726 + else if(IDText.value=="fn450"){ 1.3727 + //Checks for id entry 1.3728 + res="../datasheets/flashlights/work.htm" 1.3729 + return true 1.3730 + } 1.3731 + else if(IDText.value=="in215"){ 1.3732 + //Checks for id entry 1.3733 + res="../datasheets/flashlights/work.htm" 1.3734 + return true 1.3735 + } 1.3736 + else if(IDText.value=="in251"){ 1.3737 + //Checks for id entry 1.3738 + res="../datasheets/flashlights/work.htm" 1.3739 + return true 1.3740 + } 1.3741 + else if(IDText.value=="in351"){ 1.3742 + //Checks for id entry 1.3743 + res="../datasheets/flashlights/work.htm" 1.3744 + return true 1.3745 + } 1.3746 + else if(IDText.value=="in421"){ 1.3747 + //Checks for id entry 1.3748 + res="../datasheets/flashlights/work.htm" 1.3749 + return true 1.3750 + } 1.3751 + else if(IDText.value=="k220"){ 1.3752 + //Checks for id entry 1.3753 + res="../datasheets/flashlights/work.htm" 1.3754 + return true 1.3755 + } 1.3756 + else if(IDText.value=="k250"){ 1.3757 + //Checks for id entry 1.3758 + res="../datasheets/flashlights/work.htm" 1.3759 + return true 1.3760 + } 1.3761 + else if(IDText.value=="r215"){ 1.3762 + //Checks for id entry 1.3763 + res="../datasheets/flashlights/work.htm" 1.3764 + return true 1.3765 + } 1.3766 + else if(IDText.value=="r250"){ 1.3767 + //Checks for id entry 1.3768 + res="../datasheets/flashlights/work.htm" 1.3769 + return true 1.3770 + } 1.3771 + else if(IDText.value=="r450"){ 1.3772 + //Checks for id entry 1.3773 + res="../datasheets/flashlights/work.htm" 1.3774 + return true 1.3775 + } 1.3776 + else if(IDText.value=="tuf4d1"){ 1.3777 + //Checks for id entry 1.3778 + res="../datasheets/flashlights/work.htm" 1.3779 + return true 1.3780 + } 1.3781 + else if(IDText.value=="v109"){ 1.3782 + //Checks for id entry 1.3783 + res="../datasheets/flashlights/work.htm" 1.3784 + return true 1.3785 + } 1.3786 + else if(IDText.value=="v115"){ 1.3787 + //Checks for id entry 1.3788 + res="../datasheets/flashlights/work.htm" 1.3789 + return true 1.3790 + } 1.3791 + else if(IDText.value=="v215"){ 1.3792 + //Checks for id entry 1.3793 + res="../datasheets/flashlights/work.htm" 1.3794 + return true 1.3795 + } 1.3796 + else if(IDText.value=="v250"){ 1.3797 + //Checks for id entry 1.3798 + res="../datasheets/flashlights/work.htm" 1.3799 + return true 1.3800 + } 1.3801 + else if(IDText.value=="val2dl1"){ 1.3802 + //Checks for id entry 1.3803 + res="../datasheets/flashlights/work.htm" 1.3804 + return true 1.3805 + } 1.3806 + 1.3807 + else if(IDText.value=="459"){ 1.3808 + //Checks for id entry 1.3809 + res="../datasheets/flashlights/industrial.htm" 1.3810 + return true 1.3811 + } 1.3812 + else if(IDText.value=="208ind"){ 1.3813 + //Checks for id entry 1.3814 + res="../datasheets/flashlights/industrial.htm" 1.3815 + return true 1.3816 + } 1.3817 + else if(IDText.value=="231ind"){ 1.3818 + //Checks for id entry 1.3819 + res="../datasheets/flashlights/industrial.htm" 1.3820 + return true 1.3821 + } 1.3822 + else if(IDText.value=="1151"){ 1.3823 + //Checks for id entry 1.3824 + res="../datasheets/flashlights/industrial.htm" 1.3825 + return true 1.3826 + } 1.3827 + else if(IDText.value=="1251"){ 1.3828 + //Checks for id entry 1.3829 + res="../datasheets/flashlights/industrial.htm" 1.3830 + return true 1.3831 + } 1.3832 + else if(IDText.value=="1259"){ 1.3833 + //Checks for id entry 1.3834 + res="../datasheets/flashlights/industrial.htm" 1.3835 + return true 1.3836 + } 1.3837 + else if(IDText.value=="1351"){ 1.3838 + //Checks for id entry 1.3839 + res="../datasheets/flashlights/industrial.htm" 1.3840 + return true 1.3841 + } 1.3842 + else if(IDText.value=="1359"){ 1.3843 + //Checks for id entry 1.3844 + res="../datasheets/flashlights/industrial.htm" 1.3845 + return true 1.3846 + } 1.3847 + else if(IDText.value=="3251r"){ 1.3848 + //Checks for id entry 1.3849 + res="../datasheets/flashlights/industrial.htm" 1.3850 + return true 1.3851 + } 1.3852 + else if(IDText.value=="3251wh"){ 1.3853 + //Checks for id entry 1.3854 + res="../datasheets/flashlights/industrial.htm" 1.3855 + return true 1.3856 + } 1.3857 + else if(IDText.value=="4212wh"){ 1.3858 + //Checks for id entry 1.3859 + res="../datasheets/flashlights/industrial.htm" 1.3860 + return true 1.3861 + } 1.3862 + else if(IDText.value=="4250ind"){ 1.3863 + //Checks for id entry 1.3864 + res="../datasheets/flashlights/industrial.htm" 1.3865 + return true 1.3866 + } 1.3867 + else if(IDText.value=="5109ind"){ 1.3868 + //Checks for id entry 1.3869 + res="../datasheets/flashlights/industrial.htm" 1.3870 + return true 1.3871 + } 1.3872 + else if(IDText.value=="6212wh"){ 1.3873 + //Checks for id entry 1.3874 + res="../datasheets/flashlights/industrial.htm" 1.3875 + return true 1.3876 + } 1.3877 + else if(IDText.value=="9101ind"){ 1.3878 + //Checks for id entry 1.3879 + res="../datasheets/flashlights/industrial.htm" 1.3880 + return true 1.3881 + } 1.3882 + else if(IDText.value=="e250y"){ 1.3883 + //Checks for id entry 1.3884 + res="../datasheets/flashlights/industrial.htm" 1.3885 + return true 1.3886 + } 1.3887 + else if(IDText.value=="e251y"){ 1.3888 + //Checks for id entry 1.3889 + res="../datasheets/flashlights/industrial.htm" 1.3890 + return true 1.3891 + } 1.3892 + else if(IDText.value=="in220"){ 1.3893 + //Checks for id entry 1.3894 + res="../datasheets/flashlights/industrial.htm" 1.3895 + return true 1.3896 + } 1.3897 + else if(IDText.value=="in253"){ 1.3898 + //Checks for id entry 1.3899 + res="../datasheets/flashlights/industrial.htm" 1.3900 + return true 1.3901 + } 1.3902 + else if(IDText.value=="in420"){ 1.3903 + //Checks for id entry 1.3904 + res="../datasheets/flashlights/industrial.htm" 1.3905 + return true 1.3906 + } 1.3907 + else if(IDText.value=="in450"){ 1.3908 + //Checks for id entry 1.3909 + res="../datasheets/flashlights/industrial.htm" 1.3910 + return true 1.3911 + } 1.3912 + else if(IDText.value=="indwandr"){ 1.3913 + //Checks for id entry 1.3914 + res="../datasheets/flashlights/industrial.htm" 1.3915 + return true 1.3916 + } 1.3917 + else if(IDText.value=="indwandy"){ 1.3918 + //Checks for id entry 1.3919 + res="../datasheets/flashlights/industrial.htm" 1.3920 + return true 1.3921 + } 1.3922 + else if(IDText.value=="r215ind"){ 1.3923 + //Checks for id entry 1.3924 + res="../datasheets/flashlights/industrial.htm" 1.3925 + return true 1.3926 + } 1.3927 + else if(IDText.value=="pr2"){ 1.3928 + //Checks for id entry 1.3929 + res="../datasheets/flashlights/standard.htm" 1.3930 + return true 1.3931 + } 1.3932 + else if(IDText.value=="pr3"){ 1.3933 + //Checks for id entry 1.3934 + res="../datasheets/flashlights/standard.htm" 1.3935 + return true 1.3936 + } 1.3937 + else if(IDText.value=="pr4"){ 1.3938 + //Checks for id entry 1.3939 + res="../datasheets/flashlights/standard.htm" 1.3940 + return true 1.3941 + } 1.3942 + else if(IDText.value=="pr6"){ 1.3943 + //Checks for id entry 1.3944 + res="../datasheets/flashlights/standard.htm" 1.3945 + return true 1.3946 + } 1.3947 + else if(IDText.value=="pr7"){ 1.3948 + //Checks for id entry 1.3949 + res="../datasheets/flashlights/standard.htm" 1.3950 + return true 1.3951 + } 1.3952 + else if(IDText.value=="pr12"){ 1.3953 + //Checks for id entry 1.3954 + res="../datasheets/flashlights/standard.htm" 1.3955 + return true 1.3956 + } 1.3957 + else if(IDText.value=="pr13"){ 1.3958 + //Checks for id entry 1.3959 + res="../datasheets/flashlights/standard.htm" 1.3960 + return true 1.3961 + } 1.3962 + else if(IDText.value=="pr35"){ 1.3963 + //Checks for id entry 1.3964 + res="../datasheets/flashlights/standard.htm" 1.3965 + return true 1.3966 + } 1.3967 + else if(IDText.value=="112"){ 1.3968 + //Checks for id entry 1.3969 + res="../datasheets/flashlights/standard.htm" 1.3970 + return true 1.3971 + } 1.3972 + else if(IDText.value=="222"){ 1.3973 + //Checks for id entry 1.3974 + res="../datasheets/flashlights/standard.htm" 1.3975 + return true 1.3976 + } 1.3977 + else if(IDText.value=="243"){ 1.3978 + //Checks for id entry 1.3979 + res="../datasheets/flashlights/standard.htm" 1.3980 + return true 1.3981 + } 1.3982 + else if(IDText.value=="258"){ 1.3983 + //Checks for id entry 1.3984 + res="../datasheets/flashlights/standard.htm" 1.3985 + return true 1.3986 + } 1.3987 + else if(IDText.value=="407"){ 1.3988 + //Checks for id entry 1.3989 + res="../datasheets/flashlights/standard.htm" 1.3990 + return true 1.3991 + } 1.3992 + else if(IDText.value=="425"){ 1.3993 + //Checks for id entry 1.3994 + res="../datasheets/flashlights/standard.htm" 1.3995 + return true 1.3996 + } 1.3997 + else if(IDText.value=="1156"){ 1.3998 + //Checks for id entry 1.3999 + res="../datasheets/flashlights/standard.htm" 1.4000 + return true 1.4001 + } 1.4002 + else if(IDText.value=="1651"){ 1.4003 + //Checks for id entry 1.4004 + res="../datasheets/flashlights/standard.htm" 1.4005 + return true 1.4006 + } 1.4007 + else if(IDText.value=="kpr102"){ 1.4008 + //Checks for id entry 1.4009 + res="../datasheets/flashlights/krypton.htm" 1.4010 + return true 1.4011 + } 1.4012 + else if(IDText.value=="kpr103"){ 1.4013 + //Checks for id entry 1.4014 + res="../datasheets/flashlights/krypton.htm" 1.4015 + return true 1.4016 + } 1.4017 + else if(IDText.value=="kpr104"){ 1.4018 + //Checks for id entry 1.4019 + res="../datasheets/flashlights/krypton.htm" 1.4020 + return true 1.4021 + } 1.4022 + else if(IDText.value=="kpr113"){ 1.4023 + //Checks for id entry 1.4024 + res="../datasheets/flashlights/krypton.htm" 1.4025 + return true 1.4026 + } 1.4027 + else if(IDText.value=="kpr116"){ 1.4028 + //Checks for id entry 1.4029 + res="../datasheets/flashlights/krypton.htm" 1.4030 + return true 1.4031 + } 1.4032 + else if(IDText.value=="kpr802"){ 1.4033 + //Checks for id entry 1.4034 + res="../datasheets/flashlights/krypton.htm" 1.4035 + return true 1.4036 + } 1.4037 + else if(IDText.value=="skpr823"){ 1.4038 + //Checks for id entry 1.4039 + res="../datasheets/flashlights/krypton.htm" 1.4040 + return true 1.4041 + } 1.4042 + else if(IDText.value=="hpr50"){ 1.4043 + //Checks for id entry 1.4044 + res="../datasheets/flashlights/halogenbulb.htm" 1.4045 + return true 1.4046 + } 1.4047 + else if(IDText.value=="hpr51"){ 1.4048 + //Checks for id entry 1.4049 + res="../datasheets/flashlights/halogenbulb.htm" 1.4050 + return true 1.4051 + } 1.4052 + else if(IDText.value=="hpr52"){ 1.4053 + //Checks for id entry 1.4054 + res="../datasheets/flashlights/halogenbulb.htm" 1.4055 + return true 1.4056 + } 1.4057 + else if(IDText.value=="hpr53"){ 1.4058 + //Checks for id entry 1.4059 + res="../datasheets/flashlights/halogenbulb.htm" 1.4060 + return true 1.4061 + } 1.4062 + else if(IDText.value=="f4t5"){ 1.4063 + //Checks for id entry 1.4064 + res="../datasheets/flashlights/fluorescent.htm" 1.4065 + return true 1.4066 + } 1.4067 + else if(IDText.value=="f6t5"){ 1.4068 + //Checks for id entry 1.4069 + res="../datasheets/flashlights/fluorescent.htm" 1.4070 + return true 1.4071 + } 1.4072 + else if(IDText.value=="t1-1"){ 1.4073 + //Checks for id entry 1.4074 + res="../datasheets/flashlights/highintensity.htm" 1.4075 + return true 1.4076 + } 1.4077 + else if(IDText.value=="t1-2"){ 1.4078 + //Checks for id entry 1.4079 + res="../datasheets/flashlights/highintensity.htm" 1.4080 + return true 1.4081 + } 1.4082 + else if(IDText.value=="t2-2"){ 1.4083 + //Checks for id entry 1.4084 + res="../datasheets/flashlights/halogenxenon.htm" 1.4085 + return true 1.4086 + } 1.4087 + else if(IDText.value=="t2-3"){ 1.4088 + //Checks for id entry 1.4089 + res="../datasheets/flashlights/halogenxenon.htm" 1.4090 + return true 1.4091 + } 1.4092 + else if(IDText.value=="t2-4"){ 1.4093 + //Checks for id entry 1.4094 + res="../datasheets/flashlights/halogenxenon.htm" 1.4095 + return true 1.4096 + } 1.4097 + else if(IDText.value=="tx15-2"){ 1.4098 + //Checks for id entry 1.4099 + res="../datasheets/flashlights/halogenxenon.htm" 1.4100 + return true 1.4101 + } 1.4102 + else if(IDText.value=="4546ib"){ 1.4103 + //Checks for id entry 1.4104 + res="../datasheets/flashlights/industrialbulb.htm" 1.4105 + return true 1.4106 + } 1.4107 + else if(IDText.value=="LED"){ 1.4108 + //Checks for id entry 1.4109 + res="../datasheets/flashlights/led.htm" 1.4110 + return true 1.4111 + } 1.4112 + 1.4113 + 1.4114 + 1.4115 + else if(IDText.value=="108"){ 1.4116 + //Checks for id entry 1.4117 + print("You have entered a Discontinued Product Number") 1.4118 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4119 + return true 1.4120 + } 1.4121 + else if(IDText.value=="209"){ 1.4122 + //Checks for id entry 1.4123 + print("You have entered a Discontinued Product Number") 1.4124 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4125 + return true 1.4126 + } 1.4127 + else if(IDText.value=="330"){ 1.4128 + //Checks for id entry 1.4129 + print("You have entered a Discontinued Product Number") 1.4130 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4131 + return true 1.4132 + } 1.4133 + else if(IDText.value=="330y"){ 1.4134 + //Checks for id entry 1.4135 + print("You have entered a Discontinued Product Number") 1.4136 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4137 + return true 1.4138 + } 1.4139 + else if(IDText.value=="331"){ 1.4140 + //Checks for id entry 1.4141 + print("You have entered a Discontinued Product Number") 1.4142 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4143 + return true 1.4144 + } 1.4145 + else if(IDText.value=="331y"){ 1.4146 + //Checks for id entry 1.4147 + print("You have entered a Discontinued Product Number") 1.4148 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4149 + return true 1.4150 + } 1.4151 + else if(IDText.value=="1251bk"){ 1.4152 + //Checks for id entry 1.4153 + print("You have entered a Discontinued Product Number") 1.4154 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4155 + return true 1.4156 + } 1.4157 + else if(IDText.value=="2253"){ 1.4158 + //Checks for id entry 1.4159 + print("You have entered a Discontinued Product Number") 1.4160 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4161 + return true 1.4162 + } 1.4163 + else if(IDText.value=="3233"){ 1.4164 + //Checks for id entry 1.4165 + print("You have entered a Discontinued Product Number") 1.4166 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4167 + return true 1.4168 + } 1.4169 + else if(IDText.value=="3253"){ 1.4170 + //Checks for id entry 1.4171 + print("You have entered a Discontinued Product Number") 1.4172 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4173 + return true 1.4174 + } 1.4175 + else if(IDText.value=="3415"){ 1.4176 + //Checks for id entry 1.4177 + print("You have entered a Discontinued Product Number") 1.4178 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4179 + return true 1.4180 + } 1.4181 + else if(IDText.value=="3452"){ 1.4182 + //Checks for id entry 1.4183 + print("You have entered a Discontinued Product Number") 1.4184 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4185 + return true 1.4186 + } 1.4187 + else if(IDText.value=="4220"){ 1.4188 + //Checks for id entry 1.4189 + print("You have entered a Discontinued Product Number") 1.4190 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4191 + return true 1.4192 + } 1.4193 + else if(IDText.value=="4453"){ 1.4194 + //Checks for id entry 1.4195 + print("You have entered a Discontinued Product Number") 1.4196 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4197 + return true 1.4198 + } 1.4199 + else if(IDText.value=="5154"){ 1.4200 + //Checks for id entry 1.4201 + print("You have entered a Discontinued Product Number") 1.4202 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4203 + return true 1.4204 + } 1.4205 + else if(IDText.value=="5251"){ 1.4206 + //Checks for id entry 1.4207 + print("You have entered a Discontinued Product Number") 1.4208 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4209 + return true 1.4210 + } 1.4211 + else if(IDText.value=="7369"){ 1.4212 + //Checks for id entry 1.4213 + print("You have entered a Discontinued Product Number") 1.4214 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4215 + return true 1.4216 + } 1.4217 + else if(IDText.value=="8115"){ 1.4218 + //Checks for id entry 1.4219 + print("You have entered a Discontinued Product Number") 1.4220 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4221 + return true 1.4222 + } 1.4223 + else if(IDText.value=="8415"){ 1.4224 + //Checks for id entry 1.4225 + print("You have entered a Discontinued Product Number") 1.4226 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4227 + return true 1.4228 + } 1.4229 + else if(IDText.value=="b170"){ 1.4230 + //Checks for id entry 1.4231 + print("You have entered a Discontinued Product Number") 1.4232 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4233 + return true 1.4234 + } 1.4235 + else if(IDText.value=="bkc1"){ 1.4236 + //Checks for id entry 1.4237 + print("You have entered a Discontinued Product Number") 1.4238 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4239 + return true 1.4240 + } 1.4241 + else if(IDText.value=="d620"){ 1.4242 + //Checks for id entry 1.4243 + print("You have entered a Discontinued Product Number") 1.4244 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4245 + return true 1.4246 + } 1.4247 + else if(IDText.value=="d820"){ 1.4248 + //Checks for id entry 1.4249 + print("You have entered a Discontinued Product Number") 1.4250 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4251 + return true 1.4252 + } 1.4253 + else if(IDText.value=="e100"){ 1.4254 + //Checks for id entry 1.4255 + print("You have entered a Discontinued Product Number") 1.4256 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4257 + return true 1.4258 + } 1.4259 + else if(IDText.value=="e252"){ 1.4260 + //Checks for id entry 1.4261 + print("You have entered a Discontinued Product Number") 1.4262 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4263 + return true 1.4264 + } 1.4265 + else if(IDText.value=="e350"){ 1.4266 + //Checks for id entry 1.4267 + print("You have entered a Discontinued Product Number") 1.4268 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4269 + return true 1.4270 + } 1.4271 + else if(IDText.value=="e420"){ 1.4272 + //Checks for id entry 1.4273 + print("You have entered a Discontinued Product Number") 1.4274 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4275 + return true 1.4276 + } 1.4277 + else if(IDText.value=="em290"){ 1.4278 + //Checks for id entry 1.4279 + print("You have entered a Discontinued Product Number") 1.4280 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4281 + return true 1.4282 + } 1.4283 + else if(IDText.value=="em420"){ 1.4284 + //Checks for id entry 1.4285 + print("You have entered a Discontinued Product Number") 1.4286 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4287 + return true 1.4288 + } 1.4289 + else if(IDText.value=="f100"){ 1.4290 + //Checks for id entry 1.4291 + print("You have entered a Discontinued Product Number") 1.4292 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4293 + return true 1.4294 + } 1.4295 + else if(IDText.value=="f215"){ 1.4296 + //Checks for id entry 1.4297 + print("You have entered a Discontinued Product Number") 1.4298 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4299 + return true 1.4300 + } 1.4301 + else if(IDText.value=="f250"){ 1.4302 + //Checks for id entry 1.4303 + print("You have entered a Discontinued Product Number") 1.4304 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4305 + return true 1.4306 + } 1.4307 + else if(IDText.value=="f415"){ 1.4308 + //Checks for id entry 1.4309 + print("You have entered a Discontinued Product Number") 1.4310 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4311 + return true 1.4312 + } 1.4313 + else if(IDText.value=="h100"){ 1.4314 + //Checks for id entry 1.4315 + print("You have entered a Discontinued Product Number") 1.4316 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4317 + return true 1.4318 + } 1.4319 + else if(IDText.value=="h250"){ 1.4320 + //Checks for id entry 1.4321 + print("You have entered a Discontinued Product Number") 1.4322 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4323 + return true 1.4324 + } 1.4325 + else if(IDText.value=="h350"){ 1.4326 + //Checks for id entry 1.4327 + print("You have entered a Discontinued Product Number") 1.4328 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4329 + return true 1.4330 + } 1.4331 + else if(IDText.value=="in25t"){ 1.4332 + //Checks for id entry 1.4333 + print("You have entered a Discontinued Product Number") 1.4334 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4335 + return true 1.4336 + } 1.4337 + else if(IDText.value=="kcdb"){ 1.4338 + //Checks for id entry 1.4339 + print("You have entered a Discontinued Product Number") 1.4340 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4341 + return true 1.4342 + } 1.4343 + else if(IDText.value=="kcsg"){ 1.4344 + //Checks for id entry 1.4345 + print("You have entered a Discontinued Product Number") 1.4346 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4347 + return true 1.4348 + } 1.4349 + else if(IDText.value=="kctw"){ 1.4350 + //Checks for id entry 1.4351 + print("You have entered a Discontinued Product Number") 1.4352 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4353 + return true 1.4354 + } 1.4355 + else if(IDText.value=="rc100"){ 1.4356 + //Checks for id entry 1.4357 + print("You have entered a Discontinued Product Number") 1.4358 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4359 + return true 1.4360 + } 1.4361 + else if(IDText.value=="rc251"){ 1.4362 + //Checks for id entry 1.4363 + print("You have entered a Discontinued Product Number") 1.4364 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4365 + return true 1.4366 + } 1.4367 + else if(IDText.value=="rc290"){ 1.4368 + //Checks for id entry 1.4369 + print("You have entered a Discontinued Product Number") 1.4370 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4371 + return true 1.4372 + } 1.4373 + else if(IDText.value=="t430"){ 1.4374 + //Checks for id entry 1.4375 + print("You have entered a Discontinued Product Number") 1.4376 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4377 + return true 1.4378 + } 1.4379 + else if(IDText.value=="v235"){ 1.4380 + //Checks for id entry 1.4381 + print("You have entered a Discontinued Product Number") 1.4382 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4383 + return true 1.4384 + } 1.4385 + else if(IDText.value=="x250"){ 1.4386 + //Checks for id entry 1.4387 + print("You have entered a Discontinued Product Number") 1.4388 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4389 + return true 1.4390 + } 1.4391 + else if(IDText.value=="x350"){ 1.4392 + //Checks for id entry 1.4393 + print("You have entered a Discontinued Product Number") 1.4394 + res="../datasheets/flashlights/discontinued_flashlight_index.htm" 1.4395 + return true 1.4396 + } 1.4397 + 1.4398 + 1.4399 + 1.4400 + else { 1.4401 + print("You have entered an Invalid Product Number...Please try 'Select Product Group' search.") 1.4402 + return false 1.4403 + } 1.4404 + 1.4405 +} 1.4406 + 1.4407 +reportCompare('No Crash', 'No Crash', '');