var fDesc=new Array(); fDesc[0] = "Shine PPT to Video Converter is a tool to convert PowerPoint files to Video. With only a few clicks, you can convert the PowerPoint presentations (PPT) to various video formats, such as AVI, MPEG, WMV, MP4, MOV, FLV, 3GP, etc. The program can convert files in batch mode, with high quality and fast speed. It also allows you preview the output video. When the conversion is completed, it can automatically shut down your PC, and you can view the PowerPoint presentations like a movie.
It supports inputting PPT Files, 2007 PowerPoint, or above."; 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 = ''; } }