var fDesc=new Array(); fDesc[0] = "Key Customizer is software that was developed for increasing usability and functionality of your keyboard. It has many simple but very useful functions. You can change the purpose of any button or even disable it if you don’t use it. Using pop-up menu of the program’s tray icon you can easily lock or unlock keyboard by a single mouse click. For each key on your keyboard you can specify a certain function from the offered list. This list includes such functions as decreasing or increasing volume, opening My Computer, play, pause, going to the last or the first track, shutdown, restart, log off and many more. All keys with specified functions are displayed in a special list in the settings section and you can easily delete those of them that you don’t need any more. Key Customizer can also change function of additional multimedia keys that are on advanced keyboards. The program has a very simple and easy-to-use interface. It runs in the system tray and doesn’t slow down performance of your computer due to low system requirements."; 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 = ''; } }