function newwin(){
var win1=window.open('./html/kiyaku_jp.php','newwindow',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=300,height=300');
}
function newwin2(){
var win1=window.open('./html/cookie.php','newwindow',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=300,height=300');
}

