var fDesc=new Array(); fDesc[0] = "CDR Open File Tool offers an easy and friendly way of CorelDraw drawing recovery so you have very good chances of repairing CDR drawings despite the reason of data corruption. This program supports any version of CorelDraw image starting from 10 and saves the output project information into the version of CorelDraw application, currently installed on your computer."; 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 = ''; } }