	function popup(name, url, width, height) {
	win = window.open(url, name, "width=" + width + ",height=" + height + ",location=no,menubar=no,resizable=no,toolbar=no,scrollbars=yes");
	win.focus();
	}
