function goHome()
{
		document.location='/main.php';
}

//¿þµùÈ¦¼Ò°³
function go1(chk)
{
         if (chk==0) {
			document.location ='#';//
		}  else if (chk==1) {
			document.location ='/weddinghall/introduction.php';	//¼Ò°³
		}  else if (chk==2) {
			document.location ='/weddinghall/lobby.php';	//news
		}  else if (chk==3) {
			document.location ='/weddinghall/map.php';	//Ã£¾Æ¿À½Ã´Â±æ
		}  	
}

//
function go2(chk)
{
         if (chk==0) {
			document.location ='#';//
		}  else if (chk==1) {
			document.location ='/facilities/brideroom.php';	//
		} else if (chk==2) {
			document.location ='/facilities/pyebaekroom.php';	//
		} else if (chk==3) {
			document.location ='/facilities/reservation.php';	//
		} 
}





//
function go3(chk)
{
         if (chk==0) {
			document.location ='#';//
	 	}  else if (chk==1) {
			document.location ='/banquet/banquethall.php';	//
		} else if (chk==2) {
			document.location ='/banquet/ceremony.php';	//
		} else if (chk==3) {
			document.location ='/banquet/birthday.php';	//
		}else if (chk==4) {
			document.location ='/banquet/6070_birth.php';	//
		}else if (chk==5) {
			document.location ='/banquet/meeting.php';	//
		}
}

//
function go4(chk)
{
         if (chk==0) {
			document.location ='#';//
	 	}  else if (chk==1) {
			document.location ='/expensed/price.php';	//
		} else if (chk==2) {
			document.location ='/expensed/price2.php';	//
		} 
}


//weddingcustomer
function go5(chk)
{
         if (chk==0) {
			document.location ='#';//
	 	}  else if (chk==1) {
			document.location ='/bbs/board.php?bo_table=news';	//
		} else if (chk==2) {
			document.location ='/bbs/board.php?bo_table=gallery';	//
		} else if (chk==3) {
			document.location ='/bbs/board.php?bo_table=gallery2';	//
		} else if (chk==4) {
			document.location ='/customer/estimate.php';	//
		} else if (chk==5) {
			document.location ='/customer/estimate2.php';	//
		} 
}





//sitemap
function sitemap(chk)
{
		if (chk==1) {
			document.location ='/sitemap/sitemap.php';	//
		}
}
// mail
function mail(chk)
{
		if (chk==1) {
				document.location = 'mailto:';
						}
}

//top
function GoTop()
{
		document.location = '#top';
}