var fDesc=new Array(); fDesc[0] = "Big Bang West 2 is a town building game set in the American Wild West. You gather essential resources to construct buildings, upgrade your town and prosper as you settle new, uncharted lands. You perfect your town by enhancing infrastructure to attract new citizens and defend them against hordes of bandits."; 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 = ''; } }