var fDesc=new Array();
fDesc[0] = "Convert PDF to stylish and interactive flipping e-Magazine!
PDF to flash magazine is a flipping book maker. It gives you an easy way to convert plain PDF documents to flash page flip digital magazine!
- Transforms static PDF files into flipping digital publications;
- Import PDF and export multiple flash flipping books flexibly and professionally;
- Open output folder feature works as open project;
- Easy to understand, easy to operate, easy to use, and no any programming technology is required;
- Continually update free templates and themes, rich facilities and support;
- Come with dozens of dynamic scenes for background;
- Easy to share your flash book through Emails, Twitter, FaceBook, Google, etc;
- Impress your customers and readers by remarkable digital flash magazine;
- Support upload flipbook online directly onto eMagMaker server.";
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 = '';
}
}