// Copyright (c) mindat.org 1993-2009 function j(lat,long) {var point = new GLatLng(lat,long); map.setCenter(point, 16);} function cm(lat,long,html,name) { var point = new GLatLng(lat,long); var marker = new GMarker(point,{icon:icon, title:name}); GEvent.addListener(marker, "click", function() { marker.openInfoWindowHtml(jsunpack(html)); // // map.panTo(marker.getPoint()); var zoom = map.getZoom(); if(zoom<9) zoom=9; map.setZoom(zoom); map.setCenter(marker.getPoint(), zoom); }); GEvent.addListener(marker,"mouseover", function() { marker.setImage("kml-gm-o.png"); }); GEvent.addListener(marker,"mouseout", function() { marker.setImage("kml-gm.png"); }); clus.AddMarker(marker,name); } function jsunpack(txt) { txt=txt.replace(/~~/,"
"); txt=txt.replace(/~!/,""); txt=txt.replace(/~\)/,"
Reference: "); return (txt); } function loadPoints() { cm(-35.5522222222,143.575277778,"~~202.html\">Lake Boga granite quarry, Lake Boga, Victoria, Australia
~)S.J. Mills (2004)- Metanatroautunite (\'sodium autunite\') from the Lake Boga Granite, Victoria - Austalian Journal of Mineralogy, Vol. 10, n°1
~$~!0318722001053580249.jpg\">Metanatroautunite
© Stuart Mills 2003

Metanatroautunite crystals ~1-10mm on limonite encrusted joint planes present at the SE and E corners of the quarry. Field of view ~2m.~%
","Lake Boga granite quarry, Lake Boga, Victoria, Australia"); cm(-29.8694444444,121.873611111,"~~209941.html\">Boomerang Lake, Menangina, Western Australia, Australia~)C.R.M. Butt and J. Graham, Am. Min. vol. 66 pp. 1068-1072 (1981)
~$~!0394267001253900719.jpg\">Metanatroautunite
© 2009, JGW

0.1 cm area of granular metanatroautunite in red-brown muds. Excalibur Mineral specimen. S411-186~%","Boomerang Lake, Menangina, Western Australia, Australia"); }