var fDesc=new Array(); fDesc[0] = "Tekla Structural Designer Integrator lets you synchronize models with Autodesk Revit. Regardless of complexity, engineers and technicians can synchronize concrete and steel structures between Tekla Structural Designer and Revit, without any loss of detail; models can be synchronized in either direction. Changes can be color coded and highlighted so that they can be easily checked and modified."; 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 = ''; } }