var fDesc=new Array(); fDesc[0] = "Operate your PC with a remote control? It seems like a gimmick of computer freaks but this is not so! Imagine: you could page up your Powerpoint presentations remotely or jump to the next title in winamp without leaving your seat!

You can remote control your toaster why not even your pc? All you need is a free software 'Miriam', any remote-control you have at hand and an IR receiver!

You can easily build your own IR receiver."; 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 = ''; } }