var fDesc=new Array(); fDesc[0] = "Turn your PDF Brochures, Catalogs, Manuals, Flyers, Reports such as Annual Reports, Promotional Material, Books, Magazines, and much more to an online documents (in HTML5) – in 4 simple steps
Your e-Publication will be packaged with navigation, search, send to fried, page-turn and many other features.
No programing, no learning curves, its as simple as select your PDF document and let the wizard do the rest.
If you don't have a web site - No Problem! We offer free hosting for your e-Publications on eCatalog.com
Create as many online documents as you like, for you, your business, your friends and even your company.
No Restrictions, simple and affordable."; 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 = ''; } }