var fDesc=new Array(); fDesc[0] = "My New Town is an interesting arcade game. Country, city, ocean, or space-where will your town building take place? Use your mouse to select categories, items, paint colors and patterns, and scroll through the weather and background options.

Upload your creation to the gallery to share it with your friends! If you like the My New Town and want to play it again soon, it might be usefull to bookmark this free online game. Have fun!"; 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 = ''; } }