var fDesc=new Array(); fDesc[0] = "Using Subtitle Translation Wizard, you can do srt translation or sub translaton within two clicks and you can play subtitle for some movies that have no any subtitle or you can play any kind of subtitle you want. When the automatically srt translation or sub translation is done, you can directly and manually edit the translated subtitle with showing the original subtitle. This will make your subtitle translation job is easily done. When the subtitle translaton is done, you can save the translated subtitle or mix subtitle that include original and translated subtitle. You even can save original or translated subtitle text or both.
If you want to learn language from subtitle, you can add original and translated subtitle sentence into dictionary anytime. You can directly view dictionary to learn language. Mini Study is another way to view dictionary. Mini Study is a tiny but very useful tool to help you learn dictionary. It will automatically scroll the sentences in dictionary and let you learn easily."; 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 = ''; } }