function openwin1(){
window.open("frame/popup1.html","popup","width=660,height=600,left=50,top=20'toolbar=no,scrollbars=yes,resizable=yes");
}

function closelink() {
window.opener.location.href = "http://www.yotsuba-re.co.jp/testss/inquiry/index.html";
window.close();
}