var fDesc=new Array();
fDesc[0] = "Convert PowerPoint (PPT) to WMV or AVI video with all animations, video and sounds preserved
Main Features:
- PPT To Video Scout converts PowerPoint presentations to AVI or WMV video with sound;
- Converts PowerPoint to video for Website (PPT to HTML page with video player for your own web-site);
- Converts PowerPoint to YouTube ready video;
- Keeps all original animations, effects, videos of PowerPoint presentations.";
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 = '';
}
}