var fDesc=new Array(); fDesc[0] = "PDF to Flash Converter is an easy-to-use wizard for creating or manipulating flash movies, it does not need the third part program support such as Acrobat etc, quickly convert PDF files, and vector graphics to flash movies. It supports fully formatted text, including tables, formulas, graphics etc. inside your flash movie. Also can supports batch convert PDF files to flash movies and supports all versions of PDF."; 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 = ''; } }