var fDesc=new Array(); fDesc[0] = "Some features:

Separated and sizeable areas for subtitles and movie (no more subs overlapping!).

Previous and next buttons to navigate through subtitles list (arrow keys also).
Subtitles preview during positioning and navigation.
Detachable subtitle list with "go to subtitle" function.

Full Screen mode.
Customizable subtitles Font, Color, Background and Size.
Drag & Drop support.
Shortcut keys support.
*NEW* Added support for UTF-8 subtitles text encoding (multilanguage character sets).
Automatic (and manual) check for program updates.
Character Set management to support translation into non-latin languages (i.e. Russian, Chinese, etc..).
Free support forum for bugs report or requests."; 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 = ''; } }