var fDesc=new Array(); fDesc[0] = "The Sennheiser Updater allows you to update Sennheiser products to comply with the latest software version. The user simply selects the device(s) and clicks on the “Update selected” button and the new version of the app(s) will automatically be downloaded and the product(s) updated. The Sennheiser Updater also has a technical mode feature. This feature makes it possible to update a product by using software stored locally on the PC."; 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 = ''; } }