var fDesc=new Array(); fDesc[0] = "Display personal biorhythm information in the form of an easy-to-ready calendar. Multi-functional color-coded software shows biorhythms in 3 different display formats: 1) the traditional sine wave 2) the new daily slices display type which also includes the animated compare mode so you can see how you and your significant other relate. 3) the 3-D hybrid of the previous 2 modes. Use stock calendars from 'The Gallery' or create your own with the built-in calendar editor. Extensive Printing capabilities: Print calendars full-sized or pocket sized and share them with your friends."; 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 = ''; } }