var fDesc=new Array(); fDesc[0] = "Brain App is a brain exercise game for Windows users. The exercises in Brain App are designed to awaken your mind, stimulate blood-flow in your brain, and with continued use can help strengthen neural connections - like a performance tune-up for your brain, speeding up reactions and improving memory recollection. It features: six exercise types with adjustable difficulty and time settings, optimized controls, global leader boards for each exercise, and more."; 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 = ''; } }