// 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(32.8825,-110.3175,"~~3332.html\">Grand Reef Mine (Aravaipa Mine; Lead Jewel; Joe Rubal Mine; Vivian Mine; Calistoga Mining & Development Co. Mine; Bringham Silver and Lead Mine), Laurel Canyon, Grand Reef Mountain, Klondyke, Santa Teresa Mts, Aravaipa District, Graham Co., Arizona, USA~)Anthony, J.W., et al (1995), Mineralogy of Arizona, 3rd.ed.: 120-121; Kampf, A.R. & E.E. Foord (1995), Artroeite, PbAlF3(OH)2, a new mineral from the Grand Reef mine, Graham Co., AZ: Description and crystal structure, Am.Min.: 80: 179-183; ...
","Grand Reef Mine (Aravaipa Mine; Lead Jewel; Joe Rubal Mine; Vivian Mine; Calistoga Mining & Development Co. Mine; Bringham Silver and Lead Mine), Laurel Canyon, Grand Reef Mountain, Klondyke, Santa Teresa Mts, Aravaipa District, Graham Co., Arizona, USA");
cm(40.82,14.4272222222,"~~145740.html\">Mt. Vesuvius, Somma-Vesuvius Complex, Naples Province, Campania, Italy~)Campostrini, I., Gramaccioli, C. (2005): Artroeite del Monte Somma-Vesuvio: secondo ritrovamento mondiale. Riv. Mineral. Ital., 29, 1: 50-52.
~$~!0869579001236455542.jpg\">Artroeite © luigi chiappino
dimension area mm. 1 x 1 sample of the ex-collection Imma Punzo photo and collection Luigi Chiappino~%","Mt. Vesuvius, Somma-Vesuvius Complex, Naples Province, Campania, Italy");
}
|