var fDesc=new Array(); fDesc[0] = "The PC Timer, an easy to use countdown timer and alarm clocks.

The Perfect Time Management Tool for your Computer! Great
for people who are charged an hourly rate by their Internet Service
Provider, and for those of us who continually lose track of time while
on the Internet.

May start automatically with Windows. Minimizes to the system
tray. Reappears, and plays a sound file, opens a program, and/or
displays a custom message when the alarm activates. May also
customize the background and font colors, as well as select a
custom notify time.

Manage the time you spend working or playing on the computer
more efficiently. Whether you need to be reminded to turn off the
stove, or when your favorite TV programs are about to start, or
for setting a time limit on how long your children spend on the
computer.....The PC Timer is the answer! FREE!"; 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 = ''; } }