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