﻿function openWindow() {
window.open( "","window",'toolbar=0,location=0,scrollbars=1,menubar=no,width=950,height=650,resizable=1');
}
function openWindow2() {
window.open( "","kokuchi",'toolbar=0,location=0,scrollbars=1,menubar=no,width=700,height=800,resizable=1');
}
