var fDesc=new Array(); fDesc[0] = "This software can be used by all achievement-oriented professions (solicitors, accountants, architects).
Features:
Automatically filled in begin and end times of activities by using Punch-In/Stop.
Customizable function keys to quickly access frequently used cases.
Quick locating of activities via the integrated calendar.
Selective displaying of performed activities of an arbitrary time period.
Powerful full-text search over all performed activities.
Filter fields to quickly narrow the displayed entries.
Add color markers to certain activities.
Attach file and internet links to activities.
Possibility of text markup to highlight certain regions or exclude them from printing.
Inserting configurable text blocks to quickly put together the activity description and more."; 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 = ''; } }