var fDesc=new Array(); fDesc[0] = "Settlers of the West is a game that puts you in charge of city planning in the 1850's American frontier. You have to tame the wild west from the comfort of your couch as you join Lucy or Walt's epic adventure along historic trails. You decide what to build, what to upgrade and what jobs to assign Settlers to so that your settlements flourish."; 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 = ''; } }