var fDesc=new Array(); fDesc[0] = "Welcome to small town life, where the people are friendly and the lawns are...full of holes! Mole holes that is. Enter Becky Cleaver, a young animal lover with an entrepreneurial spirit. Help her save the town from a plague of moles! Use your earnings to buy improvements for your office. Work your way to big bucks as you progress to bigger and fancier neighborhoods. Be faster and smarter than those crazy moles, save the lawns and you will become the town hero!"; 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 = ''; } }