var fDesc=new Array(); fDesc[0] = "M-N-M© is a powerful software research tool developed for the likes of today's prospector and treasure hunter. Many of these mining sites are associated with ghost towns, small communities and mining camps! Some of these properties were extensively developed, others were mere prospect holes where 'Color' was found. When the Pay Streak was lost everyone moved on to new territory. The software program combines two powerful databases with multiple search and report functions to quickly locate mining sites and mineral deposits in the United States, with an extensive knowledge base about each location including the lat/lon location. All mineral commodities are represented ."; 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 = ''; } }