var fDesc=new Array(); fDesc[0] = "Flipping Book Publisher for PDF Pro is a powerful and professional business or office application designed to convert simple PDF files to attractive and vivid flipping books with page-flipping and multimedia effects. It allows you to impress your readers by embedding different kinds of media to flipping book, such as sound, slideshow, video, flash, links and so on. What’s more, command line is also supported."; 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 = ''; } }