/**
 * action Ã³¸®
 */
function act(_frm, _process, _target) {
    _frm.action = "/control";
    _frm.act.value = _process;
    if(_target!=null) {
    	_frm.target=_target;
    }

    _frm.submit();
}

/**
 * È¸¿ø°Ë»ö ÆË¾÷
 */
function popMemberSearch() {
    win = popWin("/control?act=popMemberSearch");
}

/**
 * ´Þ·ÂÆË¾÷
 */
function popCalendar(_obj) {
    win = popWin("/common/calendar.htm");
}

