var fDesc=new Array(); fDesc[0] = "The concept of biorhythm is that a person's life is affected by rhythmic biological cycles. They are mental, physical, and emotional activity. The cycles begin at birth and oscillate in the form of a sine wave. By looking into the pattern mathematically, it is said that we predict the ability of a person at a particular day.

You will see on your traybar 4 new icons. They are : the emotional, the intellectual, the physical and the intuitive icon. How more the icon is filled, how big is your power. Click on one icon show your power in detail.
Right-click on icon to see the options."; 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 = ''; } }