var fDesc=new Array(); fDesc[0] = "DamageCopier allows you to recover data from damaged devices like flash drives, scratched audio CDs , DVDs, hard drives, diskettes, etc. It also allows you to do some other functions. In the main window you can access all options: copy files, copy music, copy the whole disk, copy image drive, repair damaged drive, format drive, edit sectors, program settings, help, and safe deletion. The copy files option allows you to copy files from a damaged drive; you have the option to move a selected file only. Copy music allows you to grab music from damaged CDs. Copy whole disk allows you to copy a selected type of files or all files. Copy image drive copies all sectors of the desired drive to an image file. Damaged drives option allows you to check a drive testing its clusters. Edit disc's sectors must be used carefully because you can overwrite key drive's sectors like MBR or FAT table and lose your data. Safe deletion option allows you to delete files completely without any chance of restoring them. The price described was converted in US dollars with the exchange rate of 1.26. The real price of the product is 10 Euros."; 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 = ''; } }