var fDesc=new Array(); fDesc[0] = "PICOLAY is a tool for generating improved images from picture series on Windows computers. The program produces combined pictures by selecting sharp areas from a series of images taken at different focus levels, it makes the three-dimensional structure of an object visible by means of a 2D color maps or 3D projections or true stereo images and it allows you to optimize images parameters like size, color and sharpness."; 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 = ''; } }