var fDesc=new Array(); fDesc[0] = "Sound Timer is a free program that allows you to play a sound file at a certain time.
Type the location of the sound file in the top box, and the time to play the sound in the bottom box. Click on the tick to close the window - Sound Timer will stay active as an icon on the task bar.

To close Sound Timer completely, click on the cross on the titlebar.

You can run several copies of Sound Timer if you wish to play a number of sounds at different times."; 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 = ''; } }