var fDesc=new Array(); fDesc[0] = "Luxus LX-ProScope HR is a program that was built specifically to maximize the potential of the ProScope HR USB handheld microscope. The app allows users to create snapshots, movies, and time lapse movies. Luxus provides additional functionality to the ProScope by adding annotations and tools never before available such as measurement, area calculation, counters, and angle calculation."; 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 = ''; } }