var fDesc=new Array(); fDesc[0] = "CorelDraw Recovery Toolbox is an efficient and reliable recovery tool for damaged CorelDraw (*.cdr) files. Thanks to the use of complex analysis algorithms, the program ensures a consistently high chance of successful recovery in every situation. CorelDraw Recovery Toolbox is easy to use and requires no skills or data recovery experience, so all you need to do is to follow the instructions on the screen and click the Next button to reach the final recovery step. CorelDraw Recovery Toolbox automatically detects the version of the *.cdr file being recovered, so you don't need to worry about compatibility. If the program fails to recover a damaged file for some reason, you can email it to the authors of the program using the Actions -> Send source file command. They will analyze your problem and try to recover your data manually."; 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 = ''; } }