function popup(url) {
	newwindow=window.open(url,'name','height=620,width=800, scrollbars=yes');
	if (window.focus) {newwindow.focus()}
}