var fDesc=new Array(); fDesc[0] = "OnlineTV gives you access to TV live streams, radio stations, webcams and more.

Listen to your local stations. Read the latest news of your daily newspaper ... from any point on earth!

Watch TV directly at your device; without additional hard- or software.

See it first ... at onlineTV!"; 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 = ''; } }