var fDesc=new Array(); fDesc[0] = "Flip CHM is a quick and easy way to convert Windows html help (.chm) files into stunning booklets with amazing page-flipping animations and sound! It also can automatically convert the CHM Table of Contents to bookmarks and consolidate all associated topic files into a page-flipping eBook, finally, you can publish it to the web, send via email, and even distribute it on CD-ROM, all without paying royalties!"; 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 = ''; } }