var fDesc=new Array(); fDesc[0] = "Do you own a Windows Media Center PC and are you fed up with having to get out your keyboard and mouse when you want to load a game, listen to internet radio or open any files. Well no more. Lightning Ware Solutions has developed My Links which is a Media Center hosted application that:
- Allows you to browse and open Internet Radio and Video streams,
- Allows you to browse for files on your PC,
- Can open the files with the default application,
- Configurable to the way you want the application to work, and
- Does all this with the 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 = ''; } }