var fDesc=new Array(); fDesc[0] = "Clockwords is a hectic word game set in Victorian London. You are a genius inventor who discovers plans for a mysterious machine that runs on the power of language. Then your lab is infiltrated by mechanical insects that have come to steal your secrets! Clockwords is a word game like no other. Mix of a word game with speed, strategy, and steam-powered bugs! Use your vocabulary to defend your laboratory."; 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 = ''; } }