var fDesc=new Array(); fDesc[0] = "PowerPoint to Flash Converter 3000 lets you convert your PowerPoint document to Flash video (flv, swf). The application supports ppt, pptx, pptm format files. With it, you can view your PowerPoint files vividly with a flash player, and moreover, your PowerPoint files can be shown on the Web not only as a standalone document in a separate window but also embedded in a web page and shown inside it altogether with other web page content."; 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 = ''; } }