var fDesc=new Array(); fDesc[0] = "MB Free Personality Number Software is a highly informative and user-friendly software which gives you valuable information about your outer self, your appearance and how others tend to see you in general. These are the general aspects of your character, which are often noticed by people when they first get acquainted with you. MB Free Personality Number Software helps you to realize about how you project yourself and what do people think about you. By studying your personality number you can also improve your relationships. This software thus helps you in understanding yourself much better."; 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 = ''; } }