function open_window(url, name, x, y) {
	aku = window.open(url, name, "width=" + x + ", height=" + y + ", location=no, menubar=no, directories=no, toolbar=no, scrollbars=yes, resizable=no, status=yes");
	aku.focus();
}
