var fDesc=new Array(); fDesc[0] = "View Duplicator allows you to duplicate working views in Autodesk Revit. You need to select the views to duplicate and pick view template, and the app will duplicate views, apply template and also rename duplicated views and rename the Title on the sheet."; 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 = ''; } }