var fDesc=new Array(); fDesc[0] = "Dino-Lite models with the letter T in their product name have a Microtouch function at the cable end of the device. Touching this sensor will capture the current image.
The Dino-Lite product is delivered with a two year warranty from the date of purchase by the end customer. Please note that accessories (i.e. detachable caps/extensions) are not covered under warranty. For warranty issues please contact the reseller or store where you bought the product."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }