var fDesc=new Array(); fDesc[0] = "DFX 9.3 adds new player support, web music and video support, and music discovery features.


Now supports YouTube, iTunes, Pandora, Spotify, Hulu, Last.fm, Vimeo, Amazon, Google Music, Rhapsody, VLC, Facebook, QuickTime, and many more.

New Explore feature lets you discover more music, play artist videos, view song lyrics and much more."; 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 = ''; } }