function MapWindow(){
	url = 'map.html';
	window.open(url,"","width=420,height=710");
}

