/* ポップアップウィンドウ */
function rnv(){
window.open("../to_owner/renovation.html","","width=550,height=650,menubar=0,toolbar=0,resizable=0,location=1,scrollbars=1,screenX=20,screenY=50,left=20,top=50");
}
function cnv(){
window.open("../to_owner/conversion.html","","width=550,height=650,menubar=0,toolbar=0,resizable=0,location=1,scrollbars=1,screenX=20,screenY=50,left=20,top=50");
}
	
/* ウィンドウクローズ */
function CloseWin(){
window.close();
}

