// JavaScript Document

// Calendar Start //
	function OnCalendarRead(str1, str2, str3, str4){
		parent.location.href = "/bbs/mboard.asp?Action=view&strBoardID=" + SET_STRBOARD_ID + "&intPage=" + SET_INTPAGE + "&intCategory=" + SET_INTCATEGORY + "&strSearchCategory=" + SET_SEARCH_CATEGORY + "&strSearchWord=" + SET_SEARCH_WORD + "&checkIntSeq=" + str1 + "&strScYear=" + str2 + "&strScMonth=" + str3 + "&strScDay=" + str4;
	}
	
// Calendar END //	
	
