var fDesc=new Array(); fDesc[0] = "Free Desktop Clock is a very easy to use application developed to replace the standard Windows clock, while also offering a bunch of tools to enhance the whole experience.

Free Desktop Clock dolls up the standard digital display with a handful of skins and shows the current date and day.

Free clock gives your computer a stylish and advanced look and offers atomic clock synchronization."; 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 = ''; } }