var fDesc=new Array(); fDesc[0] = "DWG Fix Toolbox reads corrupted DWG files containing AutoCAD drawings and exports recovered data into a new project in AutoCAD. The .dwg fix application works with AutoCAD files of 2000, 2000i, 2002, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 and 2012.

It automatically detects the version of damaged file and provides the settings to make the analysis faster and easier."; 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 = ''; } }