// JavaScript Document

//メーラーを起動する。
function mailfunc(str){
	if(str=="j"){
	window.location="mailto:info@caritas.jp?subject=お問い合わせ"
	
	}else if(str=="e"){
	window.location="mailto:secretariat@caritas.jp"
	}else if(str=="j2"){
	window.location="mailto:info@cbcj.catholic.jp"
	}
	}
	
// History Backする
function backpage(){
	//top.hisroty.back();
	
	window.location="index.html"
	//go(-1)
	}