var fDesc=new Array(); fDesc[0] = "Sunny Bubbles Clock offers you the spirit of childhood free of past and future thoughts. You fall into the full of present moment with glowing sunny mood and lightness of rainbow-colored bubbles. And all worries are carried away with these shimmering bubbles of time."; 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 = ''; } }