// 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(25.4666666667,114.333333333,"~~135109.html\">Dangping Mine, Xihuashan intrusion, Dayu Co., Ganzhou Prefecture, Jiangxi Province, China

~$Molybdenite
© Safaa Yu

Amazing combination! Tabular crystals of Molybdenite associate with water-clear light green Fluorite, which makes the chalcopyrite inclusion easily visible. size: 7.6x5.8x4.4cm~%
","Dangping Mine, Xihuashan intrusion, Dayu Co., Ganzhou Prefecture, Jiangxi Province, China"); cm(25.4833333333,114.366666667,"~~157381.html\">Muzhiyuan W deposit, Xihuashan intrusion, Dayu Co., Ganzhou Prefecture, Jiangxi Province, China
","Muzhiyuan W deposit, Xihuashan intrusion, Dayu Co., Ganzhou Prefecture, Jiangxi Province, China"); cm(25.5166666667,114.4,"~~64287.html\">Piaotang Mine, Xihuashan intrusion, Dayu Co., Ganzhou Prefecture, Jiangxi Province, China
~$Euclase
© J.Ralph

Three samples from Berthold Ottens, Munich Show 2007. Locality updated as per pers. com. with Vandall King, 7th Jan 2009 - this is believed to be the accurate location for these Euclase samples.~%","Piaotang Mine, Xihuashan intrusion, Dayu Co., Ganzhou Prefecture, Jiangxi Province, China"); cm(25.4611111111,114.316666667,"~~26656.html\">Xihuashan Mine, Xihuashan intrusion, Dayu Co., Ganzhou Prefecture, Jiangxi Province, China
~$Ferberite
© Jiangbin

Lustrous Ferberite Intergrowth With Quartz And Muscovite. Size: 6.5 x 4.5 x 3.6 cm~%","Xihuashan Mine, Xihuashan intrusion, Dayu Co., Ganzhou Prefecture, Jiangxi Province, China"); var zoombox=new GLatLngBounds(new GLatLng(25.4611111111,114.316666667),new GLatLng(25.5166666667,114.4)); var zoomlevel = map.getBoundsZoomLevel(zoombox); if(zoomlevel>15) zoomlevel=15; map.setCenter(zoombox.getCenter(),zoomlevel); }