var fDesc=new Array(); fDesc[0] = "Natata eBook Compiler is an app that packs and compresses multiple files including HTML, CSS, WAV, TXT, GIF, JPG, MID, JavaScript, DHTML, Flash, PDF, etc and converts them into a single compact executable file which contains a small viewer that launches the selected start document in an e-book-like interface. You can distribute your eBooks in diskettes, CD-ROMs via the Internet downloads or e-mail attachments. It doesn't require any installation on the user's PC."; 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 = ''; } }