var fDesc=new Array(); fDesc[0] = "Motic Images Advanced is a professional image analysis tool for Windows users. In addition to the standard features (capture, video recording, measurement, counting), the Advanced version includes three different modules: segmentation, multi-focus, and assembly. The segmentation module allows you to perform manual segmentation by using a histogram (color), grey scale or by selecting the size. The assembly can be used for creating a single overview image out of multiple separated images. The Multi-focus module can be used to capture up to 100 images taken at different focusing levels and assemble them into a new single image in focus."; 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 = ''; } }