var fDesc=new Array(); fDesc[0] = "SoftDMA allows a DMC to control its playback functions, with settings that define when playback occurs. A DMC can even launch SoftDMA remotely in order to play content.

SoftDMA allows users to download content from the network to their local hard drive. Photos, music, videos, and recorded TV programs can be accessed and downloaded from a media server. rnSoftDMA's playback features are accessible across a network and can be launched using a Digital Media Controller (DMC), a remote control device."; 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 = ''; } }