var fDesc=new Array(); fDesc[0] = "With Explore the World you discover every country of the world. Find the names of countries and its capitols hidden in a jungle of letters. Spot and click on the letters of the searched term! Beat the running count-down while discovering places you may never have heard of before! Even experienced players will find it challenging to look for words written upside down and from left to right . . ."; 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 = ''; } }