//別ウィンドウ
function newwin01(w){
winname = w + ".html";
window.open(winname,"newwin","width=600,height=600,scrollbars=yes,resizable=yes");
}
