var fDesc=new Array(); fDesc[0] = "Cities XXL is a simulation game that lets you design, build, and manage large cities. It comes with the 3D designs of over 1000 unique-looking buildings, including some of the world’s most famous landmarks. Simply building structures is not enough - you need to properly manage the road traffic and public transportation networks (buses, railways) ."; 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 = ''; } }