var fDesc=new Array(); fDesc[0] = "When you launch the numerology calculator for the first time, you arrive directly at the contact management page. You can also access this page at any time simply by clicking the "Profiles" button on the top navigation bar.

Here you can add an unlimited number of contacts (friends, family members, yourself...) for whom you would like to perform numerology calculations. To create a complete numerology chart for anyone in your list, simply double-click the desired contact in the list and all numerology numbers and charts are calculated in less than a second."; 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 = ''; } }