// 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(67.6666666667,33.7166666667,"~~2685.html\">Kirovskii apatite mine (Kirovsky Mine; Kirov Mine), Kukisvumchorr Mt, Khibiny Massif, Kola Peninsula, Murmanskaja Oblast\', Northern Region, Russia~)[World of Stones 95:5-6, p64]
~$~!0188396001205526505.jpg\">
Delhayelite © Ł Kruszewski 08
Slightly pinkish delhayelite showing its typical distinct cleavage. The mineral coexist with ~ 4 mm long orange titanite and with black aegirine. Obtained in Kirovsk during Young Geologists Club of Warsaw University, in summer 2004.~%","Kirovskii apatite mine (Kirovsky Mine; Kirov Mine), Kukisvumchorr Mt, Khibiny Massif, Kola Peninsula, Murmanskaja Oblast\', Northern Region, Russia");
cm(67.6166687011719,33.8833351135254,"~~2662.html\">Rasvumchorr Mt, Khibiny Massif, Kola Peninsula, Murmanskaja Oblast\', Northern Region, Russia~)Pekov, I. (1998) Minerals First discovered on the territory of the former Soviet Union 369p. Ocean Pictures, Moscow ~$~!0504194001171333274.jpg\"> | Delhayelite © L Kruszewski 2007
6 mm long grayish crystal of delhayelite (distinct cleavage) with pinkish blades of fenaksite.~%","Rasvumchorr Mt, Khibiny Massif, Kola Peninsula, Murmanskaja Oblast\', Northern Region, Russia");
cm(67.6500015258789,33.75,"~~2663.html\">Yukspor Mt, Khibiny Massif, Kola Peninsula, Murmanskaja Oblast\', Northern Region, Russia~)Pekov, I. (1998) Minerals First discovered on the territory of the former Soviet Union 369p. Ocean Pictures, Moscow ~$~!0432975001259262884.jpg\"> | Delhayelite © Pavel M. Kartashov
Large (1.5 to 5.5 cm) tabular grains of very fresh Delhayelite in juvit-pegmatite so typical for Yukspor Mt. Associating minerals are red Villiaumite, brown pseudomorphoses after Rasvumite, green fibrous Aegirine-III, greenish-brown agregate of ...~%","Yukspor Mt, Khibiny Massif, Kola Peninsula, Murmanskaja Oblast\', Northern Region, Russia");
}
|