var fDesc=new Array(); fDesc[0] = "Gold Digger is a classic-style, multi-screen platform game with a well-designed balance of strategy and arcade-style action. You use a grappling hook and dynamite to mine gold while out-smarting the adversaries. The game includes 175 built-in screens and the ability to create your own screens. Ages 7 and older will love the game, and parents will like that you are rewarded for finishing screens without harming your adversaries. The built-in hints will help keep anyone from becoming frustrated."; 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 = ''; } }