var fDesc=new Array(); fDesc[0] = "If world domination is your thing, Virtual City is a great city simulator to get you started. Build your own city and manage it. Jobs are the lynch pin of the economy. As mayor, do everything you can to make sure industry is running. Fuel the city's economy by forming transport routes and developing a public transit system. Explore five states on the U.S. map and find perfect balance between key parameters of your success: Time, Income, Environment, Population, and Happiness. Make your dream city your people's paradise!"; 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 = ''; } }