var fDesc=new Array(); fDesc[0] = "Monopoly Tycoon is the traditional fantasy of "owning it all" taken to the next level. You have nothing but your inheritance and a dream to acquire wealth by buying and developing the Monopoly properties you know and love. Plan invest build and bankrupt your opponents all in a real-time 3D environment populated by hundreds of citizens who rent your apartments and buy from your businesses. Construct a fabulous upscale apartment building on Park Place or start a department store chain on Baltic."; 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 = ''; } }