var fDesc=new Array(); fDesc[0] = "Effective Planner runs via a schedule list. Also you can print, email or export to a spreadsheet.

Main features:
-This runs withing a fully editable grid with check boxes and drop down lists.
-Pop-up reminders and sticky notes can be set against any event.
-All events can be shown within the grid. These can then be filtered via a date range.
-Exporting can be done via printing, email and saving as spreadsheets and rich text files.
-Selecting date ranges from the calendar makes it easier to move back and forth through the months."; 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 = ''; } }