var fDesc=new Array(); fDesc[0] = "Sentinel KAI-9 is a program that enables you to configure the KAI-9 Gaming Keyboard. The program is a Macro programmable, fully backlit gaming keyboard with onboard memory. It allows you to configure 6 macro-able keys and 3 profiles, meaning that gamers can program up to 18 macros and save them on the KAI-9."; 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 = ''; } }