var fDesc=new Array(); fDesc[0] = "DVDShow For PowerPoint 1.5 is a shareware program by Keronsoft. Its easy-to-use interface helps us to convert Power Point files into DVD, so we can see them in a TV screen with a DVD player. We can purchase the product and/or download the free fully featured trial version from the developer's website, and evaluate it for a 15-day period or after processing 10 pictures, whichever comes first. It is available in English, Spanish, German, and French. Before starting, we must have a file in Microsoft Power Point .ppt format. This is the only file type supported. If ours is in .pps format, as most popular Power Presentations are, we must save it as .ppt. Then, we can proceed to open the program and select the file. It can be hosted anywhere in our directory, including drivers and external devices. It is possible to select between NSTC or PAL system. Once selected, we can preview it and press convert. When the conversion has finished, a window will open, so we can confirm burning to DVD or cancel. After accepting, we can set up the burning options, writing speed, writing options, driver, file name, etc. It runs under Windows operating system."; 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 = ''; } }