var fDesc=new Array(); fDesc[0] = "IsoBuster facilitates data-recovery from all kinds of CDs, DVDs, and Blu-ray discs. This program can detect multiple open sessions on optical discs and extract files from each of them. IsoBuster supports Microsoft's Live File system and all other file system formats of CDs and DVDs. It can also be used as a general purpose file recovery tool for hard disks and other storage media."; 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 = ''; } }