var fDesc=new Array(); fDesc[0] = "County Fair combines the best of two hot game genres: Resource Management for setting prices, hiring staff and selecting the hottest new rides and attractions and Time Management which lets you keep your customers safe, healthy and coming back for more.
Features :
- Choose from dozens of spectacular rides, game stands, and attractions
- Operate fairs in different locales throughout the US
- Set up tasty food concessions to sell local favorites"; 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 = ''; } }