function noticeView(seq) {
	//window.open('/lulumain/notice_view.jsp?num='+num, 'notice', 'left=0, top=0, width=476, height=380, scrollbars=no');
	window.open('/bb/notice/pupup_notice_viewer.jsp?seq=' + seq, 'notice', 'left=0, top=0, width=580, height=570, scrollbars=no');
}

function enoticeView(num) {
	window.open('/lulumain/event_view.jsp?num='+num, 'notice', 'left=0, top=0, width=476, height=380,scrollbars=no');
}

function noticelist() {
	window.open('/bb/notice/pupup_notice_list.jsp', 'notice', 'left=0, top=0, width=580, height=570, scrollbars=no');
}

function enoticelist() {
	window.open('/lulumain/event_list.jsp', 'notice', 'left=0, top=0, width=484, height=380, scrollbars=no');
}
