var fDesc=new Array(); fDesc[0] = "Get ready to dig for some gold. Take your friend to help you, turn on the digging machine and start discovering riches hidden deep inside that mountain. Your goal is to use your gold digging machine and start exploring the underground secrets of the Goldwell Mountain.

But beware! There are monsters and trolls who don’t like you invading their hidden world and if they stumble upon your gold digging machine; your dreams of wealth will burst in a second.

Gold Well Fever is a free kids games, a game that takes kids imagination way back to the time of wild west stories and gold digging adventures."; 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 = ''; } }