function popup(url) {
	win = open(url,"win","width=600,height=420,scrollbars=yes");
	win.focus()
}
