function go(numm){	
	if (numm=="0"){
	document.location = "index.html"
	}
	////////교회소개
	if (numm=="11"){
	document.location = "sub1_1.html"
	}
	////김원수목사와 함께
	if (numm=="21"){
	document.location = "sub2_1.html"
	}
	/////////g12제자훈련
	if (numm=="31"){
	document.location = "sub3_2.html"
	}
	/////////교회학교
	if (numm=="41"){
	document.location = "sub4_1.html"
	}

}
