var fDesc=new Array(); fDesc[0] = "Leica FlexOffice includes basic tools for data transfer and data management for FlexLine instruments. The product is based on the well established and reliable platform of Leica Geo Office, but is simplified in functionality and complexity to suit the new range of FlexLine instruments in an ideal way. However, the software also provides full flexibility to optionally offer enhanced functionality to exactly match your requirements."; 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 = ''; } }