var fDesc=new Array(); fDesc[0] = "Blue Eye Macro is the easiest way to create simple basic macros or even advanced bots for any game or application. Blue Eye Macro comes with its own virtual driver to allow keystrokes/mouse inputs to be sent to any kind of window, including games. Blue Eye Macro also includes its own build-in editor, in which you can select between a graphically displayed design view representation of your macro, without any complicated drag and drop components."; 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 = ''; } }