// 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.6166687011719,33.8833351135254,"~~2662.html\">Rasvumchorr Mt, Khibiny Massif, Kola Peninsula, Murmanskaja Oblast\', Northern Region, Russia~)Khomyakov, A.P., Nechelyustov, G.N., Arakcheeva, A.V. (2006): Rastsvetaevite, Na27K8Ca12Fe3Zr6Si4[Si3O9]4[Si9O27]4(O,OH,H2O)6Cl2, a new mineral with a modular eudialyte-like structure and crystal-chemical systematics of the eudialyte group. ...
~$~!0022588001154878822.jpg\">
Rastsvetaevite © Pavel M. Kartashov
Pink to crimson-red grains of rastsvetaevite in the rischorrite drill core of 6 cm in diameter. Associated with lamprophyllite, nepheline, microcline, aegirine, pectolite. It have analytical confirmation (it was investigated by Dr. O.A. Ageeva). ...~%","Rasvumchorr Mt, Khibiny Massif, Kola Peninsula, Murmanskaja Oblast\', Northern Region, Russia");
}
|