var fDesc=new Array(); fDesc[0] = "Understand yourself. Find the best career and mate for you. 16 Personality Types (Carl Jung, MBTI, Myers-Briggs). All key concepts presented with animations, pictures, and sounds. Easy to understand and remember. Discover your Personality Type. The Type TV Show takes you behind the scenes, and shows you what is under the costumes and games people play. Do you like to learn visually? Then the Type TV Show is right for you. Understanding the 16 MBTI Codes gives you X-ray vision to see yourself and others clearly. Get to know your two sides (light and dark, yang and yin) so that you can manage the conflict purposefully, plan a happy reunion, flow with your natural strengths, and make friends with your other side. Will understanding yourself better and recognizing the 16 Personality Types make you happier and more successful? See for yourself. Enjoy!"; 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 = ''; } }