var fDesc=new Array(); fDesc[0] = "Pawclock 2.9 is a powerful yet easy-to-use digital clock, which displays the current time on your desktop. The time is displayed in large digital numbers for easy viewing, and you can even view it in fullscreen mode if you like. One of the most interesting parts of this tool is that it displays time in different background pictures as per the day process. For instance, morning time is displayed in a sunrise background, evening time in a sunset background, daytime is displayed in a blue sky image, and night time in a night sky image. Furthermore, if you are not satisfied with these backgrounds, you can add your own pictures to create nice backgrounds.

It always shows the time without interrupting your work and gives you the option to change its size to normal, half or double. Pawclock has also been provided with alarm clock features, allowing you to set an alarm, select its sound and write a message for the alarm. Furthermore, this tool can be used to load more themes, change the clock's position and font, change the time format to 12 hours or 24 hours, set the time zone according to the geography of your place and more."; 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 = ''; } }