var fDesc=new Array();
fDesc[0] = "Biorhythms Calculator 2010 is revolutionary new biorhythms software with many unique features you will not find in any other product, all beautifully packaged in modern, stylish Office 2007-like User Interface that nonetheless needs only modest PC to run.
Whether you are looking for software to occasionally print-out personalized biorhythm charts, or a tool designed for a true biorhythm professional with large database of profiles and multiple ways to visualize biorhythms, Biorhythms Calculator 2010 has everything you will ever need!
Main features:
- Visualize your biorhythms like never before with 9 fully customizable and interactive views: Graph, Table, Calendar, Timeline, Report...
- Always be prepared for your bad days, and take advantage of your good days!
- Put biorhythms to practice easily with activities feature and Outlook integration.
- Make personalized reports with charts, tips, and visuals - ready for printing and e-mail!
- See how compatible you are with your relatives and friends in Compatibility View.
- Get complete picture of your biorhythms by seeing not just Primary, but also I-Ching, Secondary, and Intuitive Patterns rhythms, as well as user-defined rhythms.";
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 = '';
}
}