var fDesc=new Array(); fDesc[0] = "Amethyst DWG-2-PDF is a powerful Windows program that enables you to quickly and easily batch convert drawings to the Adobe Portable Document Format (PDF). Support for all versions of AutoCAD from 2.5 to 2007. Stand-alone utility - AutoCAD is NOT required. Stand-alone utility - Adobe Acrobat is NOT required. Includes a CAD viewer that allows you to view drawings and convert the currently displayed image."; 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 = ''; } }