var fDesc=new Array(); fDesc[0] = "PDF to Flash (freeware) is an application which helps you create auto flip flash (.swf) publications out of PDF files. This program can convert PDF files to stunning flash magazine easily and quickly. It provides three main converting modes: Batch Convert Mode, Hot Directories Convert Mode, and Command Line Convert Mode."; 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 = ''; } }