var fDesc=new Array(); fDesc[0] = "Papeer International is one of the world's leading providers of software in creating online publications with the popular page flip animation in flash.



Compared to alternative solutions on the market, eMagCreator allows customers to locally install the software on their computer. This gives you complete control of every step in the process - in your own hosting environment. In addition you don't risk losing any produced publications by changing your supplier. With eMagCreator you have unlimited archiving and can save your publications as long as you wish."; 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 = ''; } }