var fDesc=new Array(); fDesc[0] = "Ebook Maker is professional Ebook compiler software. It can compile all HTML files and their included images, JavaScript, Flash, MP3, and video files in a specific folder into a standalone .EXE file. Such file is easy to distribute via CDROM, Email, and Internet. Ebook uses Internet Explorer to display its HTML pages, so readers don't have to install any other software to open Ebook for reading. Simple and easy to use, Ebook Maker provides a variety of features to meet any custom need which an Ebook author may have for user interface, functions, and content protection, etc."; 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 = ''; } }