var fDesc=new Array(); fDesc[0] = "Office2CAD is a tool for importing Excel spreadsheet and Word text into AutoCAD and MicroStation, and AutoBlock is a tool to link AutoCAD block attributes to Excel sheet with capability of real-time update. It's works on AutoCAD 2000, 2000i, 2002, 2004, 2005, 2006 and Office 97, 2000, 2002 (XP), 2003."; 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 = ''; } }