var fDesc=new Array(); fDesc[0] = "This free software program is designed to make the report writing period easier.

Key features :
One click and a comment is tailored with name, and/or gender defined key words.
Allows you to use your own comment bank, or use pre-defined comment banks to write quality reports.
Allows you to simply copy the complete report to your word processor or your report program
Reports can be tweaked as you are write them."; 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 = ''; } }