// 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(-27.2,22.9666666667,"~~3071.html\">Wessels Mine (Wessel\'s Mine), Hotazel, Kalahari manganese fields, Northern Cape Province, South Africa
~)[Von Bezing, K. L. et al. (1991) - The Kalahari manganese field : an update, Mineralogical Record, 22 (3), 279-302]
","Wessels Mine (Wessel\'s Mine), Hotazel, Kalahari manganese fields, Northern Cape Province, South Africa"); cm(46.5455555556,9.65416666667,"~~3211.html\">Falotta, Tinizong (Tinzen), Oberhalbstein (Surses; Sursass), Albula Valley, Grischun (Grisons; Graubünden), Switzerland~)[MinRec 32:211]
","Falotta, Tinizong (Tinzen), Oberhalbstein (Surses; Sursass), Albula Valley, Grischun (Grisons; Graubünden), Switzerland"); cm(35.2111111111,-81.3555555556,"~~3280.html\">Foote Lithium Co. Mine (Foote Mine), Kings Mountain District, Cleveland Co., North Carolina, USA
~$~!0275926001044551519.jpg\">Parsettensite
© Dick Dionne

Spherules of lustrous pearly brown parsettensite crystals on Albite. 50x micro photo, field of view 1.75mm. Dionne collection.~%","Foote Lithium Co. Mine (Foote Mine), Kings Mountain District, Cleveland Co., North Carolina, USA"); cm(-6.775,106.336111111,"~~42607.html\">Cirotan mine, Cikotok Gold District, Banten Province, Jawa Island (Java Island), Indonesia~)CanMin 38: 1125-1136 (2000)
","Cirotan mine, Cikotok Gold District, Banten Province, Jawa Island (Java Island), Indonesia"); }