<!--
function NoticeView(notice_idx)
{
   window.open("notice/notice_view.asp?notice_idx="+notice_idx,"notice","scrollbars=yes,resizable=no,width=600,height=500")
}
function NoticeList()
{
   window.open("notice/notice_list.asp","notice","scrollbars=yes,resizable=no,width=600,height=500")
}
function Open(idx,win){
	window.open("movie_view.asp?idx="+idx,win,"width=600,height=550,scrollbars=yes");
}
//-->