var fDesc=new Array(); fDesc[0] = "ImageMaster software is available in four editions, IS, Lite, Standard, Pro. This powerful combination of functionality allows you to accomplish everything from Imaging Station wireless control of measurements to 3D module generation using stereo photo pairs. Imaging, scanning and photogrammetry projects come to life in this powerful PC software."; 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 = ''; } }