var fDesc=new Array(); fDesc[0] = "Create professional eBooks using NATATA eBook Compiler and sell your own eBooks over the internet for huge profits. Create a single compact distributable EXE file compatible with all windows operating systems.

You can distribute your eBooks in a single self-contained compact executable file that can contain HTML pages, JavaScripts, VBScript, Text Documents, Graphics, Animated GIF files, Photos, Sounds, Music and more. The generated e-book doesn't require any installation on the user's PC or any special viewer."; 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 = ''; } }