//個人情報保護に関する表示
url1="browser.html";

function SubWin(url){
win=window.open(url,"new","toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=700,height=600");
}
