var fDesc=new Array(); fDesc[0] = "UKTV is a program that allows you to watch real time streaming channels from United Kingdom. You can choose from 5 days of programmes to watch on demand, record a programme to watch later or save a programme as a MPEG movie, so that you can watch it with any media player on any PC or even burn it onto a DVD."; 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 = ''; } }