
function popwindow(url, name, attributes) {
		newwindow=window.open(url,name,attributes);
		if (window.focus) {newwindow.focus()};
	}