function popup(path) {
	var newWin = window.open(path, "popup", "width=420px,height=380px,resize=yes,scrollbars=yes,center=1");
	newWin.focus();
	return false;
}
