function renewal_kita1() { 
wx = 370;
wy = 370;
x = (screen.width  - wx) / 2;
y = (screen.height - wy) / 2;
subWin = window.open("renewal/index.html","renewal","left="+x+",top="+y+",width="+wx+",height="+wy);
}
function renewal_toriton() { 
wx = 370;
wy = 370;
x = (screen.width  - wx) / 2;
y = (screen.height - wy) / 2;
subWin = window.open("../renewal/toriton.html","renewal","left="+x+",top="+y+",width="+wx+",height="+wy);
}
function renewal_katsutoku() { 
wx = 370;
wy = 370;
x = (screen.width  - wx) / 2;
y = (screen.height - wy) / 2;
subWin = window.open("../renewal/katsutoku.html","renewal","left="+x+",top="+y+",width="+wx+",height="+wy);
}
function renewal_ikkonya() { 
wx = 370;
wy = 370;
x = (screen.width  - wx) / 2;
y = (screen.height - wy) / 2;
subWin = window.open("../renewal/ikkonya.html","renewal","left="+x+",top="+y+",width="+wx+",height="+wy);
}
function privacy() { 
wx = 490;
wy = 382;
x = (screen.width  - wx) / 2;
y = (screen.height - wy) / 2;
subWin = window.open("../privacy/index.html","privacy","left="+x+",top="+y+",width="+wx+",height="+wy);
}