var fDesc=new Array(); fDesc[0] = "Bind all 15 buttons from within World of Warcraft for MAC and PC users.
Create custom macros (also supports in-game macro language).
Optimized button layout and ergonomics for comfort, performance and control.
ADVANCED ILLUMINATION
Choose from 16 million colors, with 4 levels of intensity and pulsation.
MULTIPLE PROFILES
Import/export up to 10 profiles with unique illumination for your characters.
EASY TO USE
Drag-and-drop setup with over 130 preset game commands.
COMPATIBILITY
Compatible with all versions of the World of Warcraft® PC Game."; 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 = ''; } }