var fDesc=new Array();
fDesc[0] = "- Real-time Slide Presentation Software
- Available as a Full-Featured Version or a Free Version.
- Language: English. Also available in Japanese.
Turn Photos & Videos Into a Slideshow In a Few Simple Steps!
- Create Slideshows Easily.
Turn photos & video into a slideshow instantly!
- Present in Real-time.
Add captions, music and sound effects on the fly!
- Convert to Video.
Convert your show into a Windows Media Video file!
- Burn to DVD.
Includes special TMPGEnc DVD Author 3 software*!
- Share with Friends.
Upload your show to YouTube!";
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 = '';
}
}