var fDesc=new Array(); fDesc[0] = "WiRNS is the Windows Replay Network Server that acts as a network and internet proxy for your ReplayTV. It features customized channel lineup info served to your ReplayTV, remote show record scheduling, IVS sends and receives, both local and remote, full ToDo List, Replay Guide, Channel Guide displays, automated Just In Time show scheduling based on a wide range of criteria, and 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 = ''; } }