var fDesc=new Array(); fDesc[0] = "Flip Shopping Catalog is an utility that helps you build digital shopping catalogs with realistic page-flipping effect. It provides a new and interesting way to promote and sell products online. The program allows you to convert PDF files to Flash based page-flipping catalog. Moreover, it provides many settings for you to personalize your digital catalog and enables you to output in different formats for different uses.

Features:
- Batch convert multiple PDF files to a single or multiple page-flipping eBooks.
- Add watermark text, image, dynamic date/time and more to page-flipping eBooks.
- Insert background music either for continuous play (loop) or for a set duration.
- Output in different formats: HTML, EXE, Zip, Mac App, FBR, Mobile version and Burn to CD.
- Define quality and size for normal version and mobile version."; 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 = ''; } }