var fDesc=new Array(); fDesc[0] = "XFlip Profesional is a powerful PDF to Flash digital magazine software that enables you to create multimedia Flash flipping e-magazines , e-catalogs, e-brochures and other e-publications from PDF documents. You also can insert text, hyperlinks, videos (You Tube video), Flash movies, images and more objects to enrich your digtial publications.
Key features:
1. Import PDF, images, Flash movies and videos allowed;
2. Insert text, hyperlinks, videos (You Tube video), Flash movies, images to pages; 3. Built-in amazing templates for multiple usages;
4. Flipbook title settings;
5. Set Password for output flipbook;
6. Build-in Google Analytics integrate support;
7. Button layout and style setting;
8. Customize toolbar buttons to set permissions for downloading, printing, sharing, bookmarks, search, table of contents and other buttons;
9. Background setting;
10. Brand flipping book with logo and link;
11. Table of contents enabled;
12. Support setting flipping speed;
13. Add reflection function;
14. Setting the width of output SWF flipbook supported;
15. Publish it as HTML, Flash, EXE, APP, screensaver and for viewing on mobile devices ;
16. Drag or click on the corner of a page to flip to the next page;
17. Use button to control page, such as Previous, Next, Cover, Backcover etc.;
18. Flip pages automatically or manually;
19. Full screen view mode and mini mode;
20. Thumbnail and zoom features;
21. Search function enabled."; 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 = ''; } }