var fDesc=new Array(); fDesc[0] = "Get Yourself a nice Free Desktop Alarm Clock !
Yes, Windows already has its own system clock, right there on the bottom right corner of your interface.
So, why would you want another clock ?
The answer is that Vector Clock is not just any clock. It's a fully scalable desktop alarm clock that can be placed anywhere on your screen, rotated with total freedom, resized to any scale and set in 3D perspective view without losing any quality. Plus, it doesn't require installation and it's FREE."; 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 = ''; } }