// JavaScript Document

function btnAttendance_FatherSelectN_time_table_id_click()
{
	var url = "index.php?do=attendance_father_timetable_list&hddStudentId=" + encodeURIComponent($F('s_user_id'));
	openChild(url, 'win2');
}

function btnAttendance_FatherSearch_click()
{
	var url = "index.php?do=attendance_father";
	var pars = "action=search&s_user_id=" + encodeURIComponent($F('s_user_id')) + "&n_time_table_id=" + $F('n_time_table_id') + "&index_paging=1";
	$('url_paging').value = "index.php?do=attendance_father&action=search&s_user_id=" + encodeURIComponent($F('s_user_id')) + "&n_time_table_id=" + $F('n_time_table_id');
	ShowDivGeneral(url, pars, 'divTimetableDetailList');
}