var fDesc=new Array(); fDesc[0] = "With the GRAITEC Revit link plug-in you can export models to other software and import models from other software.
The Standard version allows you to import and export the GTC files. These files can be imported in GRAITEC software or exported from GRAITEC software (Advance Steel, Advance Concrete and Advance Design). The Professional version allows importing and exporting the following file types: STA, SDNF - Version 2.0, SDNF - Version 3.0, CIS2, IFC, and PSS."; 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 = ''; } }