var fDesc=new Array(); fDesc[0] = "It works with any Windows-compatible device and offers developers the complete control over LED and Microtouch on the Dino-Lite. More over, the DNVideoX provides simple methods for extracting color, real-time binary image, image comparing, and free image rotating which could be suitable for some applications like industry process monitoring. The SDK is available free of charge for Dino-Lite partners and clients that want to create value added solutions, usage will require a signed license agreement."; 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 = ''; } }