var fDesc=new Array(); fDesc[0] = "ScheduleSync Pro improves the interoperability between Revit and other applications.

Main features:
- Schedule Export: The command provides the ability to export schedule table data to an Excel file.
- Excel Import: The command provides the convenience allowing the user to import external Excel data to Revit and automatically update the Revit models with the associated data."; 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 = ''; } }