var fDesc=new Array(); fDesc[0] = "Looking for a program to measure how much time you spend on jobs, time chess games, or to prevent you freezing soft-drink cans? Egg is an easy to use timer that can do these tasks and more! It can count up and down, is settable by second divisions from 1 second up to 45 days, and while its default window size is compact, it can be varied to whatever size you want (including borderless full screen) to allow you to see the count from across the room. Egg can display up to four timers at once, with each one having its own time, font, colour (foreground and background), time-up sound and text, repeat and direction settings. Additionally your common times are settable with only two clicks from a selection of 12 customisable times. When a countdown has finished Egg can sound a beep or play a common Windows audio file, including MP3s or it can run a file. The sounds can be set to repeat and both sounds and files can be selected randomly.

For the more demanding user, Egg offers several more advanced abilities, including a dedicated chess timer mode, variable transparency, screen blank, auto repeating timers, keyboard shortcuts, "On-Top" window options, time-up warning, flash screen alarm, auto hide buttons, customisable menus, and random alarm times. Egg can also be minimized to the System tray or the taskbar and controlled via its icon. Command line options are also supported and Egg requires under 200KB of hard drive space due to being written in efficient Assembly Language."; 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 = ''; } }