var fDesc=new Array(); fDesc[0] = "There are magical trees near the waterfall. The Cheshire Cat lives here. He likes to smile so much that his smile could exist even without the cat itself.

Look at the cat's gradual disappering and cheer your moods each time you want to check the current time!

Invite the mirracles to your life!"; 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 = ''; } }