var fDesc=new Array(); fDesc[0] = "MB Brain Test is a simple brain dominance test. This quiz gives a basic idea about which hemisphere of the brain is more dominant, the right or the left or both are being equally used.

Both the right brain and the left brain, have a defined set of functions which they perform independent of each other. This defines the personality of the individual and tells us a lot about his/ her characteristics and ways of dealing with different issues in life. It is usually seen that each of us prefers one hemisphere over the other. However, some of us may use both the hemispheres equally."; 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 = ''; } }