//ポップアップウィンドウ
function openwin(url) {
	window.open(url, "", "width=530, height=700, top=0, left=0, scrollbars=yes, resizable=yes");
}