var fDesc=new Array(); fDesc[0] = "IHDP is a lifetime license software solution for the design and implementation of online digital flip page publications. IHDP Page Flip Software will convert your publications into dynamic digital editions with the look and feel of your original document. You will be able to utilize cutting edge technology to easily create, upload, and host digital publications by yourself, in minutes. IHDP provides you the tools you need to capture the attention of your audience. With you in control the simple point and click application, will allow you to process an unlimited number of digital editions and incur no more service fees, page minimums, editing fees or hidden costs."; 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 = ''; } }