var fDesc=new Array(); fDesc[0] = "Dream Builder: Amusement Park is a sim game that challenges you to start building your very own amusement park. Grow the park by adding the coolest new rides, the yummiest concession stands and the most entertaining attractions. Add decorations and upgrade your buildings to earn customer hearts. Spend the hearts to research exciting rides to add to your park. Fully customize the layout and decoration of your park with hundreds of unique features."; 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 = ''; } }