//ウィンドウ表示
function openWin(url) {
	window.open(url,"form","width=700,height=770,scrollbars=yes,resizable=yes") 
}



