var fDesc=new Array(); fDesc[0] = "Quick and easy plotting and converting batches of AutoCAD drawings; an indispensable application to every CAD manager and AutoCAD user. The application features several modes to select files to be plotted, notably: drag and drop, loading Excel lists, or searching for files in selected folders. It quickly searches for the specified file names on different drives and folders. It is designed to save time and money, it is easy to use and preserves user's options for the next time it runs."; 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 = ''; } }