var fDesc=new Array(); fDesc[0] = "Advanced Clock is a program, which makes the Windows desktop more attractive and informative. It shows a clock on the desktop and enables many options directly accessible from there. It requires the OpenGL redistributable package installed on your system, which is available on all Windows family operating systems or can be downloaded easily. The Clock visual appearance can be changed and all settings are easily customizable. User can choose from 18 included themes for the clock or can also build a new using the Advanced Clock Maker.
It has many features like alarm function, screen saver and the ability to control system power, which are accessible with just a click. User can set the alarm or a reminder and it will play a sound for a given time to remind you about your work. The sound file can be in any format and can be imported from anywhere on the disk. It enables the screensaver when the system is in idle mode for power saving. The System Power option can also be scheduled using this software. User can set a time period and it will automatically shut down/hibernate/ log off/ restart the system. There are many options which can be scheduled which frees the user from a time barrier."; 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 = ''; } }