]> git.saurik.com Git - apple/javascriptcore.git/blob - tests/mozilla/js1_5/Regress/regress-96526-003.js
JavaScriptCore-7601.1.46.3.tar.gz
[apple/javascriptcore.git] / tests / mozilla / js1_5 / Regress / regress-96526-003.js
1 /* ***** BEGIN LICENSE BLOCK *****
2 * Version: NPL 1.1/GPL 2.0/LGPL 2.1
3 *
4 * The contents of this file are subject to the Netscape Public License
5 * Version 1.1 (the "License"); you may not use this file except in
6 * compliance with the License. You may obtain a copy of the License at
7 * http://www.mozilla.org/NPL/
8 *
9 * Software distributed under the License is distributed on an "AS IS" basis,
10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 * for the specific language governing rights and limitations under the
12 * License.
13 *
14 * The Original Code is JavaScript Engine testing utilities.
15 *
16 * The Initial Developer of the Original Code is Netscape Communications Corp.
17 * Portions created by the Initial Developer are Copyright (C) 2002
18 * the Initial Developer. All Rights Reserved.
19 *
20 * Contributor(s): pschwartau@netscape.com
21 *
22 * Alternatively, the contents of this file may be used under the terms of
23 * either the GNU General Public License Version 2 or later (the "GPL"), or
24 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
25 * in which case the provisions of the GPL or the LGPL are applicable instead
26 * of those above. If you wish to allow use of your version of this file only
27 * under the terms of either the GPL or the LGPL, and not to allow others to
28 * use your version of this file under the terms of the NPL, indicate your
29 * decision by deleting the provisions above and replace them with the notice
30 * and other provisions required by the GPL or the LGPL. If you do not delete
31 * the provisions above, a recipient may use your version of this file under
32 * the terms of any one of the NPL, the GPL or the LGPL.
33 *
34 * ***** END LICENSE BLOCK *****
35 *
36 *
37 * Date: 04 Sep 2002
38 * SUMMARY: Just seeing that we don't crash when compiling this script -
39 *
40 * See http://bugzilla.mozilla.org/show_bug.cgi?id=96526
41 * See http://bugzilla.mozilla.org/show_bug.cgi?id=133897
42 */
43 //-----------------------------------------------------------------------------
44 printBugNumber(96526);
45 printStatus("Just seeing that we don't crash when compiling this script -");
46
47
48 /*
49 * This function comes from http://bugzilla.mozilla.org/show_bug.cgi?id=133897
50 */
51 function validId(IDtext)
52 {
53 var res = "";
54
55 if(IDText.value==""){
56 print("You must enter a valid battery #")
57 return false
58 }
59 else if(IDText.value=="x522"){
60 //Checks for id entry
61 res="../batteryinfo/product_offerings/alkaline/energizer_e2/energizer2.htm"
62 return true
63 }
64 else if(IDText.value=="x91"){
65 //Checks for id entry
66 res="../batteryinfo/product_offerings/alkaline/energizer_e2/energizer2.htm"
67 return true
68 }
69 else if(IDText.value=="x92"){
70 //Checks for id entry
71 res="../batteryinfo/product_offerings/alkaline/energizer_e2/energizer2.htm"
72 return true
73 }
74 else if(IDText.value=="x93"){
75 //Checks for id entry
76 res="../batteryinfo/product_offerings/alkaline/energizer_e2/energizer2.htm"
77 return true
78 }
79 else if(IDText.value=="x95"){
80 //Checks for id entry
81 res="../batteryinfo/product_offerings/alkaline/energizer_e2/energizer2.htm"
82 return true
83 }
84 else if(IDText.value=="521"){
85 //Checks for id entry
86 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_consumeroem.htm"
87 return true
88 }
89 else if(IDText.value=="522"){
90 //Checks for id entry
91 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_consumeroem.htm"
92 return true
93 }
94 else if(IDText.value=="528"){
95 //Checks for id entry
96 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_consumeroem.htm"
97 return true
98 }
99 else if(IDText.value=="529"){
100 //Checks for id entry
101 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_consumeroem.htm"
102 return true
103 }
104 else if(IDText.value=="539"){
105 //Checks for id entry
106 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_consumeroem.htm"
107 return true
108 }
109 else if(IDText.value=="e90"){
110 //Checks for id entry
111 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_consumeroem.htm"
112 return true
113 }
114 else if(IDText.value=="e91"){
115 //Checks for id entry
116 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_consumeroem.htm"
117 return true
118 }
119 else if(IDText.value=="e92"){
120 //Checks for id entry
121 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_consumeroem.htm"
122 return true
123 }
124 else if(IDText.value=="e93"){
125 //Checks for id entry
126 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_consumeroem.htm"
127 return true
128 }
129 else if(IDText.value=="e95"){
130 //Checks for id entry
131 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_consumeroem.htm"
132 return true
133 }
134 else if(IDText.value=="e96"){
135 //Checks for id entry
136 res="../batteryinfo/product_offerings/alkaline/energizer_e2/energizer2.htm"
137 return true
138 }
139 else if(IDText.value=="en6"){
140 //Checks for id entry
141 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_industrial.htm"
142 return true
143 }
144 else if(IDText.value=="en22"){
145 //Checks for id entry
146 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_industrial.htm"
147 return true
148 }
149 else if(IDText.value=="en90"){
150 //Checks for id entry
151 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_industrial.htm"
152 return true
153 }
154 else if(IDText.value=="en91"){
155 //Checks for id entry
156 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_industrial.htm"
157 return true
158 }
159 else if(IDText.value=="en92"){
160 //Checks for id entry
161 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_industrial.htm"
162 return true
163 }
164 else if(IDText.value=="en93"){
165 //Checks for id entry
166 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_industrial.htm"
167 return true
168 }
169 else if(IDText.value=="en95"){
170 //Checks for id entry
171 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_industrial.htm"
172 return true
173 }
174 else if(IDText.value=="en529"){
175 //Checks for id entry
176 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_industrial.htm"
177 return true
178 }
179 else if(IDText.value=="en539"){
180 //Checks for id entry
181 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_industrial.htm"
182 return true
183 }
184 else if(IDText.value=="en715"){
185 //Checks for id entry
186 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_industrial.htm"
187 return true
188 }
189 else if(IDText.value=="edl4a"){
190 //Checks for id entry
191 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_industrial.htm"
192 return true
193 }
194 else if(IDText.value=="edl4as"){
195 //Checks for id entry
196 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_industrial.htm"
197 return true
198 }
199 else if(IDText.value=="edl4ac"){
200 //Checks for id entry
201 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_industrial.htm"
202 return true
203 }
204 else if(IDText.value=="edl6a"){
205 //Checks for id entry
206 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_industrial.htm"
207 return true
208 }
209 else if(IDText.value=="3-0316"){
210 //Checks for id entry
211 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm"
212 return true
213 }
214 else if(IDText.value=="3-0316i"){
215 //Checks for id entry
216 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm"
217 return true
218 }
219 else if(IDText.value=="3-00411"){
220 //Checks for id entry
221 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm"
222 return true
223 }
224 else if(IDText.value=="3-0411i"){
225 //Checks for id entry
226 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm"
227 return true
228 }
229
230 else if(IDText.value=="3-312"){
231 //Checks for id entry
232 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm"
233 return true
234 }
235 else if(IDText.value=="3-312i"){
236 //Checks for id entry
237 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm"
238 return true
239 }
240
241 else if(IDText.value=="3-315"){
242 //Checks for id entry
243 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm"
244 return true
245 }
246
247 else if(IDText.value=="3-315i"){
248 //Checks for id entry
249 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm"
250 return true
251 }
252
253 else if(IDText.value=="3-315innc"){
254 //Checks for id entry
255 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm"
256 return true
257 }
258
259 else if(IDText.value=="3-315iwc"){
260 //Checks for id entry
261 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm"
262 return true
263 }
264
265 else if(IDText.value=="3-315wc"){
266 //Checks for id entry
267 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm"
268 return true
269 }
270
271 else if(IDText.value=="3-335"){
272 //Checks for id entry
273 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm"
274 return true
275 }
276
277 else if(IDText.value=="3-335i"){
278 //Checks for id entry
279 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm"
280 return true
281 }
282
283 else if(IDText.value=="3-335wc"){
284 //Checks for id entry
285 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm"
286 return true
287 }
288
289 else if(IDText.value=="3-335nnci"){
290 //Checks for id entry
291 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm"
292 return true
293 }
294
295 else if(IDText.value=="3-350"){
296 //Checks for id entry
297 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm"
298 return true
299 }
300
301 else if(IDText.value=="3-350i"){
302 //Checks for id entry
303 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm"
304 return true
305 }
306
307 else if(IDText.value=="3-3501wc"){
308 //Checks for id entry
309 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm"
310 return true
311 }
312
313 else if(IDText.value=="3-350wc"){
314 //Checks for id entry
315 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm"
316 return true
317 }
318
319 else if(IDText.value=="3-350nnci"){
320 //Checks for id entry
321 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm"
322 return true
323 }
324
325 else if(IDText.value=="3-361"){
326 //Checks for id entry
327 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm"
328 return true
329 }
330
331 else if(IDText.value=="3-361i"){
332 //Checks for id entry
333 res="../batteryinfo/product_offerings/alkaline/energizer/alkaline_oem_only.htm"
334 return true
335 }
336
337 else if(IDText.value=="a522"){
338 //Checks for id entry
339 res="../batteryinfo/product_offerings/alkaline/eveready/value.htm"
340 return true
341 }
342 else if(IDText.value=="a91"){
343 //Checks for id entry
344 res="../batteryinfo/product_offerings/alkaline/eveready/value.htm"
345 return true
346 }
347 else if(IDText.value=="a92"){
348 //Checks for id entry
349 res="../batteryinfo/product_offerings/alkaline/eveready/value.htm"
350 return true
351 }
352 else if(IDText.value=="a93"){
353 //Checks for id entry
354 res="../batteryinfo/product_offerings/alkaline/eveready/value.htm"
355 return true
356 }
357 else if(IDText.value=="a95"){
358 //Checks for id entry
359 res="../batteryinfo/product_offerings/alkaline/eveready/value.htm"
360 return true
361 }
362
363 else if(IDText.value=="510s"){
364 //Checks for id entry
365 res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_consumeroem.htm"
366 return true
367 }
368
369 else if(IDText.value=="1209"){
370 //Checks for id entry
371 res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_consumeroem.htm"
372 return true
373 }
374
375 else if(IDText.value=="1212"){
376 //Checks for id entry
377 res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_consumeroem.htm"
378 return true
379 }
380
381 else if(IDText.value=="1215"){
382 //Checks for id entry
383 res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_consumeroem.htm"
384 return true
385 }
386
387 else if(IDText.value=="1222"){
388 //Checks for id entry
389 res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_consumeroem.htm"
390 return true
391 }
392
393 else if(IDText.value=="1235"){
394 //Checks for id entry
395 res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_consumeroem.htm"
396 return true
397 }
398
399 else if(IDText.value=="1250"){
400 //Checks for id entry
401 res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_consumeroem.htm"
402 return true
403 }
404 else if(IDText.value=="206"){
405 //Checks for id entry
406 res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm"
407 return true
408 }
409
410 else if(IDText.value=="246"){
411 //Checks for id entry
412 res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm"
413 return true
414 }
415
416 else if(IDText.value=="266"){
417 //Checks for id entry
418 res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm"
419 return true
420 }
421
422 else if(IDText.value=="276"){
423 //Checks for id entry
424 res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm"
425 return true
426 }
427
428 else if(IDText.value=="411"){
429 //Checks for id entry
430 res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm"
431 return true
432 }
433
434
435 else if(IDText.value=="412"){
436 //Checks for id entry
437 res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm"
438 return true
439 }
440
441 else if(IDText.value=="413"){
442 //Checks for id entry
443 res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm"
444 return true
445 }
446
447 else if(IDText.value=="415"){
448 //Checks for id entry
449 res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm"
450 return true
451 }
452
453 else if(IDText.value=="416"){
454 //Checks for id entry
455 res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm"
456 return true
457 }
458
459 else if(IDText.value=="455"){
460 //Checks for id entry
461 res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm"
462 return true
463 }
464
465 else if(IDText.value=="467"){
466 //Checks for id entry
467 res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm"
468 return true
469 }
470
471 else if(IDText.value=="489"){
472 //Checks for id entry
473 res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm"
474 return true
475 }
476
477 else if(IDText.value=="493"){
478 //Checks for id entry
479 res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm"
480 return true
481 }
482
483 else if(IDText.value=="497"){
484 //Checks for id entry
485 res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm"
486 return true
487 }
488
489 else if(IDText.value=="504"){
490 //Checks for id entry
491 res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm"
492 return true
493 }
494
495 else if(IDText.value=="505"){
496 //Checks for id entry
497 res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm"
498 return true
499 }
500
501 else if(IDText.value=="711"){
502 //Checks for id entry
503 res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm"
504 return true
505 }
506
507 else if(IDText.value=="732"){
508 //Checks for id entry
509 res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm"
510 return true
511 }
512
513 else if(IDText.value=="763"){
514 //Checks for id entry
515 res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm"
516 return true
517 }
518
519 else if(IDText.value=="ev190"){
520 //Checks for id entry
521 res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm"
522 return true
523 }
524
525 else if(IDText.value=="ev115"){
526 //Checks for id entry
527 res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm"
528 return true
529 }
530
531 else if(IDText.value=="ev122"){
532 //Checks for id entry
533 res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm"
534 return true
535 }
536
537 else if(IDText.value=="ev131"){
538 //Checks for id entry
539 res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm"
540 return true
541 }
542
543 else if(IDText.value=="ev135"){
544 //Checks for id entry
545 res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm"
546 return true
547 }
548
549 else if(IDText.value=="ev150"){
550 //Checks for id entry
551 res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm"
552 return true
553 }
554
555 else if(IDText.value=="hs14196"){
556 //Checks for id entry
557 res="../batteryinfo/product_offerings/carbon_zinc/carbon_zinc_industrial.htm"
558 return true
559 }
560
561 else if(IDText.value=="2l76"){
562 //Checks for id entry
563 res="../batteryinfo/product_offerings/lithium/lithium.htm"
564 return true
565 }
566 else if(IDText.value=="el1cr2"){
567 //Checks for id entry
568 res="../batteryinfo/product_offerings/lithium/lithium.htm"
569 return true
570 }
571 else if(IDText.value=="crv3"){
572 //Checks for id entry
573 res="../batteryinfo/product_offerings/lithium/lithium.htm"
574 return true
575 }
576
577 else if(IDText.value=="el2cr5"){
578 //Checks for id entry
579 res="../batteryinfo/product_offerings/lithium/lithium.htm"
580 return true
581 }
582
583 else if(IDText.value=="el123ap"){
584 //Checks for id entry
585 res="../batteryinfo/product_offerings/lithium/lithium.htm"
586 return true
587 }
588
589 else if(IDText.value=="el223ap"){
590 //Checks for id entry
591 res="../batteryinfo/product_offerings/lithium/lithium.htm"
592 return true
593 }
594
595 else if(IDText.value=="l91"){
596 //Checks for id entry
597 res="../batteryinfo/product_offerings/lithium/lithium.htm"
598 return true
599 }
600
601 else if(IDText.value=="l522"){
602 //Checks for id entry
603 res="../batteryinfo/product_offerings/lithium/lithium.htm"
604 return true
605 }
606
607 else if(IDText.value=="l544"){
608 //Checks for id entry
609 res="../batteryinfo/product_offerings/lithium/lithium.htm"
610 return true
611 }
612
613 else if(IDText.value=="cr1025"){
614 //Checks for id entry
615 res="../batteryinfo/product_offerings/lithium/lithiummin.htm"
616 return true
617 }
618
619 else if(IDText.value=="cr1216"){
620 //Checks for id entry
621 res="../batteryinfo/product_offerings/lithium/lithiummin.htm"
622 return true
623 }
624
625 else if(IDText.value=="cr1220"){
626 //Checks for id entry
627 res="../batteryinfo/product_offerings/lithium/lithiummin.htm"
628 return true
629 }
630
631 else if(IDText.value=="cr1225"){
632 //Checks for id entry
633 res="../batteryinfo/product_offerings/lithium/lithiummin.htm"
634 return true
635 }
636
637 else if(IDText.value=="cr1616"){
638 //Checks for id entry
639 res="../batteryinfo/product_offerings/lithium/lithiummin.htm"
640 return true
641 }
642
643 else if(IDText.value=="cr1620"){
644 //Checks for id entry
645 res="../batteryinfo/product_offerings/lithium/lithiummin.htm"
646 return true
647 }
648
649 else if(IDText.value=="cr1632"){
650 //Checks for id entry
651 res="../batteryinfo/product_offerings/lithium/lithiummin.htm"
652 return true
653 }
654
655 else if(IDText.value=="cr2012"){
656 //Checks for id entry
657 res="../batteryinfo/product_offerings/lithium/lithiummin.htm"
658 return true
659 }
660
661 else if(IDText.value=="cr2016"){
662 //Checks for id entry
663 res="../batteryinfo/product_offerings/lithium/lithiummin.htm"
664 return true
665 }
666
667 else if(IDText.value=="cr2025"){
668 //Checks for id entry
669 res="../batteryinfo/product_offerings/lithium/lithiummin.htm"
670 return true
671 }
672
673 else if(IDText.value=="cr2032"){
674 //Checks for id entry
675 res="../batteryinfo/product_offerings/lithium/lithiummin.htm"
676 return true
677 }
678
679 else if(IDText.value=="cr2320"){
680 //Checks for id entry
681 res="../batteryinfo/product_offerings/lithium/lithiummin.htm"
682 return true
683 }
684
685 else if(IDText.value=="cr2430"){
686 //Checks for id entry
687 res="../batteryinfo/product_offerings/lithium/lithiummin.htm"
688 return true
689 }
690
691 else if(IDText.value=="cr2450"){
692 //Checks for id entry
693 res="../batteryinfo/product_offerings/lithium/lithiummin.htm"
694 return true
695 }
696 else if(IDText.value=="186"){
697 //Checks for id entry
698 res="../batteryinfo/product_offerings/manganese_dioxide/manganese_dioxide.htm"
699 return true
700 }
701
702 else if(IDText.value=="189"){
703 //Checks for id entry
704 res="../batteryinfo/product_offerings/manganese_dioxide/manganese_dioxide.htm"
705 return true
706 }
707
708 else if(IDText.value=="191"){
709 //Checks for id entry
710 res="../batteryinfo/product_offerings/manganese_dioxide/manganese_dioxide.htm"
711 return true
712 }
713
714 else if(IDText.value=="192"){
715 //Checks for id entry
716 res="../batteryinfo/product_offerings/manganese_dioxide/manganese_dioxide.htm"
717 return true
718 }
719
720 else if(IDText.value=="193"){
721 //Checks for id entry
722 res="../batteryinfo/product_offerings/manganese_dioxide/manganese_dioxide.htm"
723 return true
724 }
725
726 else if(IDText.value=="a23"){
727 //Checks for id entry
728 res="../batteryinfo/product_offerings/manganese_dioxide/manganese_dioxide.htm"
729 return true
730 }
731
732 else if(IDText.value=="a27"){
733 //Checks for id entry
734 res="../batteryinfo/product_offerings/manganese_dioxide/manganese_dioxide.htm"
735 return true
736 }
737
738 else if(IDText.value=="a76"){
739 //Checks for id entry
740 res="../batteryinfo/product_offerings/manganese_dioxide/manganese_dioxide.htm"
741 return true
742 }
743
744 else if(IDText.value=="a544"){
745 //Checks for id entry
746 res="../batteryinfo/product_offerings/manganese_dioxide/manganese_dioxide.htm"
747 return true
748 }
749
750 else if(IDText.value=="e11a"){
751 //Checks for id entry
752 res="../batteryinfo/product_offerings/manganese_dioxide/manganese_dioxide.htm"
753 return true
754 }
755
756 else if(IDText.value=="e625g"){
757 //Checks for id entry
758 res="../batteryinfo/product_offerings/manganese_dioxide/manganese_dioxide.htm"
759 return true
760 }
761
762 else if(IDText.value=="301"){
763 //Checks for id entry
764 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
765 return true
766 }
767
768 else if(IDText.value=="303"){
769 //Checks for id entry
770 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
771 return true
772 }
773
774 else if(IDText.value=="309"){
775 //Checks for id entry
776 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
777 return true
778 }
779
780 else if(IDText.value=="315"){
781 //Checks for id entry
782 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
783 return true
784 }
785
786 else if(IDText.value=="317"){
787 //Checks for id entry
788 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
789 return true
790 }
791
792 else if(IDText.value=="319"){
793 //Checks for id entry
794 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
795 return true
796 }
797
798 else if(IDText.value=="321"){
799 //Checks for id entry
800 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
801 return true
802 }
803
804 else if(IDText.value=="329"){
805 //Checks for id entry
806 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
807 return true
808 }
809 else if(IDText.value=="333"){
810 //Checks for id entry
811 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
812 return true
813 }
814 else if(IDText.value=="335"){
815 //Checks for id entry
816 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
817 return true
818 }
819
820 else if(IDText.value=="337"){
821 //Checks for id entry
822 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
823 return true
824 }
825
826 else if(IDText.value=="339"){
827 //Checks for id entry
828 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
829 return true
830 }
831
832 else if(IDText.value=="341"){
833 //Checks for id entry
834 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
835 return true
836 }
837
838 else if(IDText.value=="344"){
839 //Checks for id entry
840 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
841 return true
842 }
843
844 else if(IDText.value=="346"){
845 //Checks for id entry
846 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
847 return true
848 }
849
850 else if(IDText.value=="350"){
851 //Checks for id entry
852 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
853 return true
854 }
855
856 else if(IDText.value=="357"){
857 //Checks for id entry
858 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
859 return true
860 }
861
862 else if(IDText.value=="361"){
863 //Checks for id entry
864 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
865 return true
866 }
867
868 else if(IDText.value=="362"){
869 //Checks for id entry
870 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
871 return true
872 }
873
874 else if(IDText.value=="364"){
875 //Checks for id entry
876 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
877 return true
878 }
879
880 else if(IDText.value=="365"){
881 //Checks for id entry
882 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
883 return true
884 }
885
886 else if(IDText.value=="366"){
887 //Checks for id entry
888 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
889 return true
890 }
891
892 else if(IDText.value=="370"){
893 //Checks for id entry
894 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
895 return true
896 }
897
898 else if(IDText.value=="371"){
899 //Checks for id entry
900 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
901 return true
902 }
903
904 else if(IDText.value=="373"){
905 //Checks for id entry
906 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
907 return true
908 }
909
910 else if(IDText.value=="376"){
911 //Checks for id entry
912 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
913 return true
914 }
915
916 else if(IDText.value=="377"){
917 //Checks for id entry
918 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
919 return true
920 }
921
922 else if(IDText.value=="379"){
923 //Checks for id entry
924 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
925 return true
926 }
927
928 else if(IDText.value=="381"){
929 //Checks for id entry
930 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
931 return true
932 }
933
934 else if(IDText.value=="384"){
935 //Checks for id entry
936 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
937 return true
938 }
939
940 else if(IDText.value=="386"){
941 //Checks for id entry
942 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
943 return true
944 }
945
946 else if(IDText.value=="387s"){
947 //Checks for id entry
948 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
949 return true
950 }
951
952 else if(IDText.value=="389"){
953 //Checks for id entry
954 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
955 return true
956 }
957
958 else if(IDText.value=="390"){
959 //Checks for id entry
960 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
961 return true
962 }
963
964 else if(IDText.value=="391"){
965 //Checks for id entry
966 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
967 return true
968 }
969
970 else if(IDText.value=="392"){
971 //Checks for id entry
972 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
973 return true
974 }
975
976 else if(IDText.value=="393"){
977 //Checks for id entry
978 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
979 return true
980 }
981
982 else if(IDText.value=="394"){
983 //Checks for id entry
984 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
985 return true
986 }
987
988 else if(IDText.value=="395"){
989 //Checks for id entry
990 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
991 return true
992 }
993
994 else if(IDText.value=="396"){
995 //Checks for id entry
996 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
997 return true
998 }
999
1000 else if(IDText.value=="397"){
1001 //Checks for id entry
1002 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
1003 return true
1004 }
1005
1006 else if(IDText.value=="399"){
1007 //Checks for id entry
1008 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
1009 return true
1010 }
1011
1012
1013 else if(IDText.value=="epx76"){
1014 //Checks for id entry
1015 res="../batteryinfo/product_offerings/silver/silver_oxide.htm"
1016 return true
1017 }
1018
1019 else if(IDText.value=="ac5"){
1020 //Checks for id entry
1021 res="../batteryinfo/product_offerings/zinc_air/zinc_air.htm"
1022 return true
1023 }
1024
1025 else if(IDText.value=="ac10/230"){
1026 //Checks for id entry
1027 res="../batteryinfo/product_offerings/zinc_air/zinc_air.htm"
1028 return true
1029 }
1030 else if(IDText.value=="ac10"){
1031 //Checks for id entry
1032 res="../batteryinfo/product_offerings/zinc_air/zinc_air.htm"
1033 return true
1034 }
1035 else if(IDText.value=="ac13"){
1036 //Checks for id entry
1037 res="../batteryinfo/product_offerings/zinc_air/zinc_air.htm"
1038 return true
1039 }
1040
1041 else if(IDText.value=="ac146x"){
1042 //Checks for id entry
1043 res="../batteryinfo/product_offerings/zinc_air/zinc_air.htm"
1044 return true
1045 }
1046
1047 else if(IDText.value=="ac312"){
1048 //Checks for id entry
1049 res="../batteryinfo/product_offerings/zinc_air/zinc_air.htm"
1050 return true
1051 }
1052
1053 else if(IDText.value=="ac675"){
1054 //Checks for id entry
1055 res="../batteryinfo/product_offerings/zinc_air/zinc_air.htm"
1056 return true
1057 }
1058
1059 else if(IDText.value=="chm24"){
1060 //Checks for id entry
1061 res="../batteryinfo/product_offerings/accessories/rechargeableaccessories_chrger.htm"
1062 return true
1063 }
1064
1065 else if(IDText.value=="chm4aa"){
1066 //Checks for id entry
1067 res="../batteryinfo/product_offerings/accessories/rechargeableaccessories_chrger.htm"
1068 return true
1069 }
1070
1071 else if(IDText.value=="chsm"){
1072 //Checks for id entry
1073 res="../batteryinfo/product_offerings/accessories/rechargeableaccessories_chrger.htm"
1074 return true
1075 }
1076
1077 else if(IDText.value=="chm4fc"){
1078 //Checks for id entry
1079 res="../batteryinfo/product_offerings/accessories/rechargeableaccessories_chrger.htm"
1080 return true
1081 }
1082
1083 else if(IDText.value=="cxl1000"){
1084 //Checks for id entry
1085 res="../batteryinfo/product_offerings/accessories/rechargeableaccessories_chrger.htm"
1086 return true
1087 }
1088 else if(IDText.value=="nh12"){
1089 //Checks for id entry
1090 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_nimh.htm"
1091 return true
1092 }
1093 else if(IDText.value=="nh15"){
1094 //Checks for id entry
1095 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_nimh.htm"
1096 return true
1097 }
1098
1099 else if(IDText.value=="nh22"){
1100 //Checks for id entry
1101 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_nimh.htm"
1102 return true
1103 }
1104
1105 else if(IDText.value=="nh35"){
1106 //Checks for id entry
1107 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_nimh.htm"
1108 return true
1109 }
1110 else if(IDText.value=="nh50"){
1111 //Checks for id entry
1112 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_nimh.htm"
1113 return true
1114 }
1115
1116
1117 else if(IDText.value=="ccm5060"){
1118 //Checks for id entry
1119 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm"
1120 return true
1121 }
1122
1123 else if(IDText.value=="ccm5260"){
1124 //Checks for id entry
1125 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm"
1126 return true
1127 }
1128
1129 else if(IDText.value=="cm1060h"){
1130 //Checks for id entry
1131 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm"
1132 return true
1133 }
1134
1135 else if(IDText.value=="cm1360"){
1136 //Checks for id entry
1137 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm"
1138 return true
1139 }
1140
1141 else if(IDText.value=="cm2560"){
1142 //Checks for id entry
1143 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm"
1144 return true
1145 }
1146
1147 else if(IDText.value=="cm6136"){
1148 //Checks for id entry
1149 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm"
1150 return true
1151 }
1152
1153 else if(IDText.value=="cv3010"){
1154 //Checks for id entry
1155 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm"
1156 return true
1157 }
1158 else if(IDText.value=="cv3012"){
1159 //Checks for id entry
1160 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm"
1161 return true
1162 }
1163 else if(IDText.value=="cv3112"){
1164 //Checks for id entry
1165 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm"
1166 return true
1167 }
1168
1169 else if(IDText.value=="erc510"){
1170 //Checks for id entry
1171 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm"
1172 return true
1173 }
1174 else if(IDText.value=="erc5160"){
1175 //Checks for id entry
1176 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm"
1177 return true
1178 }
1179 else if(IDText.value=="erc520"){
1180 //Checks for id entry
1181 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm"
1182 return true
1183 }
1184 else if(IDText.value=="erc525"){
1185 //Checks for id entry
1186 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm"
1187 return true
1188 }
1189 else if(IDText.value=="erc530"){
1190 //Checks for id entry
1191 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm"
1192 return true
1193 }
1194 else if(IDText.value=="erc545"){
1195 //Checks for id entry
1196 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm"
1197 return true
1198 }
1199 else if(IDText.value=="erc560"){
1200 //Checks for id entry
1201 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm"
1202 return true
1203 }
1204 else if(IDText.value=="erc570"){
1205 //Checks for id entry
1206 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm"
1207 return true
1208 }
1209
1210 else if(IDText.value=="erc580"){
1211 //Checks for id entry
1212 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm"
1213 return true
1214 }
1215 else if(IDText.value=="erc590"){
1216 //Checks for id entry
1217 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm"
1218 return true
1219 }
1220 else if(IDText.value=="erc600"){
1221 //Checks for id entry
1222 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm"
1223 return true
1224 }
1225 else if(IDText.value=="erc610"){
1226 //Checks for id entry
1227 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm"
1228 return true
1229 }
1230 else if(IDText.value=="erc620"){
1231 //Checks for id entry
1232 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm"
1233 return true
1234 }
1235
1236 else if(IDText.value=="erc630"){
1237 //Checks for id entry
1238 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm"
1239 return true
1240 }
1241
1242 else if(IDText.value=="erc640"){
1243 //Checks for id entry
1244 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm"
1245 return true
1246 }
1247 else if(IDText.value=="erc650"){
1248 //Checks for id entry
1249 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm"
1250 return true
1251 }
1252 else if(IDText.value=="erc660"){
1253 //Checks for id entry
1254 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm"
1255 return true
1256 }
1257 else if(IDText.value=="erc670"){
1258 //Checks for id entry
1259 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm"
1260 return true
1261 }
1262 else if(IDText.value=="erc680"){
1263 //Checks for id entry
1264 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm"
1265 return true
1266 }
1267 else if(IDText.value=="erc700"){
1268 //Checks for id entry
1269 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscam.htm"
1270 return true
1271 }
1272
1273 else if(IDText.value=="cp2360"){
1274 //Checks for id entry
1275 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm"
1276 return true
1277 }
1278
1279 else if(IDText.value=="cp3036"){
1280 //Checks for id entry
1281 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm"
1282 return true
1283 }
1284
1285
1286 else if(IDText.value=="cp3136"){
1287 //Checks for id entry
1288 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm"
1289 return true
1290 }
1291
1292 else if(IDText.value=="cp3336"){
1293 //Checks for id entry
1294 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm"
1295 return true
1296 }
1297
1298 else if(IDText.value=="cp5136"){
1299 //Checks for id entry
1300 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm"
1301 return true
1302 }
1303
1304 else if(IDText.value=="cp5648"){
1305 //Checks for id entry
1306 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm"
1307 return true
1308 }
1309
1310 else if(IDText.value=="cp5748"){
1311 //Checks for id entry
1312 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm"
1313 return true
1314 }
1315
1316 else if(IDText.value=="cp8049"){
1317 //Checks for id entry
1318 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm"
1319 return true
1320 }
1321
1322 else if(IDText.value=="cp8648"){
1323 //Checks for id entry
1324 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm"
1325 return true
1326 }
1327
1328
1329 else if(IDText.value=="cpv5136"){
1330 //Checks for id entry
1331 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm"
1332 return true
1333 }
1334
1335
1336 else if(IDText.value=="acp5036"){
1337 //Checks for id entry
1338 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm"
1339 return true
1340 }
1341
1342
1343 else if(IDText.value=="acp5136"){
1344 //Checks for id entry
1345 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm"
1346 return true
1347 }
1348
1349
1350 else if(IDText.value=="acp7160"){
1351 //Checks for id entry
1352 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm"
1353 return true
1354 }
1355 else if(IDText.value=="erw120"){
1356 //Checks for id entry
1357 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm"
1358 return true
1359 }
1360 else if(IDText.value=="erw210"){
1361 //Checks for id entry
1362 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm"
1363 return true
1364 }
1365 else if(IDText.value=="erw220"){
1366 //Checks for id entry
1367 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm"
1368 return true
1369 }
1370 else if(IDText.value=="erw230"){
1371 //Checks for id entry
1372 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm"
1373 return true
1374 }
1375 else if(IDText.value=="erw240"){
1376 //Checks for id entry
1377 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm"
1378 return true
1379 }
1380 else if(IDText.value=="erw305"){
1381 //Checks for id entry
1382 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm"
1383 return true
1384 }
1385 else if(IDText.value=="erw310"){
1386 //Checks for id entry
1387 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm"
1388 return true
1389 }
1390 else if(IDText.value=="erw320"){
1391 //Checks for id entry
1392 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm"
1393 return true
1394 }
1395 else if(IDText.value=="erw400"){
1396 //Checks for id entry
1397 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm"
1398 return true
1399 }
1400 else if(IDText.value=="erw500"){
1401 //Checks for id entry
1402 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm"
1403 return true
1404 }
1405 else if(IDText.value=="erw510"){
1406 //Checks for id entry
1407 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm"
1408 return true
1409 }
1410 else if(IDText.value=="erw520"){
1411 //Checks for id entry
1412 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm"
1413 return true
1414 }
1415 else if(IDText.value=="erw530"){
1416 //Checks for id entry
1417 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm"
1418 return true
1419 }
1420 else if(IDText.value=="erw600"){
1421 //Checks for id entry
1422 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm"
1423 return true
1424 }
1425 else if(IDText.value=="erw610"){
1426 //Checks for id entry
1427 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm"
1428 return true
1429 }
1430 else if(IDText.value=="erw700"){
1431 //Checks for id entry
1432 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm"
1433 return true
1434 }
1435 else if(IDText.value=="erw720"){
1436 //Checks for id entry
1437 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm"
1438 return true
1439 }
1440 else if(IDText.value=="erw800"){
1441 //Checks for id entry
1442 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscell.htm"
1443 return true
1444 }
1445 else if(IDText.value=="erp107"){
1446 //Checks for id entry
1447 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm"
1448 return true
1449 }
1450 else if(IDText.value=="erp110"){
1451 //Checks for id entry
1452 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm"
1453 return true
1454 }
1455 else if(IDText.value=="erp240"){
1456 //Checks for id entry
1457 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm"
1458 return true
1459 }
1460 else if(IDText.value=="erp268"){
1461 //Checks for id entry
1462 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm"
1463 return true
1464 }
1465 else if(IDText.value=="erp275"){
1466 //Checks for id entry
1467 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm"
1468 return true
1469 }
1470 else if(IDText.value=="erp290"){
1471 //Checks for id entry
1472 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm"
1473 return true
1474 }
1475 else if(IDText.value=="erp450"){
1476 //Checks for id entry
1477 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm"
1478 return true
1479 }
1480 else if(IDText.value=="erp506"){
1481 //Checks for id entry
1482 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm"
1483 return true
1484 }
1485 else if(IDText.value=="erp509"){
1486 //Checks for id entry
1487 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm"
1488 return true
1489 }
1490 else if(IDText.value=="erp730"){
1491 //Checks for id entry
1492 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm"
1493 return true
1494 }
1495 else if(IDText.value=="erp9116"){
1496 //Checks for id entry
1497 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm"
1498 return true
1499 }
1500 else if(IDText.value=="p2312"){
1501 //Checks for id entry
1502 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm"
1503 return true
1504 }
1505
1506 else if(IDText.value=="p2322m"){
1507 //Checks for id entry
1508 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm"
1509 return true
1510 }
1511 else if(IDText.value=="p2331"){
1512 //Checks for id entry
1513 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm"
1514 return true
1515 }
1516
1517 else if(IDText.value=="p3201"){
1518 //Checks for id entry
1519 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm"
1520 return true
1521 }
1522
1523 else if(IDText.value=="p3301"){
1524 //Checks for id entry
1525 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm"
1526 return true
1527 }
1528
1529 else if(IDText.value=="p3302"){
1530 //Checks for id entry
1531 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm"
1532 return true
1533 }
1534
1535 else if(IDText.value=="p3303"){
1536 //Checks for id entry
1537 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm"
1538 return true
1539 }
1540
1541 else if(IDText.value=="p3306"){
1542 //Checks for id entry
1543 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm"
1544 return true
1545 }
1546
1547 else if(IDText.value=="p3391"){
1548 //Checks for id entry
1549 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm"
1550 return true
1551 }
1552
1553 else if(IDText.value=="p5256"){
1554 //Checks for id entry
1555 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm"
1556 return true
1557 }
1558 else if(IDText.value=="p7300"){
1559 //Checks for id entry
1560 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm"
1561 return true
1562 }
1563
1564 else if(IDText.value=="p7301"){
1565 //Checks for id entry
1566 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm"
1567 return true
1568 }
1569
1570 else if(IDText.value=="7302"){
1571 //Checks for id entry
1572 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm"
1573 return true
1574 }
1575
1576 else if(IDText.value=="7310"){
1577 //Checks for id entry
1578 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm"
1579 return true
1580 }
1581
1582 else if(IDText.value=="p7320"){
1583 //Checks for id entry
1584 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm"
1585 return true
1586 }
1587 else if(IDText.value=="p7330"){
1588 //Checks for id entry
1589 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm"
1590 return true
1591 }
1592 else if(IDText.value=="p7340"){
1593 //Checks for id entry
1594 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm"
1595 return true
1596 }
1597
1598 else if(IDText.value=="p7350"){
1599 //Checks for id entry
1600 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm"
1601 return true
1602 }
1603
1604 else if(IDText.value=="p7360"){
1605 //Checks for id entry
1606 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm"
1607 return true
1608 }
1609 else if(IDText.value=="p7400"){
1610 //Checks for id entry
1611 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm"
1612 return true
1613 }
1614 else if(IDText.value=="p7501"){
1615 //Checks for id entry
1616 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packscord.htm"
1617 return true
1618 }
1619 else if(IDText.value=="erd100"){
1620 //Checks for id entry
1621 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packsdigicam.htm"
1622 return true
1623 }
1624 else if(IDText.value=="erd110"){
1625 //Checks for id entry
1626 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packsdigicam.htm"
1627 return true
1628 }
1629 else if(IDText.value=="erd200"){
1630 //Checks for id entry
1631 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packsdigicam.htm"
1632 return true
1633 }
1634 else if(IDText.value=="erd300"){
1635 //Checks for id entry
1636 res="../batteryinfo/product_offerings/rechargeable_consumer/rechargeable_consumer_packsdigicam.htm"
1637 return true
1638 }
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652 else if(IDText.value=="164"){
1653 //Checks for id entry
1654 print("You have entered a Discontinued Product Number")
1655 res="../datasheets/contents/discontinued_battery_index.htm"
1656 return true
1657 }
1658 else if(IDText.value=="201"){
1659 //Checks for id entry
1660 print("You have entered a Discontinued Product Number")
1661 res="../datasheets/contents/discontinued_battery_index.htm"
1662 return true
1663 }
1664 else if(IDText.value=="216"){
1665 //Checks for id entry
1666 print("You have entered a Discontinued Product Number")
1667 res="../datasheets/contents/discontinued_battery_index.htm"
1668 return true
1669 }
1670 else if(IDText.value=="226"){
1671 //Checks for id entry
1672 print("You have entered a Discontinued Product Number")
1673 res="../datasheets/contents/discontinued_battery_index.htm"
1674 return true
1675 }
1676 else if(IDText.value=="228"){
1677 //Checks for id entry
1678 print("You have entered a Discontinued Product Number")
1679 res="../datasheets/contents/discontinued_battery_index.htm"
1680 return true
1681 }
1682 else if(IDText.value=="311"){
1683 //Checks for id entry
1684 print("You have entered a Discontinued Product Number")
1685 res="../datasheets/contents/discontinued_battery_index.htm"
1686 return true
1687 }
1688 else if(IDText.value=="314"){
1689 //Checks for id entry
1690 print("You have entered a Discontinued Product Number")
1691 res="../datasheets/contents/discontinued_battery_index.htm"
1692 return true
1693 }
1694
1695 else if(IDText.value=="313"){
1696 //Checks for id entry
1697 print("You have entered a Discontinued Product Number")
1698 res="../datasheets/contents/discontinued_battery_index.htm"
1699 return true
1700 }
1701 else if(IDText.value=="323"){
1702 //Checks for id entry
1703 print("You have entered a Discontinued Product Number")
1704 res="../datasheets/contents/discontinued_battery_index.htm"
1705 return true
1706 }
1707 else if(IDText.value=="325"){
1708 //Checks for id entry
1709 print("You have entered a Discontinued Product Number")
1710 res="../datasheets/contents/discontinued_battery_index.htm"
1711 return true
1712 }
1713 else if(IDText.value=="333cz"){
1714 //Checks for id entry
1715 print("You have entered a Discontinued Product Number")
1716 res="../datasheets/contents/discontinued_battery_index.htm"
1717 return true
1718 }
1719 else if(IDText.value=="343"){
1720 //Checks for id entry
1721 print("You have entered a Discontinued Product Number")
1722 res="../datasheets/contents/discontinued_battery_index.htm"
1723 return true
1724 }
1725 else if(IDText.value=="354"){
1726 //Checks for id entry
1727 print("You have entered a Discontinued Product Number")
1728 res="../datasheets/contents/discontinued_battery_index.htm"
1729 return true
1730 }
1731 else if(IDText.value=="355"){
1732 //Checks for id entry
1733 print("You have entered a Discontinued Product Number")
1734 res="../datasheets/contents/discontinued_battery_index.htm"
1735 return true
1736 }
1737 else if(IDText.value=="387"){
1738 //Checks for id entry
1739 print("You have entered a Discontinued Product Number")
1740 res="../datasheets/contents/discontinued_battery_index.htm"
1741 return true
1742 }
1743 else if(IDText.value=="388"){
1744 //Checks for id entry
1745 print("You have entered a Discontinued Product Number")
1746 res="../datasheets/contents/discontinued_battery_index.htm"
1747 return true
1748 }
1749 else if(IDText.value=="417"){
1750 //Checks for id entry
1751 print("You have entered a Discontinued Product Number")
1752 res="../datasheets/contents/discontinued_battery_index.htm"
1753 return true
1754 }
1755 else if(IDText.value=="420"){
1756 //Checks for id entry
1757 print("You have entered a Discontinued Product Number")
1758 res="../datasheets/contents/discontinued_battery_index.htm"
1759 return true
1760 }
1761 else if(IDText.value=="457"){
1762 //Checks for id entry
1763 print("You have entered a Discontinued Product Number")
1764 res="../datasheets/contents/discontinued_battery_index.htm"
1765 return true
1766 }
1767 else if(IDText.value=="460"){
1768 //Checks for id entry
1769 print("You have entered a Discontinued Product Number")
1770 res="../datasheets/contents/discontinued_battery_index.htm"
1771 return true
1772 }
1773 else if(IDText.value=="477"){
1774 //Checks for id entry
1775 print("You have entered a Discontinued Product Number")
1776 res="../datasheets/contents/discontinued_battery_index.htm"
1777 return true
1778 }
1779 else if(IDText.value=="479"){
1780 //Checks for id entry
1781 print("You have entered a Discontinued Product Number")
1782 res="../datasheets/contents/discontinued_battery_index.htm"
1783 return true
1784 }
1785 else if(IDText.value=="482"){
1786 //Checks for id entry
1787 print("You have entered a Discontinued Product Number")
1788 res="../datasheets/contents/discontinued_battery_index.htm"
1789 return true
1790 }
1791 else if(IDText.value=="484"){
1792 //Checks for id entry
1793 print("You have entered a Discontinued Product Number")
1794 res="../datasheets/contents/discontinued_battery_index.htm"
1795 return true
1796 }
1797 else if(IDText.value=="487"){
1798 //Checks for id entry
1799 print("You have entered a Discontinued Product Number")
1800 res="../datasheets/contents/discontinued_battery_index.htm"
1801 return true
1802 }
1803 else if(IDText.value=="490"){
1804 //Checks for id entry
1805 print("You have entered a Discontinued Product Number")
1806 res="../datasheets/contents/discontinued_battery_index.htm"
1807 return true
1808 }
1809 else if(IDText.value=="491"){
1810 //Checks for id entry
1811 print("You have entered a Discontinued Product Number")
1812 res="../datasheets/contents/discontinued_battery_index.htm"
1813 return true
1814 }
1815 else if(IDText.value=="496"){
1816 //Checks for id entry
1817 print("You have entered a Discontinued Product Number")
1818 res="../datasheets/contents/discontinued_battery_index.htm"
1819 return true
1820 }
1821 else if(IDText.value=="509"){
1822 //Checks for id entry
1823 print("You have entered a Discontinued Product Number")
1824 res="../datasheets/contents/discontinued_battery_index.htm"
1825 return true
1826 }
1827 else if(IDText.value=="510f"){
1828 //Checks for id entry
1829 print("You have entered a Discontinued Product Number")
1830 res="../datasheets/contents/discontinued_battery_index.htm"
1831 return true
1832 }
1833 else if(IDText.value=="520"){
1834 //Checks for id entry
1835 print("You have entered a Discontinued Product Number")
1836 res="../datasheets/contents/discontinued_battery_index.htm"
1837 return true
1838 }
1839 else if(IDText.value=="523"){
1840 //Checks for id entry
1841 print("You have entered a Discontinued Product Number")
1842 res="../datasheets/contents/discontinued_battery_index.htm"
1843 return true
1844 }
1845 else if(IDText.value=="531"){
1846 //Checks for id entry
1847 print("You have entered a Discontinued Product Number")
1848 res="../datasheets/contents/discontinued_battery_index.htm"
1849 return true
1850 }
1851 else if(IDText.value=="532"){
1852 //Checks for id entry
1853 print("You have entered a Discontinued Product Number")
1854 res="../datasheets/contents/discontinued_battery_index.htm"
1855 return true
1856 }
1857 else if(IDText.value=="537"){
1858 //Checks for id entry
1859 print("You have entered a Discontinued Product Number")
1860 res="../datasheets/contents/discontinued_battery_index.htm"
1861 return true
1862 }
1863 else if(IDText.value=="538"){
1864 //Checks for id entry
1865 print("You have entered a Discontinued Product Number")
1866 res="../datasheets/contents/discontinued_battery_index.htm"
1867 return true
1868 }
1869 else if(IDText.value=="544"){
1870 //Checks for id entry
1871 print("You have entered a Discontinued Product Number")
1872 res="../datasheets/contents/discontinued_battery_index.htm"
1873 return true
1874 }
1875 else if(IDText.value=="560"){
1876 //Checks for id entry
1877 print("You have entered a Discontinued Product Number")
1878 res="../datasheets/contents/discontinued_battery_index.htm"
1879 return true
1880 }
1881 else if(IDText.value=="561"){
1882 //Checks for id entry
1883 print("You have entered a Discontinued Product Number")
1884 res="../datasheets/contents/discontinued_battery_index.htm"
1885 return true
1886 }
1887 else if(IDText.value=="563"){
1888 //Checks for id entry
1889 print("You have entered a Discontinued Product Number")
1890 res="../datasheets/contents/discontinued_battery_index.htm"
1891 return true
1892 }
1893 else if(IDText.value=="564"){
1894 //Checks for id entry
1895 print("You have entered a Discontinued Product Number")
1896 res="../datasheets/contents/discontinued_battery_index.htm"
1897 return true
1898 }
1899 else if(IDText.value=="565"){
1900 //Checks for id entry
1901 print("You have entered a Discontinued Product Number")
1902 res="../datasheets/contents/discontinued_battery_index.htm"
1903 return true
1904 }
1905 else if(IDText.value=="646"){
1906 //Checks for id entry
1907 print("You have entered a Discontinued Product Number")
1908 res="../datasheets/contents/discontinued_battery_index.htm"
1909 return true
1910 }
1911 else if(IDText.value=="703"){
1912 //Checks for id entry
1913 print("You have entered a Discontinued Product Number")
1914 res="../datasheets/contents/discontinued_battery_index.htm"
1915 return true
1916 }
1917 else if(IDText.value=="706"){
1918 //Checks for id entry
1919 print("You have entered a Discontinued Product Number")
1920 res="../datasheets/contents/discontinued_battery_index.htm"
1921 return true
1922 }
1923 else if(IDText.value=="714"){
1924 //Checks for id entry
1925 print("You have entered a Discontinued Product Number")
1926 res="../datasheets/contents/discontinued_battery_index.htm"
1927 return true
1928 }
1929 else if(IDText.value=="715"){
1930 //Checks for id entry
1931 print("You have entered a Discontinued Product Number")
1932 res="../datasheets/contents/discontinued_battery_index.htm"
1933 return true
1934 }
1935 else if(IDText.value=="716"){
1936 //Checks for id entry
1937 print("You have entered a Discontinued Product Number")
1938 res="../datasheets/contents/discontinued_battery_index.htm"
1939 return true
1940 }
1941 else if(IDText.value=="717"){
1942 //Checks for id entry
1943 print("You have entered a Discontinued Product Number")
1944 res="../datasheets/contents/discontinued_battery_index.htm"
1945 return true
1946 }
1947 else if(IDText.value=="724"){
1948 //Checks for id entry
1949 print("You have entered a Discontinued Product Number")
1950 res="../datasheets/contents/discontinued_battery_index.htm"
1951 return true
1952 }
1953 else if(IDText.value=="731"){
1954 //Checks for id entry
1955 print("You have entered a Discontinued Product Number")
1956 res="../datasheets/contents/discontinued_battery_index.htm"
1957 return true
1958 }
1959 else if(IDText.value=="735"){
1960 //Checks for id entry
1961 print("You have entered a Discontinued Product Number")
1962 res="../datasheets/contents/discontinued_battery_index.htm"
1963 return true
1964 }
1965 else if(IDText.value=="736"){
1966 //Checks for id entry
1967 print("You have entered a Discontinued Product Number")
1968 res="../datasheets/contents/discontinued_battery_index.htm"
1969 return true
1970 }
1971 else if(IDText.value=="738"){
1972 //Checks for id entry
1973 print("You have entered a Discontinued Product Number")
1974 res="../datasheets/contents/discontinued_battery_index.htm"
1975 return true
1976 }
1977 else if(IDText.value=="742"){
1978 //Checks for id entry
1979 print("You have entered a Discontinued Product Number")
1980 res="../datasheets/contents/discontinued_battery_index.htm"
1981 return true
1982 }
1983 else if(IDText.value=="744"){
1984 //Checks for id entry
1985 print("You have entered a Discontinued Product Number")
1986 res="../datasheets/contents/discontinued_battery_index.htm"
1987 return true
1988 }
1989 else if(IDText.value=="750"){
1990 //Checks for id entry
1991 print("You have entered a Discontinued Product Number")
1992 res="../datasheets/contents/discontinued_battery_index.htm"
1993 return true
1994 }
1995 else if(IDText.value=="762s"){
1996 //Checks for id entry
1997 print("You have entered a Discontinued Product Number")
1998 res="../datasheets/contents/discontinued_battery_index.htm"
1999 return true
2000 }
2001 else if(IDText.value=="773"){
2002 //Checks for id entry
2003 print("You have entered a Discontinued Product Number")
2004 res="../datasheets/contents/discontinued_battery_index.htm"
2005 return true
2006 }
2007 else if(IDText.value=="778"){
2008 //Checks for id entry
2009 print("You have entered a Discontinued Product Number")
2010 res="../datasheets/contents/discontinued_battery_index.htm"
2011 return true
2012 }
2013 else if(IDText.value=="781"){
2014 //Checks for id entry
2015 print("You have entered a Discontinued Product Number")
2016 res="../datasheets/contents/discontinued_battery_index.htm"
2017 return true
2018 }
2019 else if(IDText.value=="812"){
2020 //Checks for id entry
2021 print("You have entered a Discontinued Product Number")
2022 res="../datasheets/contents/discontinued_battery_index.htm"
2023 return true
2024 }
2025 else if(IDText.value=="815"){
2026 //Checks for id entry
2027 print("You have entered a Discontinued Product Number")
2028 res="../datasheets/contents/discontinued_battery_index.htm"
2029 return true
2030 }
2031 else if(IDText.value=="835"){
2032 //Checks for id entry
2033 print("You have entered a Discontinued Product Number")
2034 res="../datasheets/contents/discontinued_battery_index.htm"
2035 return true
2036 }
2037 else if(IDText.value=="850"){
2038 //Checks for id entry
2039 print("You have entered a Discontinued Product Number")
2040 res="../datasheets/contents/discontinued_battery_index.htm"
2041 return true
2042 }
2043 else if(IDText.value=="904"){
2044 //Checks for id entry
2045 print("You have entered a Discontinued Product Number")
2046 res="../datasheets/contents/discontinued_battery_index.htm"
2047 return true
2048 }
2049 else if(IDText.value=="912"){
2050 //Checks for id entry
2051 print("You have entered a Discontinued Product Number")
2052 res="../datasheets/contents/discontinued_battery_index.htm"
2053 return true
2054 }
2055 else if(IDText.value=="915"){
2056 //Checks for id entry
2057 print("You have entered a Discontinued Product Number")
2058 res="../datasheets/contents/discontinued_battery_index.htm"
2059 return true
2060 }
2061 else if(IDText.value=="935"){
2062 //Checks for id entry
2063 print("You have entered a Discontinued Product Number")
2064 res="../datasheets/contents/discontinued_battery_index.htm"
2065 return true
2066 }
2067 else if(IDText.value=="950"){
2068 //Checks for id entry
2069 print("You have entered a Discontinued Product Number")
2070 res="../datasheets/contents/discontinued_battery_index.htm"
2071 return true
2072 }
2073 else if(IDText.value=="1015"){
2074 //Checks for id entry
2075 print("You have entered a Discontinued Product Number")
2076 res="../datasheets/contents/discontinued_battery_index.htm"
2077 return true
2078 }
2079 else if(IDText.value=="1035"){
2080 //Checks for id entry
2081 print("You have entered a Discontinued Product Number")
2082 res="../datasheets/contents/discontinued_battery_index.htm"
2083 return true
2084 }
2085 else if(IDText.value=="1050"){
2086 //Checks for id entry
2087 print("You have entered a Discontinued Product Number")
2088 res="../datasheets/contents/discontinued_battery_index.htm"
2089 return true
2090 }
2091 else if(IDText.value=="1150"){
2092 //Checks for id entry
2093 print("You have entered a Discontinued Product Number")
2094 res="../datasheets/contents/discontinued_battery_index.htm"
2095 return true
2096 }
2097 else if(IDText.value=="1231"){
2098 //Checks for id entry
2099 print("You have entered a Discontinued Product Number")
2100 res="../datasheets/contents/discontinued_battery_index.htm"
2101 return true
2102 }
2103 else if(IDText.value=="1461"){
2104 //Checks for id entry
2105 print("You have entered a Discontinued Product Number")
2106 res="../datasheets/contents/discontinued_battery_index.htm"
2107 return true
2108 }
2109 else if(IDText.value=="1463"){
2110 //Checks for id entry
2111 print("You have entered a Discontinued Product Number")
2112 res="../datasheets/contents/discontinued_battery_index.htm"
2113 return true
2114 }
2115 else if(IDText.value=="1562"){
2116 //Checks for id entry
2117 print("You have entered a Discontinued Product Number")
2118 res="../datasheets/contents/discontinued_battery_index.htm"
2119 return true
2120 }
2121 else if(IDText.value=="1862"){
2122 //Checks for id entry
2123 print("You have entered a Discontinued Product Number")
2124 res="../datasheets/contents/discontinued_battery_index.htm"
2125 return true
2126 }
2127 else if(IDText.value=="2356n"){
2128 //Checks for id entry
2129 print("You have entered a Discontinued Product Number")
2130 res="../datasheets/contents/discontinued_battery_index.htm"
2131 return true
2132 }
2133 else if(IDText.value=="2709n"){
2134 //Checks for id entry
2135 print("You have entered a Discontinued Product Number")
2136 res="../datasheets/contents/discontinued_battery_index.htm"
2137 return true
2138 }
2139 else if(IDText.value=="2744n"){
2140 //Checks for id entry
2141 print("You have entered a Discontinued Product Number")
2142 res="../datasheets/contents/discontinued_battery_index.htm"
2143 return true
2144 }
2145 else if(IDText.value=="2745n"){
2146 //Checks for id entry
2147 print("You have entered a Discontinued Product Number")
2148 res="../datasheets/contents/discontinued_battery_index.htm"
2149 return true
2150 }
2151 else if(IDText.value=="2746n"){
2152 //Checks for id entry
2153 print("You have entered a Discontinued Product Number")
2154 res="../datasheets/contents/discontinued_battery_index.htm"
2155 return true
2156 }
2157 else if(IDText.value=="2780n"){
2158 //Checks for id entry
2159 print("You have entered a Discontinued Product Number")
2160 res="../datasheets/contents/discontinued_battery_index.htm"
2161 return true
2162 }
2163 else if(IDText.value=="ac41e"){
2164 //Checks for id entry
2165 print("You have entered a Discontinued Product Number")
2166 res="../datasheets/contents/discontinued_battery_index.htm"
2167 return true
2168 }
2169 else if(IDText.value=="cc1096"){
2170 //Checks for id entry
2171 print("You have entered a Discontinued Product Number")
2172 res="../datasheets/contents/discontinued_battery_index.htm"
2173 return true
2174 }
2175 else if(IDText.value=="ccm1460"){
2176 //Checks for id entry
2177 print("You have entered a Discontinued Product Number")
2178 res="../datasheets/contents/discontinued_battery_index.htm"
2179 return true
2180 }
2181 else if(IDText.value=="ccm2460"){
2182 //Checks for id entry
2183 print("You have entered a Discontinued Product Number")
2184 res="../datasheets/contents/discontinued_battery_index.htm"
2185 return true
2186 }
2187 else if(IDText.value=="ccm4060a"){
2188 //Checks for id entry
2189 print("You have entered a Discontinued Product Number")
2190 res="../datasheets/contents/discontinued_battery_index.htm"
2191 return true
2192 }
2193 else if(IDText.value=="ccm4060m"){
2194 //Checks for id entry
2195 print("You have entered a Discontinued Product Number")
2196 res="../datasheets/contents/discontinued_battery_index.htm"
2197 return true
2198 }
2199 else if(IDText.value=="cdc100"){
2200 //Checks for id entry
2201 print("You have entered a Discontinued Product Number")
2202 res="../datasheets/contents/discontinued_battery_index.htm"
2203 return true
2204 }
2205 else if(IDText.value=="ch12"){
2206 //Checks for id entry
2207 print("You have entered a Discontinued Product Number")
2208 res="../datasheets/contents/discontinued_battery_index.htm"
2209 return true
2210 }
2211 else if(IDText.value=="ch15"){
2212 //Checks for id entry
2213 print("You have entered a Discontinued Product Number")
2214 res="../datasheets/contents/discontinued_battery_index.htm"
2215 return true
2216 }
2217 else if(IDText.value=="ch2aa"){
2218 //Checks for id entry
2219 print("You have entered a Discontinued Product Number")
2220 res="../datasheets/contents/discontinued_battery_index.htm"
2221 return true
2222 }
2223 else if(IDText.value=="ch22"){
2224 //Checks for id entry
2225 print("You have entered a Discontinued Product Number")
2226 res="../datasheets/contents/discontinued_battery_index.htm"
2227 return true
2228 }
2229 else if(IDText.value=="ch35"){
2230 //Checks for id entry
2231 print("You have entered a Discontinued Product Number")
2232 res="../datasheets/contents/discontinued_battery_index.htm"
2233 return true
2234 }
2235 else if(IDText.value=="ch4"){
2236 //Checks for id entry
2237 print("You have entered a Discontinued Product Number")
2238 res="../datasheets/contents/discontinued_battery_index.htm"
2239 return true
2240 }
2241 else if(IDText.value=="ch50"){
2242 //Checks for id entry
2243 print("You have entered a Discontinued Product Number")
2244 res="../datasheets/contents/discontinued_battery_index.htm"
2245 return true
2246 }
2247 else if(IDText.value=="cm1060"){
2248 //Checks for id entry
2249 print("You have entered a Discontinued Product Number")
2250 res="../datasheets/contents/discontinued_battery_index.htm"
2251 return true
2252 }
2253 else if(IDText.value=="cm1560"){
2254 //Checks for id entry
2255 print("You have entered a Discontinued Product Number")
2256 res="../datasheets/contents/discontinued_battery_index.htm"
2257 return true
2258 }
2259 else if(IDText.value=="cm2360"){
2260 //Checks for id entry
2261 print("You have entered a Discontinued Product Number")
2262 res="../datasheets/contents/discontinued_battery_index.htm"
2263 return true
2264 }
2265 else if(IDText.value=="cm4160"){
2266 //Checks for id entry
2267 print("You have entered a Discontinued Product Number")
2268 res="../datasheets/contents/discontinued_battery_index.htm"
2269 return true
2270 }
2271 else if(IDText.value=="cm6036"){
2272 //Checks for id entry
2273 print("You have entered a Discontinued Product Number")
2274 res="../datasheets/contents/discontinued_battery_index.htm"
2275 return true
2276 }
2277 else if(IDText.value=="cm9072"){
2278 //Checks for id entry
2279 print("You have entered a Discontinued Product Number")
2280 res="../datasheets/contents/discontinued_battery_index.htm"
2281 return true
2282 }
2283 else if(IDText.value=="cm9172"){
2284 //Checks for id entry
2285 print("You have entered a Discontinued Product Number")
2286 res="../datasheets/contents/discontinued_battery_index.htm"
2287 return true
2288 }
2289 else if(IDText.value=="cp2360"){
2290 //Checks for id entry
2291 print("You have entered a Discontinued Product Number")
2292 res="../datasheets/contents/discontinued_battery_index.htm"
2293 return true
2294 }
2295 else if(IDText.value=="cp3336"){
2296 //Checks for id entry
2297 print("You have entered a Discontinued Product Number")
2298 res="../datasheets/contents/discontinued_battery_index.htm"
2299 return true
2300 }
2301 else if(IDText.value=="cp3536"){
2302 //Checks for id entry
2303 print("You have entered a Discontinued Product Number")
2304 res="../datasheets/contents/discontinued_battery_index.htm"
2305 return true
2306 }
2307 else if(IDText.value=="cp3736"){
2308 //Checks for id entry
2309 print("You have entered a Discontinued Product Number")
2310 res="../datasheets/contents/discontinued_battery_index.htm"
2311 return true
2312 }
2313 else if(IDText.value=="cp5036"){
2314 //Checks for id entry
2315 print("You have entered a Discontinued Product Number")
2316 res="../datasheets/contents/discontinued_battery_index.htm"
2317 return true
2318 }
2319 else if(IDText.value=="cp5160"){
2320 //Checks for id entry
2321 print("You have entered a Discontinued Product Number")
2322 res="../datasheets/contents/discontinued_battery_index.htm"
2323 return true
2324 }
2325 else if(IDText.value=="cp5648"){
2326 //Checks for id entry
2327 print("You have entered a Discontinued Product Number")
2328 res="../datasheets/contents/discontinued_battery_index.htm"
2329 return true
2330 }
2331 else if(IDText.value=="cp5960"){
2332 //Checks for id entry
2333 print("You have entered a Discontinued Product Number")
2334 res="../datasheets/contents/discontinued_battery_index.htm"
2335 return true
2336 }
2337 else if(IDText.value=="cp6072"){
2338 //Checks for id entry
2339 print("You have entered a Discontinued Product Number")
2340 res="../datasheets/contents/discontinued_battery_index.htm"
2341 return true
2342 }
2343 else if(IDText.value=="cp6172"){
2344 //Checks for id entry
2345 print("You have entered a Discontinued Product Number")
2346 res="../datasheets/contents/discontinued_battery_index.htm"
2347 return true
2348 }
2349 else if(IDText.value=="cp7049"){
2350 //Checks for id entry
2351 print("You have entered a Discontinued Product Number")
2352 res="../datasheets/contents/discontinued_battery_index.htm"
2353 return true
2354 }
2355 else if(IDText.value=="cp7072"){
2356 //Checks for id entry
2357 print("You have entered a Discontinued Product Number")
2358 res="../datasheets/contents/discontinued_battery_index.htm"
2359 return true
2360 }
2361 else if(IDText.value=="cp7148"){
2362 //Checks for id entry
2363 print("You have entered a Discontinued Product Number")
2364 res="../datasheets/contents/discontinued_battery_index.htm"
2365 return true
2366 }
2367 else if(IDText.value=="cp7149"){
2368 //Checks for id entry
2369 print("You have entered a Discontinued Product Number")
2370 res="../datasheets/contents/discontinued_battery_index.htm"
2371 return true
2372 }
2373 else if(IDText.value=="cp7160"){
2374 //Checks for id entry
2375 print("You have entered a Discontinued Product Number")
2376 res="../datasheets/contents/discontinued_battery_index.htm"
2377 return true
2378 }
2379 else if(IDText.value=="cp7172"){
2380 //Checks for id entry
2381 print("You have entered a Discontinued Product Number")
2382 res="../datasheets/contents/discontinued_battery_index.htm"
2383 return true
2384 }
2385 else if(IDText.value=="cp7248"){
2386 //Checks for id entry
2387 print("You have entered a Discontinued Product Number")
2388 res="../datasheets/contents/discontinued_battery_index.htm"
2389 return true
2390 }
2391 else if(IDText.value=="cp7261"){
2392 //Checks for id entry
2393 print("You have entered a Discontinued Product Number")
2394 res="../datasheets/contents/discontinued_battery_index.htm"
2395 return true
2396 }
2397 else if(IDText.value=="cp7348"){
2398 //Checks for id entry
2399 print("You have entered a Discontinued Product Number")
2400 res="../datasheets/contents/discontinued_battery_index.htm"
2401 return true
2402 }
2403 else if(IDText.value=="cp7548"){
2404 //Checks for id entry
2405 print("You have entered a Discontinued Product Number")
2406 res="../datasheets/contents/discontinued_battery_index.htm"
2407 return true
2408 }
2409 else if(IDText.value=="cp7661"){
2410 //Checks for id entry
2411 print("You have entered a Discontinued Product Number")
2412 res="../datasheets/contents/discontinued_battery_index.htm"
2413 return true
2414 }
2415 else if(IDText.value=="cp7960"){
2416 //Checks for id entry
2417 print("You have entered a Discontinued Product Number")
2418 res="../datasheets/contents/discontinued_battery_index.htm"
2419 return true
2420 }
2421 else if(IDText.value=="cp8049"){
2422 //Checks for id entry
2423 print("You have entered a Discontinued Product Number")
2424 res="../datasheets/contents/discontinued_battery_index.htm"
2425 return true
2426 }
2427 else if(IDText.value=="cp8136"){
2428 //Checks for id entry
2429 print("You have entered a Discontinued Product Number")
2430 res="../datasheets/contents/discontinued_battery_index.htm"
2431 return true
2432 }
2433 else if(IDText.value=="cp8160"){
2434 //Checks for id entry
2435 print("You have entered a Discontinued Product Number")
2436 res="../datasheets/contents/discontinued_battery_index.htm"
2437 return true
2438 }
2439 else if(IDText.value=="cp8172"){
2440 //Checks for id entry
2441 print("You have entered a Discontinued Product Number")
2442 res="../datasheets/contents/discontinued_battery_index.htm"
2443 return true
2444 }
2445 else if(IDText.value=="cp8248"){
2446 //Checks for id entry
2447 print("You have entered a Discontinued Product Number")
2448 res="../datasheets/contents/discontinued_battery_index.htm"
2449 return true
2450 }
2451 else if(IDText.value=="cp8661"){
2452 //Checks for id entry
2453 print("You have entered a Discontinued Product Number")
2454 res="../datasheets/contents/discontinued_battery_index.htm"
2455 return true
2456 }
2457 else if(IDText.value=="cp8748"){
2458 //Checks for id entry
2459 print("You have entered a Discontinued Product Number")
2460 res="../datasheets/contents/discontinued_battery_index.htm"
2461 return true
2462 }
2463
2464 else if(IDText.value=="cp8948"){
2465 //Checks for id entry
2466 print("You have entered a Discontinued Product Number")
2467 res="../datasheets/contents/discontinued_battery_index.htm"
2468 return true
2469 }
2470 else if(IDText.value=="cp8960"){
2471 //Checks for id entry
2472 print("You have entered a Discontinued Product Number")
2473 res="../datasheets/contents/discontinued_battery_index.htm"
2474 return true
2475 }
2476 else if(IDText.value=="cp9061"){
2477 //Checks for id entry
2478 print("You have entered a Discontinued Product Number")
2479 res="../datasheets/contents/discontinued_battery_index.htm"
2480 return true
2481 }
2482 else if(IDText.value=="cp9148"){
2483 //Checks for id entry
2484 print("You have entered a Discontinued Product Number")
2485 res="../datasheets/contents/discontinued_battery_index.htm"
2486 return true
2487 }
2488 else if(IDText.value=="cp9161"){
2489 //Checks for id entry
2490 print("You have entered a Discontinued Product Number")
2491 res="../datasheets/contents/discontinued_battery_index.htm"
2492 return true
2493 }
2494 else if(IDText.value=="cp9360"){
2495 //Checks for id entry
2496 print("You have entered a Discontinued Product Number")
2497 res="../datasheets/contents/discontinued_battery_index.htm"
2498 return true
2499 }
2500 else if(IDText.value=="cs3336"){
2501 //Checks for id entry
2502 print("You have entered a Discontinued Product Number")
2503 res="../datasheets/contents/discontinued_battery_index.htm"
2504 return true
2505 }
2506 else if(IDText.value=="cs5036"){
2507 //Checks for id entry
2508 print("You have entered a Discontinued Product Number")
2509 res="../datasheets/contents/discontinued_battery_index.htm"
2510 return true
2511 }
2512 else if(IDText.value=="cs5460"){
2513 //Checks for id entry
2514 print("You have entered a Discontinued Product Number")
2515 res="../datasheets/contents/discontinued_battery_index.htm"
2516 return true
2517 }
2518 else if(IDText.value=="cs7048"){
2519 //Checks for id entry
2520 print("You have entered a Discontinued Product Number")
2521 res="../datasheets/contents/discontinued_battery_index.htm"
2522 return true
2523 }
2524 else if(IDText.value=="cs7072"){
2525 //Checks for id entry
2526 print("You have entered a Discontinued Product Number")
2527 res="../datasheets/contents/discontinued_battery_index.htm"
2528 return true
2529 }
2530 else if(IDText.value=="cs7148"){
2531 //Checks for id entry
2532 print("You have entered a Discontinued Product Number")
2533 res="../datasheets/contents/discontinued_battery_index.htm"
2534 return true
2535 }
2536 else if(IDText.value=="cs7149"){
2537 //Checks for id entry
2538 print("You have entered a Discontinued Product Number")
2539 res="../datasheets/contents/discontinued_battery_index.htm"
2540 return true
2541 }
2542 else if(IDText.value=="cs7160"){
2543 //Checks for id entry
2544 print("You have entered a Discontinued Product Number")
2545 res="../datasheets/contents/discontinued_battery_index.htm"
2546 return true
2547 }
2548 else if(IDText.value=="cs7248"){
2549 //Checks for id entry
2550 print("You have entered a Discontinued Product Number")
2551 res="../datasheets/contents/discontinued_battery_index.htm"
2552 return true
2553 }
2554 else if(IDText.value=="cs7261"){
2555 //Checks for id entry
2556 print("You have entered a Discontinued Product Number")
2557 res="../datasheets/contents/discontinued_battery_index.htm"
2558 return true
2559 }
2560 else if(IDText.value=="cs7348"){
2561 //Checks for id entry
2562 print("You have entered a Discontinued Product Number")
2563 res="../datasheets/contents/discontinued_battery_index.htm"
2564 return true
2565 }
2566 else if(IDText.value=="cs7448"){
2567 //Checks for id entry
2568 print("You have entered a Discontinued Product Number")
2569 res="../datasheets/contents/discontinued_battery_index.htm"
2570 return true
2571 }
2572 else if(IDText.value=="cs7548"){
2573 //Checks for id entry
2574 print("You have entered a Discontinued Product Number")
2575 res="../datasheets/contents/discontinued_battery_index.htm"
2576 return true
2577 }
2578 else if(IDText.value=="cs7661"){
2579 //Checks for id entry
2580 print("You have entered a Discontinued Product Number")
2581 res="../datasheets/contents/discontinued_battery_index.htm"
2582 return true
2583 }
2584 else if(IDText.value=="cs8136"){
2585 //Checks for id entry
2586 print("You have entered a Discontinued Product Number")
2587 res="../datasheets/contents/discontinued_battery_index.htm"
2588 return true
2589 }
2590 else if(IDText.value=="cs8648"){
2591 //Checks for id entry
2592 print("You have entered a Discontinued Product Number")
2593 res="../datasheets/contents/discontinued_battery_index.htm"
2594 return true
2595 }
2596 else if(IDText.value=="cs9061"){
2597 //Checks for id entry
2598 print("You have entered a Discontinued Product Number")
2599 res="../datasheets/contents/discontinued_battery_index.htm"
2600 return true
2601 }
2602 else if(IDText.value=="cs9148"){
2603 //Checks for id entry
2604 print("You have entered a Discontinued Product Number")
2605 res="../datasheets/contents/discontinued_battery_index.htm"
2606 return true
2607 }
2608 else if(IDText.value=="cs9161"){
2609 //Checks for id entry
2610 print("You have entered a Discontinued Product Number")
2611 res="../datasheets/contents/discontinued_battery_index.htm"
2612 return true
2613 }
2614 else if(IDText.value=="cv2012"){
2615 //Checks for id entry
2616 print("You have entered a Discontinued Product Number")
2617 res="../datasheets/contents/discontinued_battery_index.htm"
2618 return true
2619 }
2620 else if(IDText.value=="cv2096"){
2621 //Checks for id entry
2622 print("You have entered a Discontinued Product Number")
2623 res="../datasheets/contents/discontinued_battery_index.htm"
2624 return true
2625 }
2626 else if(IDText.value=="cv3010s"){
2627 //Checks for id entry
2628 print("You have entered a Discontinued Product Number")
2629 res="../datasheets/contents/discontinued_battery_index.htm"
2630 return true
2631 }
2632 else if(IDText.value=="cv3012"){
2633 //Checks for id entry
2634 print("You have entered a Discontinued Product Number")
2635 res="../datasheets/contents/discontinued_battery_index.htm"
2636 return true
2637 }
2638 else if(IDText.value=="cv3060"){
2639 //Checks for id entry
2640 print("You have entered a Discontinued Product Number")
2641 res="../datasheets/contents/discontinued_battery_index.htm"
2642 return true
2643 }
2644 else if(IDText.value=="cv3112"){
2645 //Checks for id entry
2646 print("You have entered a Discontinued Product Number")
2647 res="../datasheets/contents/discontinued_battery_index.htm"
2648 return true
2649 }
2650 else if(IDText.value=="cv3212"){
2651 //Checks for id entry
2652 print("You have entered a Discontinued Product Number")
2653 res="../datasheets/contents/discontinued_battery_index.htm"
2654 return true
2655 }
2656 else if(IDText.value=="e1"){
2657 //Checks for id entry
2658 print("You have entered a Discontinued Product Number")
2659 res="../datasheets/contents/discontinued_battery_index.htm"
2660 return true
2661 }
2662 else if(IDText.value=="e1n"){
2663 //Checks for id entry
2664 print("You have entered a Discontinued Product Number")
2665 res="../datasheets/contents/discontinued_battery_index.htm"
2666 return true
2667 }
2668 else if(IDText.value=="e3"){
2669 //Checks for id entry
2670 print("You have entered a Discontinued Product Number")
2671 res="../datasheets/contents/discontinued_battery_index.htm"
2672 return true
2673 }
2674 else if(IDText.value=="e4"){
2675 //Checks for id entry
2676 print("You have entered a Discontinued Product Number")
2677 res="../datasheets/contents/discontinued_battery_index.htm"
2678 return true
2679 }
2680 else if(IDText.value=="e9"){
2681 //Checks for id entry
2682 print("You have entered a Discontinued Product Number")
2683 res="../datasheets/contents/discontinued_battery_index.htm"
2684 return true
2685 }
2686 else if(IDText.value=="e12"){
2687 //Checks for id entry
2688 print("You have entered a Discontinued Product Number")
2689 res="../datasheets/contents/discontinued_battery_index.htm"
2690 return true
2691 }
2692 else if(IDText.value=="e12n"){
2693 //Checks for id entry
2694 print("You have entered a Discontinued Product Number")
2695 res="../datasheets/contents/discontinued_battery_index.htm"
2696 return true
2697 }
2698 else if(IDText.value=="e13e"){
2699 //Checks for id entry
2700 print("You have entered a Discontinued Product Number")
2701 res="../datasheets/contents/discontinued_battery_index.htm"
2702 return true
2703 }
2704 else if(IDText.value=="e41e"){
2705 //Checks for id entry
2706 print("You have entered a Discontinued Product Number")
2707 res="../datasheets/contents/discontinued_battery_index.htm"
2708 return true
2709 }
2710 else if(IDText.value=="e42"){
2711 //Checks for id entry
2712 print("You have entered a Discontinued Product Number")
2713 res="../datasheets/contents/discontinued_battery_index.htm"
2714 return true
2715 }
2716 else if(IDText.value=="e42n"){
2717 //Checks for id entry
2718 print("You have entered a Discontinued Product Number")
2719 res="../datasheets/contents/discontinued_battery_index.htm"
2720 return true
2721 }
2722 else if(IDText.value=="e89"){
2723 //Checks for id entry
2724 print("You have entered a Discontinued Product Number")
2725 res="../datasheets/contents/discontinued_battery_index.htm"
2726 return true
2727 }
2728 else if(IDText.value=="e115"){
2729 //Checks for id entry
2730 print("You have entered a Discontinued Product Number")
2731 res="../datasheets/contents/discontinued_battery_index.htm"
2732 return true
2733 }
2734 else if(IDText.value=="e115n"){
2735 //Checks for id entry
2736 print("You have entered a Discontinued Product Number")
2737 res="../datasheets/contents/discontinued_battery_index.htm"
2738 return true
2739 }
2740 else if(IDText.value=="e126"){
2741 //Checks for id entry
2742 print("You have entered a Discontinued Product Number")
2743 res="../datasheets/contents/discontinued_battery_index.htm"
2744 return true
2745 }
2746 else if(IDText.value=="e132"){
2747 //Checks for id entry
2748 print("You have entered a Discontinued Product Number")
2749 res="../datasheets/contents/discontinued_battery_index.htm"
2750 return true
2751 }
2752 else if(IDText.value=="e132n"){
2753 //Checks for id entry
2754 print("You have entered a Discontinued Product Number")
2755 res="../datasheets/contents/discontinued_battery_index.htm"
2756 return true
2757 }
2758 else if(IDText.value=="e133"){
2759 //Checks for id entry
2760 print("You have entered a Discontinued Product Number")
2761 res="../datasheets/contents/discontinued_battery_index.htm"
2762 return true
2763 }
2764 else if(IDText.value=="e133n"){
2765 //Checks for id entry
2766 print("You have entered a Discontinued Product Number")
2767 res="../datasheets/contents/discontinued_battery_index.htm"
2768 return true
2769 }
2770 else if(IDText.value=="e134"){
2771 //Checks for id entry
2772 print("You have entered a Discontinued Product Number")
2773 res="../datasheets/contents/discontinued_battery_index.htm"
2774 return true
2775 }
2776 else if(IDText.value=="e134n"){
2777 //Checks for id entry
2778 print("You have entered a Discontinued Product Number")
2779 res="../datasheets/contents/discontinued_battery_index.htm"
2780 return true
2781 }
2782 else if(IDText.value=="e135"){
2783 //Checks for id entry
2784 print("You have entered a Discontinued Product Number")
2785 res="../datasheets/contents/discontinued_battery_index.htm"
2786 return true
2787 }
2788 else if(IDText.value=="e135n"){
2789 //Checks for id entry
2790 print("You have entered a Discontinued Product Number")
2791 res="../datasheets/contents/discontinued_battery_index.htm"
2792 return true
2793 }
2794 else if(IDText.value=="e136"){
2795 //Checks for id entry
2796 print("You have entered a Discontinued Product Number")
2797 res="../datasheets/contents/discontinued_battery_index.htm"
2798 return true
2799 }
2800 else if(IDText.value=="e137"){
2801 //Checks for id entry
2802 print("You have entered a Discontinued Product Number")
2803 res="../datasheets/contents/discontinued_battery_index.htm"
2804 return true
2805 }
2806 else if(IDText.value=="e137n"){
2807 //Checks for id entry
2808 print("You have entered a Discontinued Product Number")
2809 res="../datasheets/contents/discontinued_battery_index.htm"
2810 return true
2811 }
2812 else if(IDText.value=="e146x"){
2813 //Checks for id entry
2814 print("You have entered a Discontinued Product Number")
2815 res="../datasheets/contents/discontinued_battery_index.htm"
2816 return true
2817 }
2818 else if(IDText.value=="e152"){
2819 //Checks for id entry
2820 print("You have entered a Discontinued Product Number")
2821 res="../datasheets/contents/discontinued_battery_index.htm"
2822 return true
2823 }
2824 else if(IDText.value=="e163"){
2825 //Checks for id entry
2826 print("You have entered a Discontinued Product Number")
2827 res="../datasheets/contents/discontinued_battery_index.htm"
2828 return true
2829 }
2830 else if(IDText.value=="e164"){
2831 //Checks for id entry
2832 print("You have entered a Discontinued Product Number")
2833 res="../datasheets/contents/discontinued_battery_index.htm"
2834 return true
2835 }
2836 else if(IDText.value=="e164n"){
2837 //Checks for id entry
2838 print("You have entered a Discontinued Product Number")
2839 res="../datasheets/contents/discontinued_battery_index.htm"
2840 return true
2841 }
2842 else if(IDText.value=="e165"){
2843 //Checks for id entry
2844 print("You have entered a Discontinued Product Number")
2845 res="../datasheets/contents/discontinued_battery_index.htm"
2846 return true
2847 }
2848 else if(IDText.value=="e169"){
2849 //Checks for id entry
2850 print("You have entered a Discontinued Product Number")
2851 res="../datasheets/contents/discontinued_battery_index.htm"
2852 return true
2853 }
2854 else if(IDText.value=="e177"){
2855 //Checks for id entry
2856 print("You have entered a Discontinued Product Number")
2857 res="../datasheets/contents/discontinued_battery_index.htm"
2858 return true
2859 }
2860 else if(IDText.value=="e233"){
2861 //Checks for id entry
2862 print("You have entered a Discontinued Product Number")
2863 res="../datasheets/contents/discontinued_battery_index.htm"
2864 return true
2865 }
2866 else if(IDText.value=="e233n"){
2867 //Checks for id entry
2868 print("You have entered a Discontinued Product Number")
2869 res="../datasheets/contents/discontinued_battery_index.htm"
2870 return true
2871 }
2872 else if(IDText.value=="e235n"){
2873 //Checks for id entry
2874 print("You have entered a Discontinued Product Number")
2875 res="../datasheets/contents/discontinued_battery_index.htm"
2876 return true
2877 }
2878 else if(IDText.value=="e236n"){
2879 //Checks for id entry
2880 print("You have entered a Discontinued Product Number")
2881 res="../datasheets/contents/discontinued_battery_index.htm"
2882 return true
2883 }
2884 else if(IDText.value=="e286"){
2885 //Checks for id entry
2886 print("You have entered a Discontinued Product Number")
2887 res="../datasheets/contents/discontinued_battery_index.htm"
2888 return true
2889 }
2890 else if(IDText.value=="e289"){
2891 //Checks for id entry
2892 print("You have entered a Discontinued Product Number")
2893 res="../datasheets/contents/discontinued_battery_index.htm"
2894 return true
2895 }
2896 else if(IDText.value=="e312e"){
2897 //Checks for id entry
2898 print("You have entered a Discontinued Product Number")
2899 res="../datasheets/contents/discontinued_battery_index.htm"
2900 return true
2901 }
2902 else if(IDText.value=="e340e"){
2903 //Checks for id entry
2904 print("You have entered a Discontinued Product Number")
2905 res="../datasheets/contents/discontinued_battery_index.htm"
2906 return true
2907 }
2908 else if(IDText.value=="e400"){
2909 //Checks for id entry
2910 print("You have entered a Discontinued Product Number")
2911 res="../datasheets/contents/discontinued_battery_index.htm"
2912 return true
2913 }
2914 else if(IDText.value=="e400n"){
2915 //Checks for id entry
2916 print("You have entered a Discontinued Product Number")
2917 res="../datasheets/contents/discontinued_battery_index.htm"
2918 return true
2919 }
2920 else if(IDText.value=="e401e"){
2921 //Checks for id entry
2922 print("You have entered a Discontinued Product Number")
2923 res="../datasheets/contents/discontinued_battery_index.htm"
2924 return true
2925 }
2926 else if(IDText.value=="e401n"){
2927 //Checks for id entry
2928 print("You have entered a Discontinued Product Number")
2929 res="../datasheets/contents/discontinued_battery_index.htm"
2930 return true
2931 }
2932 else if(IDText.value=="e450"){
2933 //Checks for id entry
2934 print("You have entered a Discontinued Product Number")
2935 res="../datasheets/contents/discontinued_battery_index.htm"
2936 return true
2937 }
2938 else if(IDText.value=="e502"){
2939 //Checks for id entry
2940 print("You have entered a Discontinued Product Number")
2941 res="../datasheets/contents/discontinued_battery_index.htm"
2942 return true
2943 }
2944 else if(IDText.value=="e601"){
2945 //Checks for id entry
2946 print("You have entered a Discontinued Product Number")
2947 res="../datasheets/contents/discontinued_battery_index.htm"
2948 return true
2949 }
2950 else if(IDText.value=="e625"){
2951 //Checks for id entry
2952 print("You have entered a Discontinued Product Number")
2953 res="../datasheets/contents/discontinued_battery_index.htm"
2954 return true
2955 }
2956 else if(IDText.value=="e630"){
2957 //Checks for id entry
2958 print("You have entered a Discontinued Product Number")
2959 res="../datasheets/contents/discontinued_battery_index.htm"
2960 return true
2961 }
2962 else if(IDText.value=="e640"){
2963 //Checks for id entry
2964 print("You have entered a Discontinued Product Number")
2965 res="../datasheets/contents/discontinued_battery_index.htm"
2966 return true
2967 }
2968 else if(IDText.value=="e640n"){
2969 //Checks for id entry
2970 print("You have entered a Discontinued Product Number")
2971 res="../datasheets/contents/discontinued_battery_index.htm"
2972 return true
2973 }
2974 else if(IDText.value=="e675e"){
2975 //Checks for id entry
2976 print("You have entered a Discontinued Product Number")
2977 res="../datasheets/contents/discontinued_battery_index.htm"
2978 return true
2979 }
2980 else if(IDText.value=="e302157"){
2981 //Checks for id entry
2982 print("You have entered a Discontinued Product Number")
2983 res="../datasheets/contents/discontinued_battery_index.htm"
2984 return true
2985 }
2986 else if(IDText.value=="e302250"){
2987 //Checks for id entry
2988 print("You have entered a Discontinued Product Number")
2989 res="../datasheets/contents/discontinued_battery_index.htm"
2990 return true
2991 }
2992 else if(IDText.value=="e302358"){
2993 //Checks for id entry
2994 print("You have entered a Discontinued Product Number")
2995 res="../datasheets/contents/discontinued_battery_index.htm"
2996 return true
2997 }
2998 else if(IDText.value=="e302435"){
2999 //Checks for id entry
3000 print("You have entered a Discontinued Product Number")
3001 res="../datasheets/contents/discontinued_battery_index.htm"
3002 return true
3003 }
3004 else if(IDText.value=="e302462"){
3005 //Checks for id entry
3006 print("You have entered a Discontinued Product Number")
3007 res="../datasheets/contents/discontinued_battery_index.htm"
3008 return true
3009 }
3010 else if(IDText.value=="e302465"){
3011 //Checks for id entry
3012 print("You have entered a Discontinued Product Number")
3013 res="../datasheets/contents/discontinued_battery_index.htm"
3014 return true
3015 }
3016 else if(IDText.value=="e302478"){
3017 //Checks for id entry
3018 print("You have entered a Discontinued Product Number")
3019 res="../datasheets/contents/discontinued_battery_index.htm"
3020 return true
3021 }
3022 else if(IDText.value=="e302642"){
3023 //Checks for id entry
3024 print("You have entered a Discontinued Product Number")
3025 res="../datasheets/contents/discontinued_battery_index.htm"
3026 return true
3027 }
3028 else if(IDText.value=="e302651"){
3029 //Checks for id entry
3030 print("You have entered a Discontinued Product Number")
3031 res="../datasheets/contents/discontinued_battery_index.htm"
3032 return true
3033 }
3034 else if(IDText.value=="e302702"){
3035 //Checks for id entry
3036 print("You have entered a Discontinued Product Number")
3037 res="../datasheets/contents/discontinued_battery_index.htm"
3038 return true
3039 }
3040 else if(IDText.value=="e302904"){
3041 //Checks for id entry
3042 print("You have entered a Discontinued Product Number")
3043 res="../datasheets/contents/discontinued_battery_index.htm"
3044 return true
3045 }
3046 else if(IDText.value=="e302905"){
3047 //Checks for id entry
3048 print("You have entered a Discontinued Product Number")
3049 res="../datasheets/contents/discontinued_battery_index.htm"
3050 return true
3051 }
3052 else if(IDText.value=="e302908"){
3053 //Checks for id entry
3054 print("You have entered a Discontinued Product Number")
3055 res="../datasheets/contents/discontinued_battery_index.htm"
3056 return true
3057 }
3058 else if(IDText.value=="e303145"){
3059 //Checks for id entry
3060 print("You have entered a Discontinued Product Number")
3061 res="../datasheets/contents/discontinued_battery_index.htm"
3062 return true
3063 }
3064 else if(IDText.value=="e303236"){
3065 //Checks for id entry
3066 print("You have entered a Discontinued Product Number")
3067 res="../datasheets/contents/discontinued_battery_index.htm"
3068 return true
3069 }
3070 else if(IDText.value=="e303314"){
3071 //Checks for id entry
3072 print("You have entered a Discontinued Product Number")
3073 res="../datasheets/contents/discontinued_battery_index.htm"
3074 return true
3075 }
3076 else if(IDText.value=="e303394"){
3077 //Checks for id entry
3078 print("You have entered a Discontinued Product Number")
3079 res="../datasheets/contents/discontinued_battery_index.htm"
3080 return true
3081 }
3082 else if(IDText.value=="e303496"){
3083 //Checks for id entry
3084 print("You have entered a Discontinued Product Number")
3085 res="../datasheets/contents/discontinued_battery_index.htm"
3086 return true
3087 }
3088 else if(IDText.value=="e303996"){
3089 //Checks for id entry
3090 print("You have entered a Discontinued Product Number")
3091 res="../datasheets/contents/discontinued_battery_index.htm"
3092 return true
3093 }
3094 else if(IDText.value=="ea6"){
3095 //Checks for id entry
3096 print("You have entered a Discontinued Product Number")
3097 res="../datasheets/contents/discontinued_battery_index.htm"
3098 return true
3099 }
3100 else if(IDText.value=="ea6f"){
3101 //Checks for id entry
3102 print("You have entered a Discontinued Product Number")
3103 res="../datasheets/contents/discontinued_battery_index.htm"
3104 return true
3105 }
3106 else if(IDText.value=="ea6ft"){
3107 //Checks for id entry
3108 print("You have entered a Discontinued Product Number")
3109 res="../datasheets/contents/discontinued_battery_index.htm"
3110 return true
3111 }
3112 else if(IDText.value=="ea6st"){
3113 //Checks for id entry
3114 print("You have entered a Discontinued Product Number")
3115 res="../datasheets/contents/discontinued_battery_index.htm"
3116 return true
3117 }
3118 else if(IDText.value=="en1a"){
3119 //Checks for id entry
3120 print("You have entered a Discontinued Product Number")
3121 res="../datasheets/contents/discontinued_battery_index.htm"
3122 return true
3123 }
3124 else if(IDText.value=="en132a"){
3125 //Checks for id entry
3126 print("You have entered a Discontinued Product Number")
3127 res="../datasheets/contents/discontinued_battery_index.htm"
3128 return true
3129 }
3130 else if(IDText.value=="en133a"){
3131 //Checks for id entry
3132 print("You have entered a Discontinued Product Number")
3133 res="../datasheets/contents/discontinued_battery_index.htm"
3134 return true
3135 }
3136 else if(IDText.value=="en134a"){
3137 //Checks for id entry
3138 print("You have entered a Discontinued Product Number")
3139 res="../datasheets/contents/discontinued_battery_index.htm"
3140 return true
3141 }
3142 else if(IDText.value=="en135a"){
3143 //Checks for id entry
3144 print("You have entered a Discontinued Product Number")
3145 res="../datasheets/contents/discontinued_battery_index.htm"
3146 return true
3147 }
3148 else if(IDText.value=="en136a"){
3149 //Checks for id entry
3150 print("You have entered a Discontinued Product Number")
3151 res="../datasheets/contents/discontinued_battery_index.htm"
3152 return true
3153 }
3154 else if(IDText.value=="en164a"){
3155 //Checks for id entry
3156 print("You have entered a Discontinued Product Number")
3157 res="../datasheets/contents/discontinued_battery_index.htm"
3158 return true
3159 }
3160 else if(IDText.value=="en165a"){
3161 //Checks for id entry
3162 print("You have entered a Discontinued Product Number")
3163 res="../datasheets/contents/discontinued_battery_index.htm"
3164 return true
3165 }
3166 else if(IDText.value=="en175a"){
3167 //Checks for id entry
3168 print("You have entered a Discontinued Product Number")
3169 res="../datasheets/contents/discontinued_battery_index.htm"
3170 return true
3171 }
3172 else if(IDText.value=="en177a"){
3173 //Checks for id entry
3174 print("You have entered a Discontinued Product Number")
3175 res="../datasheets/contents/discontinued_battery_index.htm"
3176 return true
3177 }
3178 else if(IDText.value=="en640a"){
3179 //Checks for id entry
3180 print("You have entered a Discontinued Product Number")
3181 res="../datasheets/contents/discontinued_battery_index.htm"
3182 return true
3183 }
3184 else if(IDText.value=="ep175"){
3185 //Checks for id entry
3186 print("You have entered a Discontinued Product Number")
3187 res="../datasheets/contents/discontinued_battery_index.htm"
3188 return true
3189 }
3190 else if(IDText.value=="ep401e"){
3191 //Checks for id entry
3192 print("You have entered a Discontinued Product Number")
3193 res="../datasheets/contents/discontinued_battery_index.htm"
3194 return true
3195 }
3196 else if(IDText.value=="ep675e"){
3197 //Checks for id entry
3198 print("You have entered a Discontinued Product Number")
3199 res="../datasheets/contents/discontinued_battery_index.htm"
3200 return true
3201 }
3202 else if(IDText.value=="epx1"){
3203 //Checks for id entry
3204 print("You have entered a Discontinued Product Number")
3205 res="../datasheets/contents/discontinued_battery_index.htm"
3206 return true
3207 }
3208 else if(IDText.value=="epx4"){
3209 //Checks for id entry
3210 print("You have entered a Discontinued Product Number")
3211 res="../datasheets/contents/discontinued_battery_index.htm"
3212 return true
3213 }
3214 else if(IDText.value=="epx13"){
3215 //Checks for id entry
3216 print("You have entered a Discontinued Product Number")
3217 res="../datasheets/contents/discontinued_battery_index.htm"
3218 return true
3219 }
3220 else if(IDText.value=="epx14"){
3221 //Checks for id entry
3222 print("You have entered a Discontinued Product Number")
3223 res="../datasheets/contents/discontinued_battery_index.htm"
3224 return true
3225 }
3226 else if(IDText.value=="epx23"){
3227 //Checks for id entry
3228 print("You have entered a Discontinued Product Number")
3229 res="../datasheets/contents/discontinued_battery_index.htm"
3230 return true
3231 }
3232 else if(IDText.value=="epx25"){
3233 //Checks for id entry
3234 print("You have entered a Discontinued Product Number")
3235 res="../datasheets/contents/discontinued_battery_index.htm"
3236 return true
3237 }
3238 else if(IDText.value=="epx27"){
3239 //Checks for id entry
3240 print("You have entered a Discontinued Product Number")
3241 res="../datasheets/contents/discontinued_battery_index.htm"
3242 return true
3243 }
3244 else if(IDText.value=="epx29"){
3245 //Checks for id entry
3246 print("You have entered a Discontinued Product Number")
3247 res="../datasheets/contents/discontinued_battery_index.htm"
3248 return true
3249 }
3250 else if(IDText.value=="epx30"){
3251 //Checks for id entry
3252 print("You have entered a Discontinued Product Number")
3253 res="../datasheets/contents/discontinued_battery_index.htm"
3254 return true
3255 }
3256 else if(IDText.value=="epx625"){
3257 //Checks for id entry
3258 print("You have entered a Discontinued Product Number")
3259 res="../datasheets/contents/discontinued_battery_index.htm"
3260 return true
3261 }
3262 else if(IDText.value=="epx640"){
3263 //Checks for id entry
3264 print("You have entered a Discontinued Product Number")
3265 res="../datasheets/contents/discontinued_battery_index.htm"
3266 return true
3267 }
3268 else if(IDText.value=="epx675"){
3269 //Checks for id entry
3270 print("You have entered a Discontinued Product Number")
3271 res="../datasheets/contents/discontinued_battery_index.htm"
3272 return true
3273 }
3274 else if(IDText.value=="epx825"){
3275 //Checks for id entry
3276 print("You have entered a Discontinued Product Number")
3277 res="../datasheets/contents/discontinued_battery_index.htm"
3278 return true
3279 }
3280 else if(IDText.value=="ev6"){
3281 //Checks for id entry
3282 print("You have entered a Discontinued Product Number")
3283 res="../datasheets/contents/discontinued_battery_index.htm"
3284 return true
3285 }
3286 else if(IDText.value=="ev9"){
3287 //Checks for id entry
3288 print("You have entered a Discontinued Product Number")
3289 res="../datasheets/contents/discontinued_battery_index.htm"
3290 return true
3291 }
3292 else if(IDText.value=="ev10s"){
3293 //Checks for id entry
3294 print("You have entered a Discontinued Product Number")
3295 res="../datasheets/contents/discontinued_battery_index.htm"
3296 return true
3297 }
3298 else if(IDText.value=="ev15"){
3299 //Checks for id entry
3300 print("You have entered a Discontinued Product Number")
3301 res="../datasheets/contents/discontinued_battery_index.htm"
3302 return true
3303 }
3304 else if(IDText.value=="ev22"){
3305 //Checks for id entry
3306 print("You have entered a Discontinued Product Number")
3307 res="../datasheets/contents/discontinued_battery_index.htm"
3308 return true
3309 }
3310 else if(IDText.value=="ev31"){
3311 //Checks for id entry
3312 print("You have entered a Discontinued Product Number")
3313 res="../datasheets/contents/discontinued_battery_index.htm"
3314 return true
3315 }
3316 else if(IDText.value=="ev35"){
3317 //Checks for id entry
3318 print("You have entered a Discontinued Product Number")
3319 res="../datasheets/contents/discontinued_battery_index.htm"
3320 return true
3321 }
3322 else if(IDText.value=="ev50"){
3323 //Checks for id entry
3324 print("You have entered a Discontinued Product Number")
3325 res="../datasheets/contents/discontinued_battery_index.htm"
3326 return true
3327 }
3328 else if(IDText.value=="ev90"){
3329 //Checks for id entry
3330 print("You have entered a Discontinued Product Number")
3331 res="../datasheets/contents/discontinued_battery_index.htm"
3332 return true
3333 }
3334 else if(IDText.value=="ev90hp"){
3335 //Checks for id entry
3336 print("You have entered a Discontinued Product Number")
3337 res="../datasheets/contents/discontinued_battery_index.htm"
3338 return true
3339 }
3340 else if(IDText.value=="fcc2"){
3341 //Checks for id entry
3342 print("You have entered a Discontinued Product Number")
3343 res="../datasheets/contents/discontinued_battery_index.htm"
3344 return true
3345 }
3346 else if(IDText.value=="hs6"){
3347 //Checks for id entry
3348 print("You have entered a Discontinued Product Number")
3349 res="../datasheets/contents/discontinued_battery_index.htm"
3350 return true
3351 }
3352 else if(IDText.value=="hs10s"){
3353 //Checks for id entry
3354 print("You have entered a Discontinued Product Number")
3355 res="../datasheets/contents/discontinued_battery_index.htm"
3356 return true
3357 }
3358 else if(IDText.value=="hs15"){
3359 //Checks for id entry
3360 print("You have entered a Discontinued Product Number")
3361 res="../datasheets/contents/discontinued_battery_index.htm"
3362 return true
3363 }
3364 else if(IDText.value=="hs31"){
3365 //Checks for id entry
3366 print("You have entered a Discontinued Product Number")
3367 res="../datasheets/contents/discontinued_battery_index.htm"
3368 return true
3369 }
3370 else if(IDText.value=="hs35"){
3371 //Checks for id entry
3372 print("You have entered a Discontinued Product Number")
3373 res="../datasheets/contents/discontinued_battery_index.htm"
3374 return true
3375 }
3376 else if(IDText.value=="hs50"){
3377 //Checks for id entry
3378 print("You have entered a Discontinued Product Number")
3379 res="../datasheets/contents/discontinued_battery_index.htm"
3380 return true
3381 }
3382 else if(IDText.value=="hs90"){
3383 //Checks for id entry
3384 print("You have entered a Discontinued Product Number")
3385 res="../datasheets/contents/discontinued_battery_index.htm"
3386 return true
3387 }
3388 else if(IDText.value=="hs95"){
3389 //Checks for id entry
3390 print("You have entered a Discontinued Product Number")
3391 res="../datasheets/contents/discontinued_battery_index.htm"
3392 return true
3393 }
3394 else if(IDText.value=="hs150"){
3395 //Checks for id entry
3396 print("You have entered a Discontinued Product Number")
3397 res="../datasheets/contents/discontinued_battery_index.htm"
3398 return true
3399 }
3400 else if(IDText.value=="hs6571"){
3401 //Checks for id entry
3402 print("You have entered a Discontinued Product Number")
3403 res="../datasheets/contents/discontinued_battery_index.htm"
3404 return true
3405 }
3406 else if(IDText.value=="if6"){
3407 //Checks for id entry
3408 print("You have entered a Discontinued Product Number")
3409 res="../datasheets/contents/discontinued_battery_index.htm"
3410 return true
3411 }
3412 else if(IDText.value=="is6"){
3413 //Checks for id entry
3414 print("You have entered a Discontinued Product Number")
3415 res="../datasheets/contents/discontinued_battery_index.htm"
3416 return true
3417 }
3418 else if(IDText.value=="is6t"){
3419 //Checks for id entry
3420 print("You have entered a Discontinued Product Number")
3421 res="../datasheets/contents/discontinued_battery_index.htm"
3422 return true
3423 }
3424 else if(IDText.value=="p2321m"){
3425 //Checks for id entry
3426 print("You have entered a Discontinued Product Number")
3427 res="../datasheets/contents/discontinued_battery_index.htm"
3428 return true
3429 }
3430 else if(IDText.value=="p2322"){
3431 //Checks for id entry
3432 print("You have entered a Discontinued Product Number")
3433 res="../datasheets/contents/discontinued_battery_index.htm"
3434 return true
3435 }
3436 else if(IDText.value=="p2326m"){
3437 //Checks for id entry
3438 print("You have entered a Discontinued Product Number")
3439 res="../datasheets/contents/discontinued_battery_index.htm"
3440 return true
3441 }
3442 else if(IDText.value=="p7307"){
3443 //Checks for id entry
3444 print("You have entered a Discontinued Product Number")
3445 res="../datasheets/contents/discontinued_battery_index.htm"
3446 return true
3447 }
3448 else if(IDText.value=="p7507"){
3449 //Checks for id entry
3450 print("You have entered a Discontinued Product Number")
3451 res="../datasheets/contents/discontinued_battery_index.htm"
3452 return true
3453 }
3454 else if(IDText.value=="qcc4"){
3455 //Checks for id entry
3456 print("You have entered a Discontinued Product Number")
3457 res="../datasheets/contents/discontinued_battery_index.htm"
3458 return true
3459 }
3460 else if(IDText.value=="s13e"){
3461 //Checks for id entry
3462 print("You have entered a Discontinued Product Number")
3463 res="../datasheets/contents/discontinued_battery_index.htm"
3464 return true
3465 }
3466 else if(IDText.value=="s312e"){
3467 //Checks for id entry
3468 print("You have entered a Discontinued Product Number")
3469 res="../datasheets/contents/discontinued_battery_index.htm"
3470 return true
3471 }
3472 else if(IDText.value=="s41e"){
3473 //Checks for id entry
3474 print("You have entered a Discontinued Product Number")
3475 res="../datasheets/contents/discontinued_battery_index.htm"
3476 return true
3477 }
3478 else if(IDText.value=="s76e"){
3479 //Checks for id entry
3480 print("You have entered a Discontinued Product Number")
3481 res="../datasheets/contents/discontinued_battery_index.htm"
3482 return true
3483 }
3484 else if(IDText.value=="t35"){
3485 //Checks for id entry
3486 print("You have entered a Discontinued Product Number")
3487 res="../datasheets/contents/discontinued_battery_index.htm"
3488 return true
3489 }
3490 else if(IDText.value=="t50"){
3491 //Checks for id entry
3492 print("You have entered a Discontinued Product Number")
3493 res="../datasheets/contents/discontinued_battery_index.htm"
3494 return true
3495 }
3496 else if(IDText.value=="w353"){
3497 //Checks for id entry
3498 print("You have entered a Discontinued Product Number")
3499 res="../datasheets/contents/discontinued_battery_index.htm"
3500 return true
3501 }
3502 else if(IDText.value=="3251"){
3503 //Checks for id entry
3504 res="../datasheets/flashlights/eveready.htm"
3505 return true
3506 }
3507 else if(IDText.value=="4212"){
3508 //Checks for id entry
3509 res="../datasheets/flashlights/eveready.htm"
3510 return true
3511 }
3512 else if(IDText.value=="4251"){
3513 //Checks for id entry
3514 res="../datasheets/flashlights/eveready.htm"
3515 return true
3516 }
3517 else if(IDText.value=="5109"){
3518 //Checks for id entry
3519 res="../datasheets/flashlights/eveready.htm"
3520 return true
3521 }
3522 else if(IDText.value=="2251"){
3523 //Checks for id entry
3524 res="../datasheets/flashlights/home.htm"
3525 return true
3526 }
3527 else if(IDText.value=="e220"){
3528 //Checks for id entry
3529 res="../datasheets/flashlights/home.htm"
3530 return true
3531 }
3532 else if(IDText.value=="e250"){
3533 //Checks for id entry
3534 res="../datasheets/flashlights/home.htm"
3535 return true
3536 }
3537 else if(IDText.value=="e251"){
3538 //Checks for id entry
3539 res="../datasheets/flashlights/home.htm"
3540 return true
3541 }
3542 else if(IDText.value=="e251rc210"){
3543 //Checks for id entry
3544 res="../datasheets/flashlights/home.htm"
3545 return true
3546 }
3547 else if(IDText.value=="erg2c1"){
3548 //Checks for id entry
3549 res="../datasheets/flashlights/home.htm"
3550 return true
3551 }
3552 else if(IDText.value=="glo4aa1"){
3553 //Checks for id entry
3554 res="../datasheets/flashlights/home.htm"
3555 return true
3556 }
3557 else if(IDText.value=="rc220"){
3558 //Checks for id entry
3559 res="../datasheets/flashlights/home.htm"
3560 return true
3561 }
3562 else if(IDText.value=="rc250"){
3563 //Checks for id entry
3564 res="../datasheets/flashlights/home.htm"
3565 return true
3566 }
3567 else if(IDText.value=="x112"){
3568 //Checks for id entry
3569 res="../datasheets/flashlights/home.htm"
3570 return true
3571 }
3572 else if(IDText.value=="x215"){
3573 //Checks for id entry
3574 res="../datasheets/flashlights/home.htm"
3575 return true
3576 }
3577 else if(IDText.value=="4215"){
3578 //Checks for id entry
3579 res="../datasheets/flashlights/novelty.htm"
3580 return true
3581 }
3582 else if(IDText.value=="5215"){
3583 //Checks for id entry
3584 res="../datasheets/flashlights/novelty.htm"
3585 return true
3586 }
3587 else if(IDText.value=="6212"){
3588 //Checks for id entry
3589 res="../datasheets/flashlights/novelty.htm"
3590 return true
3591 }
3592 else if(IDText.value=="bas24a"){
3593 //Checks for id entry
3594 res="../datasheets/flashlights/novelty.htm"
3595 return true
3596 }
3597 else if(IDText.value=="db24a1"){
3598 //Checks for id entry
3599 res="../datasheets/flashlights/novelty.htm"
3600 return true
3601 }
3602 else if(IDText.value=="kcbg"){
3603 //Checks for id entry
3604 res="../datasheets/flashlights/novelty.htm"
3605 return true
3606 }
3607 else if(IDText.value=="kccl"){
3608 //Checks for id entry
3609 res="../datasheets/flashlights/novelty.htm"
3610 return true
3611 }
3612 else if(IDText.value=="kcdl"){
3613 //Checks for id entry
3614 res="../datasheets/flashlights/novelty.htm"
3615 return true
3616 }
3617 else if(IDText.value=="kcl2bu1"){
3618 //Checks for id entry
3619 res="../datasheets/flashlights/novelty.htm"
3620 return true
3621 }
3622 else if(IDText.value=="kcwl"){
3623 //Checks for id entry
3624 res="../datasheets/flashlights/novelty.htm"
3625 return true
3626 }
3627 else if(IDText.value=="ltcr"){
3628 //Checks for id entry
3629 res="../datasheets/flashlights/novelty.htm"
3630 return true
3631 }
3632 else if(IDText.value=="lteb"){
3633 //Checks for id entry
3634 res="../datasheets/flashlights/novelty.htm"
3635 return true
3636 }
3637 else if(IDText.value=="ltpt"){
3638 //Checks for id entry
3639 res="../datasheets/flashlights/novelty.htm"
3640 return true
3641 }
3642 else if(IDText.value=="sl240"){
3643 //Checks for id entry
3644 res="../datasheets/flashlights/novelty.htm"
3645 return true
3646 }
3647 else if(IDText.value=="v220"){
3648 //Checks for id entry
3649 res="../datasheets/flashlights/novelty.htm"
3650 return true
3651 }
3652 else if(IDText.value=="5100"){
3653 //Checks for id entry
3654 res="../datasheets/flashlights/outdoor.htm"
3655 return true
3656 }
3657 else if(IDText.value=="8209"){
3658 //Checks for id entry
3659 res="../datasheets/flashlights/outdoor.htm"
3660 return true
3661 }
3662 else if(IDText.value=="8215"){
3663 //Checks for id entry
3664 res="../datasheets/flashlights/outdoor.htm"
3665 return true
3666 }
3667 else if(IDText.value=="9450"){
3668 //Checks for id entry
3669 res="../datasheets/flashlights/outdoor.htm"
3670 return true
3671 }
3672 else if(IDText.value=="f101"){
3673 //Checks for id entry
3674 res="../datasheets/flashlights/outdoor.htm"
3675 return true
3676 }
3677 else if(IDText.value=="f220"){
3678 //Checks for id entry
3679 res="../datasheets/flashlights/outdoor.htm"
3680 return true
3681 }
3682 else if(IDText.value=="f420"){
3683 //Checks for id entry
3684 res="../datasheets/flashlights/outdoor.htm"
3685 return true
3686 }
3687 else if(IDText.value=="fab4dcm"){
3688 //Checks for id entry
3689 res="../datasheets/flashlights/outdoor.htm"
3690 return true
3691 }
3692 else if(IDText.value=="fl450"){
3693 //Checks for id entry
3694 res="../datasheets/flashlights/outdoor.htm"
3695 return true
3696 }
3697 else if(IDText.value=="k221"){
3698 //Checks for id entry
3699 res="../datasheets/flashlights/outdoor.htm"
3700 return true
3701 }
3702 else if(IDText.value=="k251"){
3703 //Checks for id entry
3704 res="../datasheets/flashlights/outdoor.htm"
3705 return true
3706 }
3707 else if(IDText.value=="led4aa1"){
3708 //Checks for id entry
3709 res="../datasheets/flashlights/outdoor.htm"
3710 return true
3711 }
3712 else if(IDText.value=="sp220"){
3713 //Checks for id entry
3714 res="../datasheets/flashlights/outdoor.htm"
3715 return true
3716 }
3717 else if(IDText.value=="tw420"){
3718 //Checks for id entry
3719 res="../datasheets/flashlights/outdoor.htm"
3720 return true
3721 }
3722 else if(IDText.value=="tw450"){
3723 //Checks for id entry
3724 res="../datasheets/flashlights/outdoor.htm"
3725 return true
3726 }
3727 else if(IDText.value=="wp220"){
3728 //Checks for id entry
3729 res="../datasheets/flashlights/outdoor.htm"
3730 return true
3731 }
3732 else if(IDText.value=="wp250"){
3733 //Checks for id entry
3734 res="../datasheets/flashlights/outdoor.htm"
3735 return true
3736 }
3737 else if(IDText.value=="cfl420"){
3738 //Checks for id entry
3739 res="../datasheets/flashlights/premium.htm"
3740 return true
3741 }
3742 else if(IDText.value=="d410"){
3743 //Checks for id entry
3744 res="../datasheets/flashlights/premium.htm"
3745 return true
3746 }
3747 else if(IDText.value=="d420"){
3748 //Checks for id entry
3749 res="../datasheets/flashlights/premium.htm"
3750 return true
3751 }
3752 else if(IDText.value=="fn450"){
3753 //Checks for id entry
3754 res="../datasheets/flashlights/work.htm"
3755 return true
3756 }
3757 else if(IDText.value=="in215"){
3758 //Checks for id entry
3759 res="../datasheets/flashlights/work.htm"
3760 return true
3761 }
3762 else if(IDText.value=="in251"){
3763 //Checks for id entry
3764 res="../datasheets/flashlights/work.htm"
3765 return true
3766 }
3767 else if(IDText.value=="in351"){
3768 //Checks for id entry
3769 res="../datasheets/flashlights/work.htm"
3770 return true
3771 }
3772 else if(IDText.value=="in421"){
3773 //Checks for id entry
3774 res="../datasheets/flashlights/work.htm"
3775 return true
3776 }
3777 else if(IDText.value=="k220"){
3778 //Checks for id entry
3779 res="../datasheets/flashlights/work.htm"
3780 return true
3781 }
3782 else if(IDText.value=="k250"){
3783 //Checks for id entry
3784 res="../datasheets/flashlights/work.htm"
3785 return true
3786 }
3787 else if(IDText.value=="r215"){
3788 //Checks for id entry
3789 res="../datasheets/flashlights/work.htm"
3790 return true
3791 }
3792 else if(IDText.value=="r250"){
3793 //Checks for id entry
3794 res="../datasheets/flashlights/work.htm"
3795 return true
3796 }
3797 else if(IDText.value=="r450"){
3798 //Checks for id entry
3799 res="../datasheets/flashlights/work.htm"
3800 return true
3801 }
3802 else if(IDText.value=="tuf4d1"){
3803 //Checks for id entry
3804 res="../datasheets/flashlights/work.htm"
3805 return true
3806 }
3807 else if(IDText.value=="v109"){
3808 //Checks for id entry
3809 res="../datasheets/flashlights/work.htm"
3810 return true
3811 }
3812 else if(IDText.value=="v115"){
3813 //Checks for id entry
3814 res="../datasheets/flashlights/work.htm"
3815 return true
3816 }
3817 else if(IDText.value=="v215"){
3818 //Checks for id entry
3819 res="../datasheets/flashlights/work.htm"
3820 return true
3821 }
3822 else if(IDText.value=="v250"){
3823 //Checks for id entry
3824 res="../datasheets/flashlights/work.htm"
3825 return true
3826 }
3827 else if(IDText.value=="val2dl1"){
3828 //Checks for id entry
3829 res="../datasheets/flashlights/work.htm"
3830 return true
3831 }
3832
3833 else if(IDText.value=="459"){
3834 //Checks for id entry
3835 res="../datasheets/flashlights/industrial.htm"
3836 return true
3837 }
3838 else if(IDText.value=="208ind"){
3839 //Checks for id entry
3840 res="../datasheets/flashlights/industrial.htm"
3841 return true
3842 }
3843 else if(IDText.value=="231ind"){
3844 //Checks for id entry
3845 res="../datasheets/flashlights/industrial.htm"
3846 return true
3847 }
3848 else if(IDText.value=="1151"){
3849 //Checks for id entry
3850 res="../datasheets/flashlights/industrial.htm"
3851 return true
3852 }
3853 else if(IDText.value=="1251"){
3854 //Checks for id entry
3855 res="../datasheets/flashlights/industrial.htm"
3856 return true
3857 }
3858 else if(IDText.value=="1259"){
3859 //Checks for id entry
3860 res="../datasheets/flashlights/industrial.htm"
3861 return true
3862 }
3863 else if(IDText.value=="1351"){
3864 //Checks for id entry
3865 res="../datasheets/flashlights/industrial.htm"
3866 return true
3867 }
3868 else if(IDText.value=="1359"){
3869 //Checks for id entry
3870 res="../datasheets/flashlights/industrial.htm"
3871 return true
3872 }
3873 else if(IDText.value=="3251r"){
3874 //Checks for id entry
3875 res="../datasheets/flashlights/industrial.htm"
3876 return true
3877 }
3878 else if(IDText.value=="3251wh"){
3879 //Checks for id entry
3880 res="../datasheets/flashlights/industrial.htm"
3881 return true
3882 }
3883 else if(IDText.value=="4212wh"){
3884 //Checks for id entry
3885 res="../datasheets/flashlights/industrial.htm"
3886 return true
3887 }
3888 else if(IDText.value=="4250ind"){
3889 //Checks for id entry
3890 res="../datasheets/flashlights/industrial.htm"
3891 return true
3892 }
3893 else if(IDText.value=="5109ind"){
3894 //Checks for id entry
3895 res="../datasheets/flashlights/industrial.htm"
3896 return true
3897 }
3898 else if(IDText.value=="6212wh"){
3899 //Checks for id entry
3900 res="../datasheets/flashlights/industrial.htm"
3901 return true
3902 }
3903 else if(IDText.value=="9101ind"){
3904 //Checks for id entry
3905 res="../datasheets/flashlights/industrial.htm"
3906 return true
3907 }
3908 else if(IDText.value=="e250y"){
3909 //Checks for id entry
3910 res="../datasheets/flashlights/industrial.htm"
3911 return true
3912 }
3913 else if(IDText.value=="e251y"){
3914 //Checks for id entry
3915 res="../datasheets/flashlights/industrial.htm"
3916 return true
3917 }
3918 else if(IDText.value=="in220"){
3919 //Checks for id entry
3920 res="../datasheets/flashlights/industrial.htm"
3921 return true
3922 }
3923 else if(IDText.value=="in253"){
3924 //Checks for id entry
3925 res="../datasheets/flashlights/industrial.htm"
3926 return true
3927 }
3928 else if(IDText.value=="in420"){
3929 //Checks for id entry
3930 res="../datasheets/flashlights/industrial.htm"
3931 return true
3932 }
3933 else if(IDText.value=="in450"){
3934 //Checks for id entry
3935 res="../datasheets/flashlights/industrial.htm"
3936 return true
3937 }
3938 else if(IDText.value=="indwandr"){
3939 //Checks for id entry
3940 res="../datasheets/flashlights/industrial.htm"
3941 return true
3942 }
3943 else if(IDText.value=="indwandy"){
3944 //Checks for id entry
3945 res="../datasheets/flashlights/industrial.htm"
3946 return true
3947 }
3948 else if(IDText.value=="r215ind"){
3949 //Checks for id entry
3950 res="../datasheets/flashlights/industrial.htm"
3951 return true
3952 }
3953 else if(IDText.value=="pr2"){
3954 //Checks for id entry
3955 res="../datasheets/flashlights/standard.htm"
3956 return true
3957 }
3958 else if(IDText.value=="pr3"){
3959 //Checks for id entry
3960 res="../datasheets/flashlights/standard.htm"
3961 return true
3962 }
3963 else if(IDText.value=="pr4"){
3964 //Checks for id entry
3965 res="../datasheets/flashlights/standard.htm"
3966 return true
3967 }
3968 else if(IDText.value=="pr6"){
3969 //Checks for id entry
3970 res="../datasheets/flashlights/standard.htm"
3971 return true
3972 }
3973 else if(IDText.value=="pr7"){
3974 //Checks for id entry
3975 res="../datasheets/flashlights/standard.htm"
3976 return true
3977 }
3978 else if(IDText.value=="pr12"){
3979 //Checks for id entry
3980 res="../datasheets/flashlights/standard.htm"
3981 return true
3982 }
3983 else if(IDText.value=="pr13"){
3984 //Checks for id entry
3985 res="../datasheets/flashlights/standard.htm"
3986 return true
3987 }
3988 else if(IDText.value=="pr35"){
3989 //Checks for id entry
3990 res="../datasheets/flashlights/standard.htm"
3991 return true
3992 }
3993 else if(IDText.value=="112"){
3994 //Checks for id entry
3995 res="../datasheets/flashlights/standard.htm"
3996 return true
3997 }
3998 else if(IDText.value=="222"){
3999 //Checks for id entry
4000 res="../datasheets/flashlights/standard.htm"
4001 return true
4002 }
4003 else if(IDText.value=="243"){
4004 //Checks for id entry
4005 res="../datasheets/flashlights/standard.htm"
4006 return true
4007 }
4008 else if(IDText.value=="258"){
4009 //Checks for id entry
4010 res="../datasheets/flashlights/standard.htm"
4011 return true
4012 }
4013 else if(IDText.value=="407"){
4014 //Checks for id entry
4015 res="../datasheets/flashlights/standard.htm"
4016 return true
4017 }
4018 else if(IDText.value=="425"){
4019 //Checks for id entry
4020 res="../datasheets/flashlights/standard.htm"
4021 return true
4022 }
4023 else if(IDText.value=="1156"){
4024 //Checks for id entry
4025 res="../datasheets/flashlights/standard.htm"
4026 return true
4027 }
4028 else if(IDText.value=="1651"){
4029 //Checks for id entry
4030 res="../datasheets/flashlights/standard.htm"
4031 return true
4032 }
4033 else if(IDText.value=="kpr102"){
4034 //Checks for id entry
4035 res="../datasheets/flashlights/krypton.htm"
4036 return true
4037 }
4038 else if(IDText.value=="kpr103"){
4039 //Checks for id entry
4040 res="../datasheets/flashlights/krypton.htm"
4041 return true
4042 }
4043 else if(IDText.value=="kpr104"){
4044 //Checks for id entry
4045 res="../datasheets/flashlights/krypton.htm"
4046 return true
4047 }
4048 else if(IDText.value=="kpr113"){
4049 //Checks for id entry
4050 res="../datasheets/flashlights/krypton.htm"
4051 return true
4052 }
4053 else if(IDText.value=="kpr116"){
4054 //Checks for id entry
4055 res="../datasheets/flashlights/krypton.htm"
4056 return true
4057 }
4058 else if(IDText.value=="kpr802"){
4059 //Checks for id entry
4060 res="../datasheets/flashlights/krypton.htm"
4061 return true
4062 }
4063 else if(IDText.value=="skpr823"){
4064 //Checks for id entry
4065 res="../datasheets/flashlights/krypton.htm"
4066 return true
4067 }
4068 else if(IDText.value=="hpr50"){
4069 //Checks for id entry
4070 res="../datasheets/flashlights/halogenbulb.htm"
4071 return true
4072 }
4073 else if(IDText.value=="hpr51"){
4074 //Checks for id entry
4075 res="../datasheets/flashlights/halogenbulb.htm"
4076 return true
4077 }
4078 else if(IDText.value=="hpr52"){
4079 //Checks for id entry
4080 res="../datasheets/flashlights/halogenbulb.htm"
4081 return true
4082 }
4083 else if(IDText.value=="hpr53"){
4084 //Checks for id entry
4085 res="../datasheets/flashlights/halogenbulb.htm"
4086 return true
4087 }
4088 else if(IDText.value=="f4t5"){
4089 //Checks for id entry
4090 res="../datasheets/flashlights/fluorescent.htm"
4091 return true
4092 }
4093 else if(IDText.value=="f6t5"){
4094 //Checks for id entry
4095 res="../datasheets/flashlights/fluorescent.htm"
4096 return true
4097 }
4098 else if(IDText.value=="t1-1"){
4099 //Checks for id entry
4100 res="../datasheets/flashlights/highintensity.htm"
4101 return true
4102 }
4103 else if(IDText.value=="t1-2"){
4104 //Checks for id entry
4105 res="../datasheets/flashlights/highintensity.htm"
4106 return true
4107 }
4108 else if(IDText.value=="t2-2"){
4109 //Checks for id entry
4110 res="../datasheets/flashlights/halogenxenon.htm"
4111 return true
4112 }
4113 else if(IDText.value=="t2-3"){
4114 //Checks for id entry
4115 res="../datasheets/flashlights/halogenxenon.htm"
4116 return true
4117 }
4118 else if(IDText.value=="t2-4"){
4119 //Checks for id entry
4120 res="../datasheets/flashlights/halogenxenon.htm"
4121 return true
4122 }
4123 else if(IDText.value=="tx15-2"){
4124 //Checks for id entry
4125 res="../datasheets/flashlights/halogenxenon.htm"
4126 return true
4127 }
4128 else if(IDText.value=="4546ib"){
4129 //Checks for id entry
4130 res="../datasheets/flashlights/industrialbulb.htm"
4131 return true
4132 }
4133 else if(IDText.value=="LED"){
4134 //Checks for id entry
4135 res="../datasheets/flashlights/led.htm"
4136 return true
4137 }
4138
4139
4140
4141 else if(IDText.value=="108"){
4142 //Checks for id entry
4143 print("You have entered a Discontinued Product Number")
4144 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4145 return true
4146 }
4147 else if(IDText.value=="209"){
4148 //Checks for id entry
4149 print("You have entered a Discontinued Product Number")
4150 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4151 return true
4152 }
4153 else if(IDText.value=="330"){
4154 //Checks for id entry
4155 print("You have entered a Discontinued Product Number")
4156 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4157 return true
4158 }
4159 else if(IDText.value=="330y"){
4160 //Checks for id entry
4161 print("You have entered a Discontinued Product Number")
4162 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4163 return true
4164 }
4165 else if(IDText.value=="331"){
4166 //Checks for id entry
4167 print("You have entered a Discontinued Product Number")
4168 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4169 return true
4170 }
4171 else if(IDText.value=="331y"){
4172 //Checks for id entry
4173 print("You have entered a Discontinued Product Number")
4174 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4175 return true
4176 }
4177 else if(IDText.value=="1251bk"){
4178 //Checks for id entry
4179 print("You have entered a Discontinued Product Number")
4180 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4181 return true
4182 }
4183 else if(IDText.value=="2253"){
4184 //Checks for id entry
4185 print("You have entered a Discontinued Product Number")
4186 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4187 return true
4188 }
4189 else if(IDText.value=="3233"){
4190 //Checks for id entry
4191 print("You have entered a Discontinued Product Number")
4192 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4193 return true
4194 }
4195 else if(IDText.value=="3253"){
4196 //Checks for id entry
4197 print("You have entered a Discontinued Product Number")
4198 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4199 return true
4200 }
4201 else if(IDText.value=="3415"){
4202 //Checks for id entry
4203 print("You have entered a Discontinued Product Number")
4204 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4205 return true
4206 }
4207 else if(IDText.value=="3452"){
4208 //Checks for id entry
4209 print("You have entered a Discontinued Product Number")
4210 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4211 return true
4212 }
4213 else if(IDText.value=="4220"){
4214 //Checks for id entry
4215 print("You have entered a Discontinued Product Number")
4216 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4217 return true
4218 }
4219 else if(IDText.value=="4453"){
4220 //Checks for id entry
4221 print("You have entered a Discontinued Product Number")
4222 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4223 return true
4224 }
4225 else if(IDText.value=="5154"){
4226 //Checks for id entry
4227 print("You have entered a Discontinued Product Number")
4228 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4229 return true
4230 }
4231 else if(IDText.value=="5251"){
4232 //Checks for id entry
4233 print("You have entered a Discontinued Product Number")
4234 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4235 return true
4236 }
4237 else if(IDText.value=="7369"){
4238 //Checks for id entry
4239 print("You have entered a Discontinued Product Number")
4240 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4241 return true
4242 }
4243 else if(IDText.value=="8115"){
4244 //Checks for id entry
4245 print("You have entered a Discontinued Product Number")
4246 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4247 return true
4248 }
4249 else if(IDText.value=="8415"){
4250 //Checks for id entry
4251 print("You have entered a Discontinued Product Number")
4252 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4253 return true
4254 }
4255 else if(IDText.value=="b170"){
4256 //Checks for id entry
4257 print("You have entered a Discontinued Product Number")
4258 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4259 return true
4260 }
4261 else if(IDText.value=="bkc1"){
4262 //Checks for id entry
4263 print("You have entered a Discontinued Product Number")
4264 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4265 return true
4266 }
4267 else if(IDText.value=="d620"){
4268 //Checks for id entry
4269 print("You have entered a Discontinued Product Number")
4270 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4271 return true
4272 }
4273 else if(IDText.value=="d820"){
4274 //Checks for id entry
4275 print("You have entered a Discontinued Product Number")
4276 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4277 return true
4278 }
4279 else if(IDText.value=="e100"){
4280 //Checks for id entry
4281 print("You have entered a Discontinued Product Number")
4282 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4283 return true
4284 }
4285 else if(IDText.value=="e252"){
4286 //Checks for id entry
4287 print("You have entered a Discontinued Product Number")
4288 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4289 return true
4290 }
4291 else if(IDText.value=="e350"){
4292 //Checks for id entry
4293 print("You have entered a Discontinued Product Number")
4294 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4295 return true
4296 }
4297 else if(IDText.value=="e420"){
4298 //Checks for id entry
4299 print("You have entered a Discontinued Product Number")
4300 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4301 return true
4302 }
4303 else if(IDText.value=="em290"){
4304 //Checks for id entry
4305 print("You have entered a Discontinued Product Number")
4306 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4307 return true
4308 }
4309 else if(IDText.value=="em420"){
4310 //Checks for id entry
4311 print("You have entered a Discontinued Product Number")
4312 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4313 return true
4314 }
4315 else if(IDText.value=="f100"){
4316 //Checks for id entry
4317 print("You have entered a Discontinued Product Number")
4318 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4319 return true
4320 }
4321 else if(IDText.value=="f215"){
4322 //Checks for id entry
4323 print("You have entered a Discontinued Product Number")
4324 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4325 return true
4326 }
4327 else if(IDText.value=="f250"){
4328 //Checks for id entry
4329 print("You have entered a Discontinued Product Number")
4330 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4331 return true
4332 }
4333 else if(IDText.value=="f415"){
4334 //Checks for id entry
4335 print("You have entered a Discontinued Product Number")
4336 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4337 return true
4338 }
4339 else if(IDText.value=="h100"){
4340 //Checks for id entry
4341 print("You have entered a Discontinued Product Number")
4342 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4343 return true
4344 }
4345 else if(IDText.value=="h250"){
4346 //Checks for id entry
4347 print("You have entered a Discontinued Product Number")
4348 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4349 return true
4350 }
4351 else if(IDText.value=="h350"){
4352 //Checks for id entry
4353 print("You have entered a Discontinued Product Number")
4354 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4355 return true
4356 }
4357 else if(IDText.value=="in25t"){
4358 //Checks for id entry
4359 print("You have entered a Discontinued Product Number")
4360 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4361 return true
4362 }
4363 else if(IDText.value=="kcdb"){
4364 //Checks for id entry
4365 print("You have entered a Discontinued Product Number")
4366 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4367 return true
4368 }
4369 else if(IDText.value=="kcsg"){
4370 //Checks for id entry
4371 print("You have entered a Discontinued Product Number")
4372 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4373 return true
4374 }
4375 else if(IDText.value=="kctw"){
4376 //Checks for id entry
4377 print("You have entered a Discontinued Product Number")
4378 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4379 return true
4380 }
4381 else if(IDText.value=="rc100"){
4382 //Checks for id entry
4383 print("You have entered a Discontinued Product Number")
4384 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4385 return true
4386 }
4387 else if(IDText.value=="rc251"){
4388 //Checks for id entry
4389 print("You have entered a Discontinued Product Number")
4390 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4391 return true
4392 }
4393 else if(IDText.value=="rc290"){
4394 //Checks for id entry
4395 print("You have entered a Discontinued Product Number")
4396 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4397 return true
4398 }
4399 else if(IDText.value=="t430"){
4400 //Checks for id entry
4401 print("You have entered a Discontinued Product Number")
4402 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4403 return true
4404 }
4405 else if(IDText.value=="v235"){
4406 //Checks for id entry
4407 print("You have entered a Discontinued Product Number")
4408 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4409 return true
4410 }
4411 else if(IDText.value=="x250"){
4412 //Checks for id entry
4413 print("You have entered a Discontinued Product Number")
4414 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4415 return true
4416 }
4417 else if(IDText.value=="x350"){
4418 //Checks for id entry
4419 print("You have entered a Discontinued Product Number")
4420 res="../datasheets/flashlights/discontinued_flashlight_index.htm"
4421 return true
4422 }
4423
4424
4425
4426 else {
4427 print("You have entered an Invalid Product Number...Please try 'Select Product Group' search.")
4428 return false
4429 }
4430
4431 }