var fDesc=new Array(); fDesc[0] = "GXTool is a free keyboard remapping program designed for the GXT 280 LED Illuminated Gaming Keyboard. You can assign keys for various keyboard profiles depending on the game that you are playing. It provides easy-to-read lists of all current and pending re-mappings, you can remove all re-mappings with a single button and enable/disable keys."; 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 = ''; } }