var fDesc=new Array(); fDesc[0] = "This is one of the greatest tools used for capturing snapshots from your video files. The program provides a friendly interface which allows you to play various types of videos, captures single snapshots, captures continuous snapshots, captures snapshots every specific interval of milliseconds which can be set by you."; 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 = ''; } }