var fDesc=new Array(); fDesc[0] = "Galleon is a freeeware, open source media server that empowers the features of the TiVo service, providing an outstanding new set of applications to the user, like a music player, photo viewer, podcasting, weather and many more. Of course, you will need an active TiVo subscription and the necessary hardware to get Galleon working, since it works right over the TiVo's DVR (Digital Video Recorder).
For those who don't know what TiVo is, it is a digital TV service with some interaction features (as DirecTV does).
Galleon requires the Java Runtime Environment (JRE)."; 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 = ''; } }