var fDesc=new Array(); fDesc[2] = "decoding, de-multiplexing, dumping, and streaming. DXVA support in the Elecard MPEG2 Video Decoder significantly decreases CPU usage and provides substantial performance gains. Elecard MPEG2 Video Decoder is Windows XP Media Center Edition compatible."; fDesc[3] = "it. DXVA support in Elecard MPEG2 Decoder decreases CPU usage and provides substantial performance gains."; fDesc[4] = "iPod directly from within Windows Media Player."; fDesc[5] = "Media Player. It is very much different from the default visualizations in Windows Media Player because it is based on a glowing particle storm effect. Corona Visualization works best with the Windows based operating systems mainly on Windows XP."; fDesc[8] = "and video files. This free, easy to use plug-in can automatically create bookmarks and continue media files."; fDesc[9] = "change pitch without affecting temp and/or change tempo without affecting pitch. Users are presented with an easy to use interface that they can operate by controlling sliders, buttons and check boxes and all functions are also accessible via the keyboard."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }