var fDesc=new Array(); fDesc[0] = "The Education District is a place to play online and have fun with people worldwide. It features: educational games for entertainment like Chess, Checkers, Otello, places to meet people worldwide with similar interests and collaborate or just practice a second language, museums and art galleries to enjoy with other people, conferences, symposiums, fairs and exhibitions about many interesting topics, and more."; 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 = ''; } }