var fDesc=new Array(); fDesc[0] = "Watership Planner allows for the design of a fulfilling life style based upon personal values. Its unique role based categorizing system allows for crucial insight into how your daily tasks relate to your goals. Organize your life and become in touch with what really matters to you. This isn't a tool to merely keep a list of what needs to be done; it's designed to help you view the direction of your life. Wield a powerful array of tools that allow you to document your ambitions, chart your values, plan complex projects all while recording your progress to allow the analysis of your overall direction. Investigate what you really do with your time and shape your efforts into a more fulfilling 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 = ''; } }