function open_map(url,name,status) {
	window.open(url,name, 'width=600, height=600, menubar=no, toolbar=no, scrollbars=no');
}
