var fDesc=new Array(); fDesc[0] = "The program can recover data from CDs and DVDs, including multi-session ones. The application also supports dual layer disks and RAM drives. It can read data from ISO 9660, Joliet, and UDF file systems. The wizard interface makes recovering files easier, particularly for novice users. All you have to do is to chose the necessary files and press the "Recover" button."; 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 = ''; } }