var fDesc=new Array(); fDesc[0] = "The Lost Dutchman Mine 3D lets you seek your fortune in the Superstition Mountains of Arizona where you will have to survive thirst, hunger, rattlers, bandits and Indians to get rich. As the old prospector you can get rich panning gold, finding mines, or gambling Faro in the saloon. And...if you're persistent you may find the map stones that will lead you to the Lost Dutchman Mine."; 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 = ''; } }