<!-- サイズ指定新規ウィンドウ -->

<!--ムービー-->

function tuhan() {
newWin = window.open("tuhan.html","tuhan","width=625,height=600,scrollbars=yes");
newWin.moveTo(50,50);
}

