var fDesc=new Array(); fDesc[0] = "Trade Mania 2 is a multiplayer economic strategy game that combines the best features of economic board games with realistic settings in the world’s most fascinating cities. Trade Mania 2 features more dynamic gameplay, sophisticated virtual competitors, and a great variety of strategic solutions. You may purchase real estate, construct buildings, trade goods and run your competitors into the ground using maps of actual cities in Trade Mania 2."; 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 = ''; } }