var fDesc=new Array(); fDesc[0] = "This small application allows you to easily play DVD videos on your computer. The DVD Player box has the next functions: At the right are the basic functions to reproduce your video: play pause, stop, fast forward, and rewind. At the bottom you have the buttons to eject the DVD, increase or decrease volume, mute, switch to full screen mode, take snapshots, At the right you can see the navigation buttons (Up, down, left, right, and enter) to use with the menu of your video. The most important function is that you can capture images from your video while playing or extract a portion of the video. The default option when you click the button snapshot is that the image captured will be saved in the desktop. But you can click in the Options button to configure the snapshot destination. You can save to a file, save to clipboard or directly save as wallpaper. To save to file you can browse your computer for de destination folder. To save to clipboard will allow you to paste the image in another window program like Microsoft Word, Power Point, Paint, etc. To save as wallpaper you can select center, tile or stretch. The Video "Use hardware acceleration" option allows you to improve the video while playing. You can also disable screen saver to avoid interruptions and use auto play to add DVD Player to your auto play list.
Use this light application to enjoy watching your favorite DVD-Videos, grab snapshots or even save it directly as wallpaper using the style you desire (Tile - Stretch - Center). You can also save a snapshot to the clipboard to use it later in a photo editing application for example."; 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 = ''; } }