var fDesc=new Array(); fDesc[0] = "Stellar Phoenix Video Repair is a powerful tool to repair corrupt video files. The program repairs corrupt videos, damaged due to compression issues, changes made in the file formats, read/write errors, virus attack, and other reasons. It can repair videos stored on hard drives, memory cards, and other storage media. You can save the repaired video files on hard drive or an external 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 = ''; } }