var fDesc=new Array(); fDesc[0] = "Bad CD Repair Pro allows to copy files from bad CD or HDD. If your text or mp3 or any other type of file is corrupted then you can use this program to save it. Bad CD Repair Pro uses ASPI Driver, thus it works with all versions of Windows. The program also works with ISO and Juliet CD file systems."; 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 = ''; } }