var fDesc=new Array(); fDesc[0] = "Learn the continents of the world with this fun and educational puzzle game. How fast can you put all of the continents in the right places?

The heart of geography, and even the source of its name, is the map - a picture of the world which organizes our understanding of places. Manipulating a map, assembling it, is the best way to learn where the different countries are and what other countries they are near to or far way from. This forms a lasting image and understanding. It is hard to know much of a foreign place without knowing where it is. The map is a framework that brings other knowledge together and makes the world understandable."; 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 = ''; } }