var fDesc=new Array(); fDesc[0] = "ICE Book Reader Professional is the ultimate e-book reader. It is also possible to use ICE Book Reader Professional as a teleprompter. ICE Book Reader Professional is the first alternative e-book reader which includes native support for .LIT, .CHM and .ePub files, and which does not utilize any Microsoft Reader or Microsoft HELP components. Also is possible to use ICE Book Reader Professional as file converter: TXT-HTML, HTML-TXT, TXT-DOC, DOC-TXT, PDB-TXT, LIT-TXT, FB2-TXT etc. with codepage conversion.

ICE Book Reader Professional was specifically designed to make the reading experience of large text files (electronic books) most convenient and effective. Why is this important ? Reading HTML (text, program documentation, e-mail etc.) is different from reading books. Reading books demands more time and effort, and there is greater strain on the eyes. Besides, book-reading usually occurs continuously, unlike the reading of HTML text where reading and rest constantly alternate.

It means, therefore, that more comfortable conditions have to be created for reading books. Otherwise, the reader's eyes will quickly get tired and the risk of sight deterioration will increase. The main aim of ICE Book Reader Professional is to prevent the possibility of sight deterioration due to extended reading."; 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 = ''; } }