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

