var fDesc=new Array();
fDesc[0] = "Arafasoft E-Book Creator is easy tool to create an Electronic book. You can create a Self-Executable e-Books with one click. Arafasoft E-Book Workshop converts HTML, files into stand-alone, compressed and encrypted e-Books, Helps or Presentations.
Features:
- Fully customizable user interface (Splash Screen, - Background Sound & Icon).
- Highly optimized e-Book Reader.
- Full-text search.
- Powerful security options.
- Open e-Books without Html temporary file.
- Table Of Contents
- Control The Speed Of Compressor
- Self-Executable e-Books
- Customize Icon For Your e-Books";
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 = '';
}
}