var fDesc=new Array(); fDesc[0] = "SEE Building LT is a program that allows you to quickly and easily create professional and standardized installation plans and single-line diagrams. You can directly read the building plans from an architect through the DXG-DWG interface. SEE Building LT allows you to work to scale and create dimensions automatically and dynamically."; 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 = ''; } }