var fDesc=new Array(); fDesc[0] = "Gazillionaire is the award winning game of business strategy. It was selected as a FINALIST in the Ziff-Davis Shareware of the Year Awards and was ranked in the Top 5 of all strategy games. Gazillionaire is a cross between Monopoly set in outer space and Wall Street in wonderland. It is a wild, intergalactic game of business strategy. Sophisticated real-world economic tools help you determine where supply meets demand as you race to build your trade empire. Six people can play at a time on the same computer or by email over the Internet. The first company to reach a net worth of a billion kubars wins. Become a mogul or tycoon in this economic simulation game and build a financial empire!"; 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 = ''; } }