var fDesc=new Array(); fDesc[0] = "Call of the Ages Collector's Edition is a match 3 game in which the calender of ages, that kept the world running, has been destroyed. You can embark on an exciting journey across 8 countries to collect mighty artifacts, complete 150 levels as you witness the key events of the world history and save the world."; 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 = ''; } }