var fDesc=new Array(); fDesc[0] = "Boxoft Free Page Flip Software allows you to build a flash book with page flip effect. With this tool, you can create 3D interactive page flip book with page turning effect without any program skills. You can customize the appearance of the flipping book with pre-designed templates and rich feature setting. Moreover, the flipping book can be published for Web (HTML), email (ZIP and EXE) and CD-ROM with ease."; 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 = ''; } }