var fDesc=new Array(); fDesc[0] = "RitmoView Free is a biorhythm plotting program with a user-friendly interface and an option to print the generated graphs and report. The biorhythm curves are presented in a graphical display with the selected day in the middle of a thirty days period.

Both Primary and Secondary cycles are available. It provides 3 Primary biorhythm graphs (Physical, Emotional and Intellectual cycles) and 4 Secondary biorhythm graphs (Intuitional/Intuitive, Aesthetic, Awareness/Selfawareness and Spiritual cycles).

The application gives a detailed report for any selected day with in depth analysis of all cycles, mention of critical days and extensive interpretation of the primary cycles status. Names and birth dates can be stored in and retrieved from a local database for later reuse."; 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 = ''; } }