var fDesc=new Array(); fDesc[0] = "Goalscape is a program that allows us to break down big challenges into manageable slices, without losing the big picture overview. Goalscape also makes sharing goals really easy and supports goal-focused communication with anyone who helps you to achieve your goals. Goals often revolve around our future selves. But it takes mindfulness in the present moment to develop a powerful, healthy and well balanced Goalscape. Once established, it makes it easier for people to be happy and productive in the now, whilst having big goals for the future."; 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 = ''; } }