// 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(50.4272222222,13.1044444444,"~~5621.html\">Měděnec (Kupferberg), Klášterec nad Ohří, Krušné Hory Mts (Erzgebirge), Ústí Region, Bohemia (Böhmen; Boehmen), Czech Republic~)No reference listed
~$~!0982938001126718679.jpg\">
Pearceite-T2ac © Rob Lavinsky
1.7 x 1.5 x 1.0 cm. Beautiful lustrous blades of a rare silver species far more uncommon than its cousin, polybasite. This is a superb thumbnail for what it is, and an excellent representative of a very rare silver-bearing species as well. You can ...~%","Měděnec (Kupferberg), Klášterec nad Ohří, Krušné Hory Mts (Erzgebirge), Ústí Region, Bohemia (Böhmen; Boehmen), Czech Republic");
cm(26.5455555556,112.6,"~~6469.html\">Kangjiawan Pb-Zn-Ag-Au deposit, Shuikoushan ore field, Changning Co., Hengyang Prefecture, Hunan Province, China~)Nanshi Zeng, Eiji Izawa, Yoshinobu Motomura, and Lairen Lai (2000): The Canadian Mineralogist 38, 11-22. ","Kangjiawan Pb-Zn-Ag-Au deposit, Shuikoushan ore field, Changning Co., Hengyang Prefecture, Hunan Province, China");
cm(49.7972222222,8.69444444444,"~~1866.html\">Glasberg quarry, Nieder-Beerbach, Nieder-Ramstadt, Odenwald, Hesse, Germany ","Glasberg quarry, Nieder-Beerbach, Nieder-Ramstadt, Odenwald, Hesse, Germany");
cm(47.3955574035645,-120.324996948242,"~~20017.html\">Cannon Mine, Squillchuck Creek, Wenatchee, Wenatchee District, Chelan Co., Washington, USA~)Lasmanis, R. (1995): Mineral News: A Compendium of Wenatchee District Mineralogy, Chelan County, Washington, p.6-7 ","Cannon Mine, Squillchuck Creek, Wenatchee, Wenatchee District, Chelan Co., Washington, USA");
cm(39.1302795410156,-106.188056945801,"~~115436.html\">Weston Pass District, Leadville District, Lake Co., Colorado, USA~)Minerals of Colorado (1997) Eckels, E. B. ","Weston Pass District, Leadville District, Lake Co., Colorado, USA");
}
|