var fDesc=new Array(); fDesc[0] = "BubbleClock are analog clocks and reminder with semitransparent effect (only Windows 2000/XP). Various kinds of clock skins. Synchronization your computer clock via the Internet NIST Internet Time Service of National Institute of Standards and Technology USA. Map of time zones with the indication of current time in each time zone (country).
Various types of alarm:
-play wav, mid, mp3 sound
-visual message
-run other application
-shutdown windows."; 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 = ''; } }