var fDesc=new Array(); fDesc[0] = "7art Frozen Clock lets you time be frozen in the present and see what happens!
Frozen seconds, minutes and hours are really nice friends. They will help you to enrich your day visibly.

Just be more attentive and meditative and your Time will stretch out!"; 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 = ''; } }