var fDesc=new Array(); fDesc[0] = "MONOPOLY HERE AND NOW EDITION is a modern makeover of the popular board game, but includes prices and places which reflect today's market in a better way. The basic rules are the same as in the original game, but it includes great new features that make this game absolutely enjoyable and addictive. With this game, you will become the owner houses, buildings, and land, which will later give you profit. The game features great animated graphics with good sound effects and jazzy music. It includes great backgrounds and an amazing representation of the game board and dice. As in the board game, you can also play with friends or against the computer, but it lacks the option for an online multiplayer, which is included in the older version of the game by Hasbro. If you are a huge fan of the old board game monopoly, you surely are gonna love MONOPOLY HERE AND NOW EDITION and really enjoy the great amount of of exciting new features in it, which will make you play for hours nonstop. It supports Windows 2000 and XP"; 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 = ''; } }