var fDesc=new Array(); fDesc[0] = "AVS DVD Player is a powerful and easy-to-use application that allows you to play movie DVDs, video and audio files right on your computer with no additional software. This incredible program supports for many video formats apart from regular DVD (PAL, NTSC, VCD, SVCD) formats, such as MPEG4 (including DivX, XviD, etc.), MPEG1, MPEG2, AVI, Real Media video, Quick Time files, WMV files (including WMV-HD), H.263, H.264, mobile video formats (3GP, 3GP2, MP4). What is more, it automatically adjusts Aspect Ratio, switches to full-screen mode with just one click and includes menu options available at a single mouse click. In addition to this, the program features a very simple and intuitive user interface which does not need any technical knowledge to be operated and makes this task a breeze. Thanks to the inbuilt Surround Effect, regular stereo movies can be watched with enhanced audio quality and imitated Multichannel surround sound. All in all, if you are looking for a great application that allows you to play movie DVDs, video and audio files right on your computer, AVS DVD Player 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 = ''; } }