var fDesc=new Array(); fDesc[0] = "The ROES Client is a Java-based application that runs on Windows, Linux, and Mac OS X. It offers the user the ability to select a lab defined product and precisely define crops and rotations on their images within that product. The user simply chooses a folder of images and starts selecting from among your lab’s products in which to put them."; 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 = ''; } }