var fDesc=new Array(); fDesc[0] = "MB Free Inner Dreams 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. The Inner Dreams Number reveals your outer appearance and how others perceive you. The Personality number can be calculated from the sum of the consonants in your name."; 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 = ''; } }