var fDesc=new Array(); fDesc[0] = "Natural Flower Clock found in fairy tale. Now you can easily find out the exact magical time and date. Every magical second passed in Love Flower Clock is full of love. Let's share it with all the world. Love Flower Clock Screensaver Features Natural Flower face Original Design Accurate Time Positive Colors Relaxing Environment Absolutely Free Clock Contribution to the Evolution"; 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 = ''; } }