var fDesc=new Array(); fDesc[0] = "This personality test uses ten categories of individual and ten categories of social personality attributes to help you look inside yourself, find out how others see you, and get insights about other persons. Unlike personality tests like the Myers-Briggs Type Indicator (MBTI) which look at four aspects of personality (Extrovert/Introvert, Intuitive/Sensing, Feeling/Thinking, Judging/Perceiving) that are mainly internal information-processing functions of the brain, the Zamora Personality Test focuses on categorizing external behavioral traits. This makes it possible to create a personality profile for yourself based on your own assessment of your feelings and beliefs, or for another person by completing the test based on the other person's past behavior and social interactions. The program includes an introduction to personality analysis that describes personality compatibility criteria and how personality attributes may affect social interactions."; 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 = ''; } }