function open_recruit(){
	window.open(
		"recruit.html",
		"test",
		"width=400,height=400"
	);
}
