<!--
function PopSecurityEdit(){
wx = 740;
wy = 650;
x = (screen.width  - wx) / 2;
y = (screen.height - wy) / 2;
jumpname = "http://www.daisankanbutu.com/WebShop/PopSecurity.aspx"
subWin = window.open(jumpname,"sub","scrollbars=yes,left="+x+",top="+y+",width="+wx+",height="+wy);
}
// -->
