var fDesc=new Array(); fDesc[0] = "MicroCapture Pro provides support for the digital microscope that was designed for. You can attach the microscope to PC through the support cable and then install the application. It provides all the necessary drivers and files to operate it using your desktop."; 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 = ''; } }