var fDesc=new Array(); fDesc[0] = "Belkin/Razer n52te, F8GFPC200 is a purpose-built hybrid gaming tool. n52te is designed to work out of the box as a standard Human Interface Device (HID) keyboard. n52te Editor can be used to configure key assignments. You can set three different key keymaps and easily switch between them. It is also possible to record and assign complex macros for any key."; 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 = ''; } }