/* ポップアップウィンドウ */
function top(){
window.open("./mail_magazine/index.html","","width=600,height=650,menubar=0,toolbar=0,resizable=0,location=1,scrollbars=1,screenX=20,screenY=50,left=20,top=50");
}

function mail(){
window.open("../mail_magazine/index.html","","width=600,height=650,menubar=0,toolbar=0,resizable=0,location=1,scrollbars=1,screenX=20,screenY=50,left=20,top=50");
}
	
/* ウィンドウクローズ */
function CloseWin(){
window.close();
}
