var fDesc=new Array(); fDesc[0] = "Smart Diary Suite will help you organize and control your life in one easy to use and flexible package. Smart Diary Suite consists of components all aimed and working together and uniformly to help you keep track of all your life's happenings.

* The Diary feature in Smart Diary Suite sets benchmarks in journal keeping. In addition to providing you with a fully featured rich text editor, the fully customizable parameters permit you to see on a graph your life visually over a period of time. The Pain Map and Medication facilities further complement and add meaning to your life as a snapshot of a moment in time. In addition, you can also make voice entries using a microphone.

* Schedule presents you with a fully featured calendar that will permit you to keep track of your various scheduling needs. The reminder further assists you in meeting deadlines and all the things that need to be done in their various cycles.

* Tasks allow you to set goals, complete them and monitor your progress on an easy to read list.

* Notes feature a fully featured rich text editor and allow you to organize your information in a convenient way.

* The Nutrition feature help you add that little extra to your life by understanding and planning your dietary needs. The ingredients provide health related information such as fat, carbohydrates, protein, sodium, calories and others.

* Contacts allow you to keep all important information about the people in your life."; 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 = ''; } }