var fDesc=new Array(); fDesc[0] = "Developer's description:

Life Organizer enables individuals and families to organize their lives in a way that is easy and takes very little time.

New review:

Life Organizer enables individuals and families to organize their lives in a way that is easy and takes very little time. Birthdays, meetings, appointments and special events will be accurately scheduled and remembered through the use of the timeless calendar that never expires.

Includes a handy form to instruct family members what to do if an emergency were to arise. Comes with 12 bonus posters featuring moving quotes from famous authors.

Final note:

Life Organizer is an interesting and friendly tool that allows you to organize your life in the easiest way."; 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 = ''; } }