// 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(-19.25,17.7,"~~2428.html\">Tsumeb Mine (Tsumcorp Mine), Tsumeb, Otjikoto (Oshikoto) Region, Namibia
~)Tschermaks Min.Petr.Mitt.(1979) 26, 51-58
~$~!0847288001124469905.jpg\">Koritnigite
© Brent Thorne

Koritnigite crystal associated with warikahnite. Field of view, 0.5mm x 0.5mm. From the Walter Kahn collection. Brent Thorne specimen and photograph.~%
","Tsumeb Mine (Tsumcorp Mine), Tsumeb, Otjikoto (Oshikoto) Region, Namibia"); cm(50.3030555556,7.67138888889,"~~34225.html\">Friedrichssegen Mine, Frücht, Bad Ems District, Lahn valley, Rhineland-Palatinate, Germany~)Der Aufschluss Vol.55, March/April 2004
","Friedrichssegen Mine, Frücht, Bad Ems District, Lahn valley, Rhineland-Palatinate, Germany"); }