var fDesc=new Array(); fDesc[0] = "The congregation meeting timer has been enhanced!

The wizard for setting up the timing for all meeting parts has been improved to permit you to include songs as well as to make automatic adjustments for the visit of the circuit overseer.

As before, all meeting parts are set so that if a part goes overtime, the speaker can see the timer begin to count upward, with the display changing color from black to red. He will immediately become aware of how many minutes he is taking away from the next part. In addition, when a part goes overtime, the timer will automatically adjust the length of time assigned to the next part so that the meeting is brought back to the scheduled time.

The timer records the start time and number of minutes used for each part. There is now a convenient button to export the data to an Excel spreadsheet should the brothers wish to review the time employed by each speaker for his part.

"Since we have begun using the timer in our meetings, they have consistently ended on or before the scheduled time, and all participating speakers have expressed their appreciation since they can now concentrate on the material without having to divide their attention to figure out how much time they have remaining. The large number display instantly tells the speaker how much time he has left." -- Eric Wilson, Alliston Congregation.

The program is intended to run on Windows XP SP2, Windows Vista, or Windows 7."; 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 = ''; } }