var fDesc=new Array(); fDesc[0] = "Pageflip PDF to flash converter is professional PDF to Flash converter for creating web-friendly flash movie (.SWF) from Adobe PDF file with best converting quality. This output file can be shared with users who don't have the software that created the original document (for example, Adobe Acrobat, PDF Printer). You can view such files with Adobe ® Flash ® Player and it is available across a number of operating systems. These files can be easily published on the Web. Others can quickly and easily get access to them from anywhere across the globe."; 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 = ''; } }