//ポップアップウインドウ用
function popup(htmlfile,W,H) {
win=window.open(htmlfile,"","width="+W+",height="+H+",status=yes,resizable=yes,scrollbars=yes")
}