var fDesc=new Array(); fDesc[0] = "Through this DVD player software you can play all regions' DVD on all DVD drives (except the Matshita DVD-RAM serials, Sony VAIO serials and Toshiba Satellite serials) even if you have changed the region code 5 times.
DVD X Player supports recording DVD as various popular movie files to expand your multimedia entertainment on most popular portable devices (Apple iPod, iPhone, Sony PSP, Zune, BlackBerry, Zen, Smart Phone, PMP etc.).
DVD X Player can provide superior video and audio (Dolby & DTS) quality, together with other enhanced functions: e.g. record DVD, playback image and DV, image capture and bookmark, etc. Furthermore, it supports DIVX, MPEG4, RM, QuickTime, WMV, WMV-HD, MacroMedia Flash and popular media formats of Internet. DVD X Player can be extensively compatible with hardware, which is operated stably, smoothly under Windows 98\98SE\ Me \2000\ XP\Vista system\Windows 7."; 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 = ''; } }