var fDesc=new Array();
fDesc[0] = "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.
Supported video formats: WMV, AVI, lossless AVI and other external codecs (DivX and other);Supported conversion modes: Normal (as viewed by F5 in PowerPoint), Automatic Slide Show, Manual mode;
NTSC, PAL and custom resolutions and frame rates are supported;Supports All Effects, Animations, Sounds and Embedded Video in presentations;Audio conversion and recording support and you can Record Video With Yourself Narrating Presentation.";
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 = '';
}
}