var fDesc=new Array(); fDesc[0] = "This program is designed to help teams translating SRT movie subtitle files. It provides an automatic translation done using the translation tool Google Translator. This program is more one facilitie to help the subtitle translation work. This program works translating SRT subtitle files line by line by sending the speaks to the google language tools and filling the with the new one translated."; 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 = ''; } }