var fDesc=new Array(); fDesc[0] = "DWG Recovery Free is a program that helps you to recover corrupted AutoCad files. The interface of this program is wizard-based, and will recover corrupted autocad files whether you know how to recover corrupted DWG file in AutoCad 6 or not. DWG recovery tool also allows you to speed the process up by manually specifying the version of DWG restore needed and will get directly to recovering DWG files."; 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 = ''; } }