var fDesc=new Array(); fDesc[0] = "Loads plain text and XML files. There were rumours that Haali Reader can open Microsoft LIT files. This is not the case. LIT format is not supported and will never be supported.
Cyrillic encodings support with autodetection.
Last viewed position in file is saved on exit.
ClearType support.
Any font/size can be selected.
Fullscreen and landscape mode.
Colors can be adjusted.
Text search.
Dictionary support. Tapping a word opens a translation window.
Automatic hyphenation (russian language only).
Table of contents and bookmarks
PRC/PDB files support (plain text and XML only, HTML is not supported).
Builtin ZIP archives support.
Autoscroll (controlled from keyboard/buttons only, settings are in Options->Buttons)."; 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 = ''; } }