var fDesc=new Array(); fDesc[0] = "Midas Link for Revit Structure allows you to transfer data between Midas Gen and Revit Structure for Building Information Modeling (BIM) workflow. It supports the following workflows: send the Revit Structure analytical model to Midas Gen, import the MGT file if the Revit model in Midas Gen, export the Midas model file to the MGT file, and update the Revit Structure model from Midas Gen."; 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 = ''; } }