var fDesc=new Array(); fDesc[0] = "When using component HD input with some set top boxes, unit can still give “color shifted/ghost-image” display. Workaround is to use the reboot function in
the Player.Intermittent wireless network connection issues under Windows Vista requiring the Setup Wizard to be run again. Intermittent wireless network connection issues under Windows Vista requiring the user to disconnect then reconnect to their home network.
Bug fixes for PCTV To Go 1.7:
-Fixed PCTV To Go getting lost on network after some time, due to inability to refresh IP address via DHCP, requiring power cycle;
-Fixed Inability to change channels in MCE from channel guide or scheduled recordings;
-Fixed MCE display aspect ratio issues."; 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 = ''; } }