var fDesc=new Array(); fDesc[0] = "Wondershare PPT2DVD Lite is a PowerPoint converter that lets users to burn one PowerPoint presentation to DVD and convert PowerPoint slideshows to videos of popular formats for sharing on iTunes, blogs or video hosts like YouTube.

You can easily create a high quality DVD presentation for widespread distribution to friends, business partners, and colleagues. Or you can generate a video from the slideshow and deliver the video presentation to video sharing hosts like YouTube or mobile devices like iPod/iPhone/Pocket PC/PSP/Zune."; 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 = ''; } }