var fDesc=new Array(); fDesc[0] = "Monopolie is the first Open Source clone of the original board game Monopoly for Windows! It works just the same and includes sound effects!

Monopolie is currently only for Microsoft Windows 95/98/ME/2000/XP. (I'm not sure about Windows NT, if it works for anyone please contact me.) Monopolie is written and compiled in Microsoft Visual Basic."; 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 = ''; } }