var fDesc=new Array(); fDesc[0] = "Repair My Backup is a BKF backup file reader. It is used to open BKF files and to extract data from Backup Files that are corrupt or damaged. Repair My Backup can open BKF files created using the Microsoft Tape format (MTF) file structure. If you are not sure of the BKF file format, download the trial version of Repair My Backup and open BKF files to preview their content in the Repair My Backup preview window. Any file inside that BKF that can be successfully previewed can be saved once a program activation key is purchased."; 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 = ''; } }