var fDesc=new Array(); fDesc[0] = "Scriba eBook Maker" is a project for building ebooks (in ePub and zip formats) using contents already available in other formats. Scriba also supports plugins, that can be used to pre-process contents before they're inserted into the ebook. Scriba is a utility written in Java6 and has a command line interface. It can also be deployed as an enterprise service."; 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 = ''; } }