var fDesc=new Array(); fDesc[0] = "It allows you to connect to network easily with uPnP support, and it does not require an IP address. You can immediately playback uPnP connected files (even full HD files) on wired/wireless network environment.
With NFS, TVX-HD can play high bit-rate files from a PC flawlessly over a LAN.
We recommend NFS connection over SAMBA. You need to install the TVX-HD Netshare program (or other
NFS server) on the server PC, but the settings are much easier than in SAMBA mode."; 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 = ''; } }