var fDesc=new Array(); fDesc[0] = "StereoWorks is an easy to use yet powerful and intuitive tool to create 3D reconstruction surfaces from stereoscopic SEM images. The software is self-installing and requires no extra hardware to work. The software allows the user to make detailed elevation maps from a pair of SEM images and obtain data such as height, area and roughness irrespective of the magnification."; 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 = ''; } }