var fDesc=new Array(); fDesc[0] = "Flip HTML - freeware is a desktop editor for you to dynamically convert any URL, HTML stream, or HTML files to flip books with the page turn effect while maintaining embedded styles. Whether converting static HTML files or a dynamic, data-driven, web-based report, Flip HTML provides the functionality and control needed to create remarkable online and offline Flip books. No coding is required. Simply import your URL or HTML file, configure the look&feel and hit the publish button."; 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 = ''; } }