Description
Thumb-Lite Flashlight
.innerframe{ float:left; background-color:#FFFFFF; width:290px; height:172px; margin-top:10px; margin-left:10px; border:solid 1px #666; font-size:12px; } #thumbtable{ float:left; text-align:left; width:290px; } .thumbmenu{ width:100px;height:25px;background:#CCC;padding-top:7px;text-decoration:underline;cursor:pointer;font-size:12px;font-weight:bold;text-align:center; } var menuitems=new Array(); menuitems[0]=”thumbled”; menuitems[1]=”thumbbattery”; menuitems[2]=”thumbadhesive”; menuitems[3]=”thumbswitch”; menuitems[4]=”thumbcasing”; menuitems[5]=”thumbinstallation”; function thumbled() { var i=0; while(i<=5) { var theid=menuitems[i]; document.getElementById(theid).style.background='#CCCCCC'; i++; } document.getElementById('thumbled').style.background='#EEEEEE'; document.getElementById('thumbcontent').innerHTML='
Wavelength: | 6000nm |
Light Intensity: | 7000mcd |
Operating Life: | 10 years |
Emitting Color: | Natural White |
‘; } function thumbbattery() { var i=0; while(i<=5) { var theid=menuitems[i]; document.getElementById(theid).style.background='#CCCCCC'; i++; } document.getElementById('thumbbattery').style.background='#EEEEEE'; document.getElementById('thumbcontent').innerHTML='
Type: | 2x lithium ion LR41 |
Capacity: | 2x 30 MaH |
Storage Life: | 10 years |
Operating Life: | 3 to 5 years(before replacement) |
‘; } function thumbadhesive() { var i=0; while(i<=5) { var theid=menuitems[i]; document.getElementById(theid).style.background='#CCCCCC'; i++; } document.getElementById('thumbadhesive').style.background='#EEEEEE'; document.getElementById('thumbcontent').innerHTML='
Type: | High Grade solid acrylic |
Tensile Adhesion: | 100lb/in2 |
Dynamic Overlap Sheer: | 100lb/in2 |
Peel Adhesion: | 12lb/in2 |
Press on Application: | Yes |
‘; } function thumbswitch() { var i=0; while(i<=5) { var theid=menuitems[i]; document.getElementById(theid).style.background='#CCCCCC'; i++; } document.getElementById('thumbswitch').style.background='#EEEEEE'; document.getElementById('thumbcontent').innerHTML='
Recessed Button: | Yes |
Operating Life: | 15 years (Life Time Warranty) |
Operating Force: | Light Touch |
‘; } function thumbcasing() { var i=0; while(i<=5) { var theid=menuitems[i]; document.getElementById(theid).style.background='#CCCCCC'; i++; } document.getElementById('thumbcasing').style.background='#EEEEEE'; document.getElementById('thumbcontent').innerHTML='
Material Type: | High Grade Steel |
Finish: | Chrome Plating |
Width: | 0.614″ |
Length: | 0.823″ |
Height: | 0.275″ |
‘; } function thumbinstallation() { var i=0; while(i<=5) { var theid=menuitems[i]; document.getElementById(theid).style.background='#CCCCCC'; i++; } document.getElementById('thumbinstallation').style.background='#EEEEEE'; document.getElementById('thumbcontent').innerHTML='
Tools Required: | No |
Assembly Required: | No |
Clean and dry surface you intend to attach thumb-lite. Remove protective film on back of thumb-lite. Place thumb-lite with LED facing desired direction. Hold firmly to allow adhesive to stick to object. Allow some time for adhesive to set up.
‘; }