var fDesc=new Array(); fDesc[0] = "BrainGrabber is a software studied to increase your points record with the Brain Buddies game on Facebook.
This software can run only on Windows platforms. It works at best with a 32 bit desktop, 24 bit desktop it’s not supported.
When you click control to start the learning process, the mouse pointer must be over one of the correct tiles or you get an error."; 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 = ''; } }