var fDesc=new Array(); fDesc[0] = "PowerPoint to DVD lets you easily convert PowerPoint presentations (ppt) into video files (AVI) with sound track, and it can produce a DVD disc which can play on any DVD player or PC. Sharing your presentations with everyone.

PowerPoint to DVD can nearly keep all the original animations and special effects in your PowerPoint file on the video file or can attached the sound from microphone,CD player,background music etc."; 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 = ''; } }