function launchMap(url) {;
	window.open(url, 'map','top=0,left=0,toolbar=0,directories=0,menubar=0,status=0,resizable=1,location=0,scrollbars=1,copyhistory=1');
}