// JavaScript Document
function win_open(){
window.open("agreement.html","","width=450,height=1000,scrollbars=yes");
}
