var fDesc=new Array(); fDesc[0] = "CBD (Copy Bad Disk) can copy files regardless of bad sectors. This app skips the bad sectors and continue to copy the rest content of the file so it will not hang, freeze or fail. Also this app generates a log file recording the positions of unreadable bytes of the damaged file."; 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 = ''; } }