var fDesc=new Array(); fDesc[0] = "Leica iCON office is a complete data preparation, editing and reporting program. It supports different design entities from simple road alignments to more complex road stringline, cross-section or layer models as well as digital terrain models and background maps. The optional Leica iCON office terrain module allows accurate surface to surface or surface to elevation volumes for cost estimation purposes."; 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 = ''; } }