var fDesc=new Array(); fDesc[0] = "Enjoy this classic tabletop game of Crokinole redesigned as an exciting new casual game experience in Clockwork Crokinole! Position your discs on the board to maximize your points while removing your opponent’s discs in the process. Achieve a high score in the progressively difficult arcade mode or play classic mode and be the first to reach the target score!"; 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 = ''; } }