var fDesc=new Array(); fDesc[0] = "NOXON Connect is a new, modern and easy way to manage your NOXON iRadio 300, NOXON iRadio 360 or NOXON A540. It is a desktop application that gets installed on your PC and allows the best possible comfort while managing your devices. If you already have a myNOXON account you need to re-register for NOXON Connect, it is not possible to use your existing account in NOXON Connect."; 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 = ''; } }