function getSubjectShow(id){ showDialogContent('Popup.htm?mode=subjectDetail&subjectId=' + id ,'Subject details information','popuplg-dialog'); } function getSubjectInterShow(id){ showDialogContent('Popup.htm?mode=subjectInterDetail&subjectId=' + id ,'Subject details information','popuplg-dialog'); } function getStudentDetail(studentId){ window.open("StudentPopup.htm?mode=profile&studentId="+studentId,'_blank'); } function getStudentSelect(noAnuban){ showDialogContent('Popup.htm?mode=initStudentPopup&noAnuban='+noAnuban ,'Select Student','popupmd-dialog'); } function getStudentSelectByDegreeLevel(noAnuban, degreeLevelId){ showDialogContent('Popup.htm?mode=initStudentPopup&noAnuban='+noAnuban+ '°Id='+degreeLevelId ,'Select Student','popupmd-dialog'); } function getEmployeeDetail(employeeId,schoolId){ window.open("Employee.htm?mode=profile&employeeId="+employeeId+"&schoolId="+schoolId,'_blank'); } function getStudentDetailPdf(studentId){ window.open("Student.htm?mode=printStudentDetails&studentId="+studentId,'_blank'); } function getRoomDetail(id){ showDialogContent('Popup.htm?mode=schoolRoomDetail&roomId=' + id ,'Classroom Information','popupsm-dialog'); } function getStudentShow(id){ showDialogContent('Popup.htm?mode=student&studentId=' + id ,'Student Info','popuplg-dialog'); } function getClassRoomShow(id){ showDialogContent('Popup.htm?mode=classRoom&classRoomId=' + id ,'Class Info','popupsm-dialog'); } function getEmployeeShow(id){ showDialogContent('Popup.htm?mode=employee&employeeId=' + id ,'Personnel Information','popupsm-dialog'); } function getSearchApplicationApplyPopUp(){ showDialogContent('Popup.htm?mode=initApplicationApplyPopup' ,'Find Student Information','popupmd-dialog'); } function getEstimateScore(year,stuId,semester,estimate){ showDialogContent('Popup.htm?mode=searchEstimateScore&year=' + year + '&stuId=' + stuId + '&semester=' + semester + '&estimate=' + estimate,'Student Info','popuplg-dialog'); }