var fDesc=new Array(); fDesc[0] = "Merry Flower Clock screensaver shows time in a funny uncommon way: Merry Flower is the Clock's face and leaves and petals are the Clock's hands.

Bright colors of the screensaver and it's tender shapes are designed to cheer your moods and invite a smile to your face."; 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 = ''; } }