var fDesc=new Array(); fDesc[0] = "Some computers are left on 24 hours a day for backups, call tracking, virus scanning, video recording, or other reasons. Often it's important to hear computer sounds during the day because they relay desired information, but at night this can be irritating. You can try to remember to turn the volume off or down at night and then back up during the day, but it's easy to forget. Quiet Time can do this for you, seven days a week, 365 days a year.

Features:
-Mutes and/or reduces system volume at scheduled time
-Unmutes or resumes normal volume at scheduled time
-Logs activities for verification"; 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 = ''; } }