function checkout(){
		url = "/member_withdrawal/index.html"
		xp = (screen.width - 440)/2;
		yp = 0;
		var newwin=window.open(url,"map","width=440,height=500,left="+xp+",top="+yp+",directories=no,location=no,menubar=no,resizable=no,scrollbars=yes,toolbar=no");
		newwin.focus();
}
function domeinManual(){
		url = "mobile_cautions.html"
		xp = (screen.width - 600)/2;
		yp = 0;
		var newwin=window.open(url,"map","width=600,height=780,left="+xp+",top="+yp+",directories=no,location=no,menubar=no,resizable=no,scrollbars=yes,toolbar=no");
		newwin.focus();
}
function privacyPop(){
		url = "#"
		xp = (screen.width - 600)/2;
		yp = 0;
		var prv=window.open(url,"map","width=600,height="+screen.height+" ,left="+xp+",top="+yp+",directories=no,location=no,menubar=no,resizable=no,scrollbars=yes,toolbar=no");
		prv.focus();
}

function eventPop(){
		url = "halloween.html"
		xp = (screen.width - 1000)/2;
		yp = 0;
		var prv=window.open(url,"map","width=1070,height="+screen.height+" ,left="+xp+",top="+yp+",directories=no,location=no,menubar=no,resizable=no,scrollbars=yes,toolbar=no");
		prv.focus();
}

function malmag(){
	var title="PC用メールマガジン登録";
	var bodys="本文は記入の必要はありません。このまま送信して下さい。"
	if(navigator.userAgent.indexOf("MSIE") != -1){
		var subj =EscapeSJIS(title);
		var bod=EscapeSJIS(bodys);
	}else{
		var subj =title;
		var bod=bodys;
	}
	var mailto="mailto:pasagio.pc_at@fofa.jp";
	location.href= mailto;
}
  
function toiawase(){
	var title="お問合せメール";
	var bodys=""
	if(navigator.userAgent.indexOf("MSIE") != -1){
		var subj =EscapeSJIS(title);
		var bod=EscapeSJIS(bodys);
	}else{
		var subj =title;
		var bod=bodys;
	}
	var mailto="mailto:info@passaggio.jp?subject="+subj+"&body="+bod;
	location.href= mailto;
}
  
