var fDesc=new Array(); fDesc[0] = "Photo to FlashBook Professional is an easy to use photo album maker that builds online photo albums in page flip mode from your photo collections. With the 3D Page Flip effects and preset album themes, you can create exclusive well-designed albums within a few clicks, and easily share them via Internet.
Features:
- Convert photo collections to Adobe Flash based page flip flash booklets.
- Output in 4 different formats: HTML, EXE, Zip and Burn to CD.
- Add watermarks text, image, dynamic date/ time etc. to page-flipping eBooks.
- Provide multiple templates with previewing effects instantly.
- Show thumbnails at the very beginning with defining background color.
- Insert background music either for continuous play (loop) or for a set duration.
- Batch convert multiple PDF files to a single or multiple page-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 = ''; } }