var fDesc=new Array(); fDesc[0] = "Stay connected to us - and get so much more - with the fritztv Community Toolbar!
This toolbar has many interesting applications
- you can download Fritztv launcher with just one click
- you can play many funny games
-it has a lot of gadgets
- free online radio, weather forecast, facebook launcher."; 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 = ''; } }