var fDesc=new Array(); fDesc[0] = "Create, build and run the most realistic city you can imagine. Connect your metropolis with other cities you've created to form a massive region of SimCities, each sharing and competing for resources.

Deploy police cruisers and fire trucks to the scene--you’re up close and part of the action as they deal with fires, striking mobs, crime, and more. Place your Sims in your city--they'll give you valuable feedback.

Follow your Sims to work and home. Experience life in the big city, from mellow traffic to commuter hell, noontime crowds to nighttime calm."; 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 = ''; } }