var fDesc=new Array(); fDesc[0] = "Take charge of a small group of settlers and build a thriving colony in The Promised Land, a casual strategy game for the adventurous at heart. Gather resources, erect buildings and establish trade as you explore a vast wilderness teeming with surprises! Can you tame the New World before it tames you?"; 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 = ''; } }