var fDesc=new Array(); fDesc[0] = "Free e-Magazine Creator 3D is a flipping book publishing software that allows you to convert text documents into Flash page flip digital publications. It is a publishing solution designed to create interactive page-turning publications: FlipBooks. It's an ideal solution for those who wish to embed a book, magazine, catalog, newspaper, portfolio or any other kind of document into a website or blog."; 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 = ''; } }