var fDesc=new Array(); fDesc[0] = "A really smart diary software that was designed to help people in the everyday task of keeping their personal information in one place. For this purpose Smart Diary not only allows a person to record the diary entry text(will full formatting abilities), but to also record such information as the mood, fatigue, health, shape, night's dream as well as the temperature, weigth, menstruus and copulation parameters. This information is plotted on a fully adjustable graph and can be printed. Smart Diary also includes a Planner and a Reminder. To help visualize your moods Smart Diary provides seven pictures that can be replaced with your own. A sufficient and reliable encryption mechanism is built-in for your privacy."; 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 = ''; } }