function wopen(url, wx, hy) {
	window.open(url, "new", "location=0, directories=0, hotkeys=0, menubar=0, personalbar=0, resizable=1, scrollbars=1, status=0, toolbar=0, width=" + (wx+40) + ", height=" + (hy+40) + ",");
}