//***** °Ô½Ã¹° ºÎºÐ *****//
function main_news(idx) {

	document.getElementById("notice_01").src='/images/dept/tmpl/tap_01.gif';
	document.getElementById("notice_02").src='/images/dept/tmpl/tap_02.gif';
	document.getElementById("notice_" + idx).src='/images/dept/tmpl/tap_' + idx + '_ov.gif';	

	document.getElementById("main_news_01").style.display = 'none';	
	document.getElementById("main_news_02").style.display = 'none';
	document.getElementById("main_news_" + idx).style.display = 'block';	
}
