var fDesc=new Array(); fDesc[0] = "TV-Browser 3.2, it's the most advanced TV-Browser ever now with tab support. Until now plugins had to open their own windows to provide you with informations but since TV-Browser 3.2 they are able to show that information in the main window of TV-Browser. So you will get a far better accessibility to you're favorites, reminders and all other plugins that support the tabs. Plugins can also show a completely other program presentation than the program table like the Timeline plugin does."; 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 = ''; } }