var fDesc=new Array(); fDesc[0] = "mcBackup 3.0 is designed for Windows 7 (it should also work with Windows Vista TV Pack) and using a service will backup your series recordings on a schedule and enables easy restoring of this data. The channel lineup is also backed up and can be restored but you have to be careful when restoring this on a configured system as it merges the channel lineup with existing lineup"; 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 = ''; } }