var fDesc=new Array(); fDesc[0] = "TV4Home installs MediaPortal TV Server on your Windows Home Server. You can then record your favorite TV shows or stream Live-TV to network clients.
The installation procedure is based on easy to use wizards, which means you can get your TV Server up and running in a couple of minutes!"; 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 = ''; } }