function popup(url, name, attributes) {
	window.open(url, name, attributes);
	return false;
}