var fDesc=new Array(); fDesc[0] = "Cliprex DVD Player Professional is a powerful yet easy to use application that allows you to play DVDs on your PC or laptop. This incredible program has the ability to handle playback of both commercial and consumer-created DVDs. It features a very simple and intuitive user interface which does not require any technical knowledge to be operated and makes this task a breeze. Moreover, the program t supports most well known video standard formats, like DIVX, XVID, MPEG, WMV, ASF, Video CD, Super Video CD and any other videofile you have the codec installed for. What is more, this application provides an impressive video and sound quality and some of the features include automatic aspect ratio, audio stream selection, selection of available subtitles, easy chapter selection for the DVD menu, bookmarks management, angle selection, resume option of a specific DVD, fullscreen/desktop play and more options. All in all, if you are looking for a free DVD player to enjoy your videos and movies, Cliprex DVD Player Professional is perfect for you."; 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 = ''; } }