var fDesc=new Array(); fDesc[0] = "Countries and Capitals provide a simple way to learn the location of different countries and their capitals on the world map, as well as to see and memorize their flags. The program is extremely easy to use, which makes it a great choice for kids and adults alike. A virtual atlas will help you find your way on the map and locate the necessary country. You can also test your geographic knowledge in an exciting built-in game."; 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 = ''; } }