function selectView2(board_id,group_name,imgName){
	if(imgName=="Image22"){
		document.Image22.src = "cimg/notice_01.gif";
		document.Image23.src = "cimg/notice_02_over.gif";
	}else if(imgName=="Image23"){
		document.Image22.src = "cimg/notice_01_over.gif";
		document.Image23.src = "cimg/notice_02.gif";
	}
	ifr2.location.href = "/include/viewGongji.asp?board_id="+board_id+"&group_name="+group_name;
}