var fDesc=new Array(); fDesc[0] = "E-Book Pack Express converts HTML, JavaScript, VBScript, Flash and ActiveX files into stand-alone, compressed and encrypted e-books, manuals or presentations.

The unique features provided by eBook Pack Express are:
. Enhanced ebook security options, encrypt e-books with up to 3 security modes.
. Full text search.
. Highly optimized eBook viewer.
. Multiple ebook expiration settings.
. Fully customizable user interface.
. Toolbar buttons can be customized.
. XP look and feel in Windows XP
. Open eBook without temporary files.
. Supports e-book preview before compiling. It's useful when you're creating large e-books.
. Replace the default icon of e-books.
. Replace the default logo image of e-book Reader.
. Show splash screen at startup of e-book.
. Both logo image and splash image support JPEG, GIF, BMP, and WMF files."; 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 = ''; } }