var fDesc=new Array(); fDesc[0] = "GoalPro is the ultimate in next-generation goal-setting software. Innovative by design and remarkably easy to use. GoalPro takes you straight to the point of achievement.

Main features:

- Goal Categories: categorize your goals by placing them under predefined or custom categories.

- Support Structure: reduce larger goals down to a series of support goals to simplify achievement.

- Action Process: Guarantee action that leads to the achievement of your goals by scheduling one-time or recurring tasks. Perform the tasks and achieve your goals.

- Performance Tracking: Track results using performance-tracking tasks. Use performance-tracking tasks to keep track of number of cold calls made, weightloss, exercise, income and much, much more.

- Goal Images: Attach images to your goals to increase the visual impact.

- GoalPro Reports: Review your goals and maintain focus with GoalPro reports.

- GoalPro Graphs: Monitor your overall progress with GoalPro performance graphs.

- Daily Journal: Document your efforts with GoalPro's built-in daily journal."; 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 = ''; } }