var fDesc=new Array(); fDesc[0] = "Leo Zodiac Clock is a magic talisman for whose of us born from July 23 to August 23. It brings luck and happiness and it's a nice free desktop clock screensaver as well.

Being the real king of animals, Leo is a noble, proud and generous creature. He is also a very emotional and energetic person. This person's success makes happy his surroundings, for he is very generous to the people close to him. Leo helps to open up their best sides to those people who do something for him. Leo likes to be at the center of attention. His friends cannot spend much time without him as they are easily infected by his optimism."; 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 = ''; } }