var fDesc=new Array(); fDesc[0] = "AUDIOTOOLS.WS DVD Player is a great player that will allow you to watch your favorite DVD-Videos, grab snapshots of the movie and even save it directly as wallpaper using the style you desire (Tile - Stretch - Center).
With DVD player you can do the following: grab snapshot and save it as an image, grab snapshot and save it directly as wallpaper, grab snapshot and save it to the clipboard and more."; 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 = ''; } }