var fDesc=new Array(); fDesc[0] = "VIRTUIS ADVANCED Gaming Keyboard Driver helps you to configure and edit your gaming keyboard settings. You can rename, import and export the profile and change the layout and keyboard language. On the pictured keyboard, you’re able to choose the button, which you want to assign with a different function."; 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 = ''; } }