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