
	/*
	 * °³¹ßÀÏÀÚ : 2004/02/20
	 * °³¹ß¾÷¹« : News/°í°´ °Ô½ÃÆÇ
	 * °³¹ß³»¿ë : more ¹öÆ° ¸Þ´º ÀÌµ¿
	 * °³ ¹ß ÀÚ : Jong - Kyun Bae
	 */

	function moreView(boardGrp, section){
	
		var path = (section == 0) ? "/guide/report/news0101.jsp" : "/per/board/index.jsp";
		path += "?boardGroup=" + boardGrp;
		path += "&section=" + section;

		location.href = path;
	
	} // end moreView
	
	function moreView2(boardGrp, section){
	
		var path = (section == 0) ? "/guide/report/news0101.jsp" : "/com/board/index.jsp";
		path += "?boardGroup=" + boardGrp;
		path += "&section=" + section;

		location.href = path;
	
	} // end moreView
	
	// FAQ ÆË¾÷º¸±â
	function moreFAQ(mr){
		var frm = document.faqView;
		frm.mode.value = mr;
		window.open('','popupFaq','width=630, height=610,top=1, left=1,toolbar=no,scrollbars=yes,resizable=yes');
		frm.target = 'popupFaq';
		frm.submit();
	} // end more
