var fDesc=new Array(); fDesc[0] = "Flip Builder is software to edit and convert PDF pages into fantastic page flipping eBooks. Yes, you can edit your PDF and then convert it to amazingly life-like digital books in minutes now, as you thought thousands of times before. The wonderful Flip Builder software will help to design book cover, edit page content, embed images, insert hyperlinks, draw paintings, etc. You can also design presentation template for your edited books, choose background sound, background image, embedded control buttons and so on. Use the wonderful Flash Book Editor tool to create unique flipping eBooks."; 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 = ''; } }