var fDesc=new Array(); fDesc[0] = "JavaHMO implements a media server for the Home Media Option from TiVo® and adds new innovative features beyond the existing functionality provided by TiVo's implementation.
The list of features in JavaHMO go well beyond the features provided by the HMO Publisher software provided by TiVo:
- View images in the following formats: BMP, GIF, FlashPix, JPEG, PNG, PNM, TIFF, and WBMP.
- Rotate images.
- Play MP3 files.
- Random/shuffle play.
- View MP3 file tag information.
- Play MP3 streaming stations on the internet.
- Sort items by different criteria.
- Organize MP3 files based on their ID3 tags."; 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 = ''; } }