var fDesc=new Array(); fDesc[0] = "iToolSoft Movie Subtitle Editor can be used to edit movie subtitles and make the subtitles into the film. You can use iToolSoft Movie Subtitle Editor to do all kinds of settings for subtitles, such as color, typeface and location. Also you can make the subtitles much more distinct by adjust the bit rate and resolution ratio."; 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 = ''; } }