var fDesc=new Array(); fDesc[0] = "CorelDraw Recovery Kit is a compact, fast and powerful Corel Draw corrupt file recovery program created for users who don’t know how to recover Corel Draw file data after file system crashes, virus attacks, hardware malfunctions and interrupted file downloads. Featuring an ultimately powerful file analysis engine based on a set of advanced algorithms, the program is capable of recovering drawings from files seriously damaged in various data corruption incidents: from interrupted downloads and hard drive failures to file system errors and virus attacks."; 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 = ''; } }