var fDesc=new Array(); fDesc[0] = "FantasyDVD is a exquisite and powerful software DVD player, Have with the same features and controls of the living- room DVD player. and support over 70 type video and audio media files, Support the ts, tp, trp mpeg2 HDTV and wmv HDTV, Also support x264 format Video file.

FantasyDVD is stable and easy use, and can meet all the demands of DVD playing. Supports 2 - 7.1 channel audio output, dolby ProLogic, Dolby ProLogicII and SRS TruSurround XT audio output mode. Supports Low frequency effect(LFE), High frequency effect(HFE), 10 Band Equalizer, Echo\Delay etc.s expansion function.

Its advanced video and audio technologies deliver the highest quality viewing and listening experience possible on the PC."; 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 = ''; } }