js/src/tests/js1_5/Regress/regress-96526-003.js

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

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

mercurial