function OpenRegister() {
	window.open(
		'https://www.polus-green.com/inquiry/various/fm/fm_reg.php',
		'inqwin',
		'status=yes,scrollbars=yes,resizable=yes,width=640'
	);
	return false;
}
function OpenShiryou(d) {
	window.open(
		'https://www.polus-green.com/inquiry/bk/polus-green.com/shiryou/kbt_index.php?fmid=W1R575XpYRgNFOxusvrJzHe7X6UHAp&bkid=' + d,
		'SHIRYO',
		'width=620,height=740,resizable=yes,scrollbars=yes'
	);
	return false;
}

