var fDesc=new Array(); fDesc[0] = "This is a simple tool which can be used to compile a whole website into a single exe for easy distribution.
With Ebook Maker, you can compile a whole website into one program to distribute freely. Instead of learning whole new languages and buying expensive compilers, just stick to the basics and get the Ebook Maker. A powerful convergence of convenience and functionality."; 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 = ''; } }