/*通常ウィンドウオープン*/
function openWin(url,name,W,H) {
popupWin = null;
popupWin=window.open(url,name,'toolbar=no,status=no,width='+W+',height='+H+',directories=no,scrollbars=yes,location=no,resizable=yes,menubar=no');
}