var fDesc=new Array(); fDesc[0] = "Helps you set up email, internet and Wi-Fi on your computer, helps you set up your email account on your computer. Alerts you when there is a problem with your internet, email or Wi-Fi and fixes the issue automatical. Helps you improve the quality/speed of your Wi-Fi. Gives you access to all other Swisscom support tools, manuals and websites."; 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 = ''; } }