var fDesc=new Array(); fDesc[0] = "DISTO online is a program to operate a Leica Data DISTO at any serial or BLUETOOTH port within a MS Windows CE, Windows 95/98/ME or Windows NT/2000/XP operated PC or Notebook computer. The Leica DISTO measurements are automatically formatted and transmitted into any active window, input field etc. or any fixed input field depending upon your desire."; 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 = ''; } }