// 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(-25,116,"~~12310.html\">Mooloo Downs station, Murchison, Western Australia, Australia
~)MM 1987, 295-8
","Mooloo Downs station, Murchison, Western Australia, Australia"); cm(48.2458333333,7.18333333333,"~~1673.html\">Ste Marie-aux-Mines (Markirch), Haut-Rhin, Alsace, France~)Wittern, Journée: "Mineralien finden in den Vogesen", von Loga (Cologne), 1997
","Ste Marie-aux-Mines (Markirch), Haut-Rhin, Alsace, France"); cm(38.8236111111,-110.676666667,"~~4146.html\">San Rafael District (San Rafael Swell), Emery Co., Utah, USA~)http://www.excaliburmineral.com/mink-n.htm
","San Rafael District (San Rafael Swell), Emery Co., Utah, USA"); cm(51.5166666667,10.9166666667,"~~30156.html\">Iberg reservoir, Stempeda, Harz Mts, Thuringia, Germany~)Thomas Witzke collection; J. Gröbner & J. Wesiger (2008): Die Mineralien des Kupferschieferbergbaus an südlichen Harzrand bei Ilfeld in Thüringen. Mineralien-Welt 19 (2), 18-28.
~$~!0646878001059730895.jpg\">Moolooite
© Thomas Witzke

Light bluish moolooite. Picture size 0.9 mm. Photographer and collection Thomas Witzke.~%","Iberg reservoir, Stempeda, Harz Mts, Thuringia, Germany"); }