var fDesc=new Array(); fDesc[0] = "TV AnyWhere downloads schedules from the internet and organizes them in a tastefull explorer-like application. Its easy to find the special program you’re looking for, or simply just check what’s on for the next few hours. This is a must-have for the active watcher in todays modern Internet society.

Includes more than 50 different norwegian TV and radio channels
Very customizable and user friendly
Packed with download and visual options
Advanced search options, including automatic searches
Program alert capabilities
A timeline display gives you complete overview
Low on system resources, runs on most Win32 versions (98/Me/2000/XP)"; 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 = ''; } }