// JavaScript Document
function openWin(url){
	window.open(url, 'newwin',  'width=700px, height=600px, status=1,toolbar=1,menubar=1,scrollbars=1');
	}
function openLeaflet(url){
	window.open(url, 'leaflet',  'width=370px, height=780px, status=0,toolbar=0,menubar=0,scrollbars=1');
	}