var fDesc=new Array(); fDesc[0] = "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 = ''; } }