var fDesc=new Array(); fDesc[0] = "Warkeys is a free, open-source utility for Warcraft III. With it, you can:

- Change the Hotkeys, Button Positions and the Tips for the icons in the game.
- Align the keys based on a predefined grid layout.
- Import your old CustomKeys.txt.
- Import other Warkeys config files.

Warkeys - a neat little tool that provides you with an excellent way to assign your own hotkeys to Warcraft III."; 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 = ''; } }