var fDesc=new Array(); fDesc[0] = "ChrisTV PVR Standard is a standard PVR application designed for ergonomic watching, scheduling and recording of your favourite analog TV channels, air-broadcasted or by TV cable. Using this product you can also enjoy listening FM radio (available only on TV cards with hardware FM radio support)."; 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 = ''; } }