function popup_open(url) {
	window.open(url,'Popup','resizable=no,width=420,height=600,scrollbars=yes');
}
