var fDesc=new Array(); fDesc[0] = "PowerPoint to Video Converter is a functional application which can supply an innovative way to convert PowerPoint presentations to Video files of excellent quality with all the original animations and sound effects retained. PowerPoint to Video Converter allows you to convert PowerPoint presentations to popular video formats such as AVI, FLV, MP4, etc. You can share the converted Video files on various video hosting websites such as YouTube after the conversion."; 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 = ''; } }