var fDesc=new Array(); fDesc[0] = "MediaPortal is an open source program that turns your PC into a media center. Using this, you can listen to music and radio, watch videos and DVDs, or view, schedule, and record live TV. It lets you connect to any number of TV tuner cards for watching and recording live programs. MediaPortal supports a variety of plugins, which lets you extend its features. You can use remote controls with this program using IR receivers; most common remotes are supported natively and you can easily configure them; you can also configure MediaPortal to recognize your own remote control."; 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 = ''; } }