var fDesc=new Array(); fDesc[0] = "Rising Cities is a free-to-play urban development and strategy game in which it's all about power, finances, strategy and urban development. You will get a city started and your mission is to turn it into a metropolis. You can create living spaces for your citizens, collect their rent and use your free game money to develop industry, power plants, infrastructure and lots of other buildings that are necessary to make your free game city thrive."; 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 = ''; } }