var fDesc=new Array(); fDesc[0] = "Premium Clock includes an analog skin clock, digital clock for desktop, and calendar!

Premium Clock completely changes the look of your desktop by adding clocks, wallpapers, and much more. This new look is part of a skin, which is intended to both unify and clear up your desktop. You can switch skins, customize a desktop, or revert to the Windows Classic wallpaper.

Premium Clock will provide the unique look of your desktop. Premium Clock works on all Windows systems from Windows XP to Windows 7. Even the users of old Win95 and NT4 systems can use all newest features on their desktops: high resolution skins, wide spectrum of graphical styles, unique effects, objects and functions."; 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 = ''; } }