var fDesc=new Array(); fDesc[0] = "EchoSub is an ultimate tool that is very useful for the timing, correction and creation of Subtitles. Subtitles play a very important role while watching movies. This may be because of your lesser tendency to hear the dialogues, poor sound quality or the movie being in some other language. In most of the cases the subtitles and not timed correctly and often need correction and matching. Another problem is that sometimes it becomes very difficult to locate the subtitle file for a particular movie file. EchoSub is very useful software in solving these types of problems for you in a very effective and easy manner. The software can correct the mistakes on the fly as they occur. Timing correction and matching can be implemented very easily using the EchoSub software. Another important feature is that the user cannot only create subtitles from scratch, but also convert between most popular subtitle formats using this software. The main advantage of using the EchoSub software is that it is completely free and has a very intuitive interface."; 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 = ''; } }