var fDesc=new Array(); fDesc[0] = "Automate the production of DAISY talking books, MP3, ePub, Word and HTML from XML files using DAISY Pipeline. DAISY Demon has an easy to use interface with few buttons but works great and fast. DAISY Demon is licensed under GNU General Public License (GPL) and their for is free to download and use."; 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 = ''; } }