function newWindow(url) {
	window.open('../info/'+url, 'map', 'width=500,height=423, menubar=off,directories=off,toolbar=off,scrollbars=no');
}