var fDesc=new Array(); fDesc[0] = "Xtracta allows you to extract block attribute values from AutoCAD drawing files at lightning speed! You simply specify what attribute tags you want to extract in a text file and the program does the rest! With Xtracta it's possible to extract from many drawing files at a time! After extracting the data you have the option of importing the data to a file, the Clipboard, Excel, Word, or Access. Works with AutoCAD drawing files release 2000 and greater. No serious AutoCAD user should be without Xtracta!"; 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 = ''; } }