	//È¨
	function goHome()
	{
		window.document.location.href="/";
	}
	
	//º»´ç¼Ò°³
	function goWelcome(sub)
	{
		window.document.location.href="/01_welcome/?sub="+sub;
	}

	//»ç¸ñ¾È³»
	function goSamok(sub)
	{
		window.document.location.href="/02_samok/?sub="+sub;
	}
	function Samok(sub)
	{
		window.document.location.href="/02_samok/?sub="+sub;
	}

	//ÀÌ¾ß±â¸¶´ç
	function goTalk(sub)
	{
		window.document.location.href="/03_bbs/?sub="+sub;
	}

	//½Å¾Ó¼¾ÅÍ
	function goCatholic(sub)
	{
		window.document.location.href="/04_cath/?sub="+sub;
	}

	//Ä«Æä
	function goCafe()
	{
		window.document.location.href="/_subpages/subjbb.html";
	}

	//·Î±×ÀÎ
	function goLogin()
	{
		//window.document.location.href="/_loginout/global_login.html";
		openLoginDialog();
	}

	//·Î±×¾Æ¿ô
	function goLogout()
	{
		window.document.location.href="/_loginout/global_logout.html";
	}

	//»çÀÌÆ®¸Ê
	function goSitemap()
	{
		window.document.location.href="/_html/sitemap.html";
	}
