var fDesc=new Array(); fDesc[0] = "AutoAttribute is designed to link, import and insert the AutoCAD Attributes from Excel spreadsheet. Using this app, you can quickly make changes to the AutoCAD attributes of the block references in the multiple drawings. Also AutoAttribute can insert the AutoCAD block references from Excel worksheet and import the AutoCAD attributes by a key attribute containing the unique values."; 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 = ''; } }