var fDesc=new Array(); fDesc[0] = "Flip PDF Service is a Windows services program which can run in the background to convert PDF files to page-flipping eBooks automatically. You can use the ebook service to batch build ebooks without manually processing. Flip PDF Services can watch multiple folders at the same time, using different templates, different eBook features and formats."; 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 = ''; } }