function mapWin(URL) {
	window.open(URL,"","height=470,width=500,toolbar=0,menubar=0,location=0,menu=0,scrollbars=0,resizable=1");
}