function openSubWin(path, w, h){
newWindow = window.open(path, "syosai", "width=" + w + ",height=" + h + ",scrollbars=yes" + ",resizable=no");
newWindow.focus();
}