tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

regress-96526-003.js (141610B)


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