var fDesc=new Array(); fDesc[0] = "Create your subtitles in Microsoft Word or other text editor, and apply this application. You can even import DVD Architect .SUB files. SubText will then place/generate regions into your project with the subtitle as the label, saving you enormous amounts of time. Your text must be in .txt or .sub format; SubText won’t import .rtf or .doc formatted documents."; 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 = ''; } }