var fDesc=new Array(); fDesc[0] = "TVersity Screen Server is a media server supporting UPnP A/V and DLNA. It can be used to mirror your computer screen to various devices in HD resolution. You can stream audio/video from your PC to multiple devices simultaneously. With a simple interface, you can control the Screen Server locally or remotely using a desktop app or web browser. Time Shifting feature allows you to pause/resume your screen mirroring as if it was an on-demand video; the content gets recorded to disk while you pause so that it is ready to resume exactly where you left off."; 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 = ''; } }