function wopen(url) {
	window.open(url,'setsumei','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes');
}
