function NoticeView(url) {

	var noticeWin = window.open(url,"noticeWin","width=450,height=500, scrollbars=1");
	noticeWin.focus();
	
}
