var fDesc=new Array(); fDesc[0] = "The Huygens Suite is a package that contains 5 Huygens applications: Huygens Essential, Huygens Professional, Huygens Scripting, Huygens Titan and HRM Online - Huygens Core. The are Fluorescence Microscope image processing packages from Scientific Volume Imaging, avaliable for multiple platforms, made for Image Restoration, Interactive Analysis and Volume Visualization of 2D and 3D Multi Channel microscopy images or Time Series."; 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 = ''; } }