

function popup_win() {
	noticeWindow  =  window.open('event04.html','notice','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=320,height=550,top=0');
        noticeWindow.opener = self;
    
}

function click()
{
  //if ((event.button==2) || (event.button==3) || (event.keyCode == 93))
  //{  alert('¸¶¿ì½º ¿À¸¥ÂÊ ¹öÆ°Àº »ç¿ëÇÒ¼ö ¾ø½À´Ï´Ù.');}
  //else
  //{
  //  if((event.ctrlKey) || (event.shiftKey))
  //  {  alert('Å°¸¦ »ç¿ëÇÒ ¼ö ¾ø½À´Ï´Ù.');}
  //}
}

document.onmousedown=click;
document.onkeydown=click;

function jsSubmit(chgValue)
{
   document.form1.access.value = chgValue;
   document.form1.submit();
}
