var fDesc=new Array(); fDesc[0] = "Travel the world with the award-winning puzzle and board game designer Dr. Reiner Knizia as you visit iconic global cities in an attempt to solve ingenious conundrums. This is no ordinary trip, however. It is a journay to broaden people's mind. Find out more about tha game that you can play in different cities!"; 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 = ''; } }