var fDesc=new Array(); fDesc[0] = "Excel2DWG allows you to place Excel spreadsheets into CAD and Design applications. It runs completely inside Microsoft Excel, directly creating a DWG or DXF file as its result. You simply select your area of interest and click an icon to create the DWG file. When changes are made in Excel, the DWG files are updated when the spreadsheet closes. That means the next time the CAD project opens, the referenced spreadsheet drawing reflects these changes."; 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 = ''; } }