var fDesc=new Array(); fDesc[0] = "SFWare Repair MOV File is extensively designed for repairing damaged MOV files and unresponsive video files effortlessly. It is well suited to fix MOV, MP4 video formats captured on various brands of cameras, camcorders, and mobile phones. Even this application can fix MOV file stored on Windows and Mac based PCs/laptops and external storage devices."; 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 = ''; } }