function popup_window (url) {
	window.open(url, '', 'width=580, height=640, menubar=no, toolbar=no, scrollbars=yes, resizable=no');
}

