var fDesc=new Array(); fDesc[0] = "PPT to EXE Converter Pro is an application that will help you to convert PowerPoint PPT files to EXE files. PPT to EXE Converter Pro can be run without Microsoft PowerPoint installed. And the converted self-running exe file does not require Microsoft PowerPoint installed on your viewer's computer too. The EXE files can be copied to any computer and will run on Windows 2000 (SP4 or newer), XP (SP1 or newer), 2003, Vista and Win7. Both 32bit and 64bit are supported."; 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 = ''; } }