var fDesc=new Array(); fDesc[0] = "Check Duplicates Tool INT is a ArchiCAD Add-On that helps you find, select or delete items sharing the same parameters, like thickness, height, type, color, etc, and occupying the same spot on the floor plan. After downloading the file, start this installer and follow the instructions. The add-on will be automatically loaded the next time you start ArchiCAD."; 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 = ''; } }