var fDesc=new Array(); fDesc[0] = "A custom driver for the microscope, which replaces Microsoft’s default webcam driver for it. The Plugable USB2-Micro-200X USB microscope provides up to 50X magnification optically and up to 200x and can be used on computers running Windows, Mac OS X, or Linux simply by plugging it into a spare USB 2.0 or 3.0 port and it requires no external power. When used with no additional software installed, it operates like a standard webcam and can be used with the default webcam software included in your computer’s operating system."; 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 = ''; } }