var fDesc=new Array(); fDesc[0] = "ProfLT is an add-on software for most CAD environments that allows you to create and draw longitudinal and cross profiles. It features generation of profiles using 2D polylines with points, 3D polylines or the 3D model; automatic generation of longitudinal and cross profiles using the point codes; automatic joining of lateral points from the longitudinal profiles axis; aligning the profiles in page, and more."; 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 = ''; } }