0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 3.145.72.55


Current Path : /var/www/oasis/js_old/
Upload File :
Current File : /var/www/oasis/js_old/load_mannual_js_files.js

includeJsFilesMannually("js/popups/qp_subject_popup.js");
/* Include All Manual JS Files*/

function enablegeneralmaster() {
  var js_path = "js/system.js";

  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  Callenablegeneralmaster();
}

function enableUserSetUp() {
  var js_path = "js/usersetup.js";

  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallenableUserSetUp();
}

function enableUserRightsSetUp() {
  var js_path = "js/usersetup.js";

  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallenableUserRightsSetUp();
}

const UpdateCollegeDet = () => {
  var js_path = "js/UpdateCollDet.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallUpdateCollDet();
};

function studentEntry() {
  // Admission Entry
  var js_path = "js/student_entry.js";

  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  var form_submit_js_path = "js/form_submit.js";
  if (!in_array(form_submit_js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(form_submit_js_path);
    includeJsFilesMannually(form_submit_js_path);
  }
  LoadstudentEntry("Add");
}

function admchallanpreparation() {
  // Admission Entry
  var js_path = "js/admchallanpreparation.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }

  CallAdmChallanPreparation();
}

function freezeModuleAtAdminCollegeSubject() {
  var js_path = "js/freeze_module_at_admin_college_subject.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  LoadfreezeModuleAtAdminCollegeSubject();
}
//for reva to freez ia with respect to section
function freezeModuleAtAdminCollegesectionSubject() {
  var js_path = "js/subjectwise_freezing_sectionwise.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  LoadfreezeModuleAtAdminCollegesectionSubject();
}
// to reva
function freezeModuleAtUniversityOrCollege() {
  var js_path = "js/freeze_module_at_university_college.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  LoadfreezeModuleAtUniversityOrCollege();
}
function FreezeAdClMe() {
  // Admission Entry
  var js_path = "js/freeze_Ad_Cl_Me.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  LoadFreezeAdClMe();
}
function CollegeDegreeStatus() {
  // CollegeDegreeStatus
  var js_path = "js/college_degree_status.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  LoadCollegeDegreeStatus();
}
function enablemodulesetup() {
  // enablemodulesetup
  var js_path = "js/module_setup.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  Loadenablemodulesetup();
}

function enableDegreeSetup() {
  // degree
  var js_path = "js/degree.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);

    // var script = document.createElement("script");
    // script.type = "text/javascript";
    // if (script.readyState) {
    //   script.onreadystatechange = function() {
    //     if (script.readyState == "loaded" || script.readyState == "complete") {
    //       script.onreadystatechange = null;

    //       LoadenableDegreeSetup();
    //     }
    //   };
    // } else {
    //   script.onload = function() {
    //     LoadenableDegreeSetup();
    //   };
    // }

    // script.src = js_path;
    // var x = document.getElementsByTagName("head")[0].appendChild(script);
  }
  //console.log("it is comeing");
  LoadenableDegreeSetup();
}
function candidateList() {
  // candidateList
  var js_path = "js/candidate_list.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  var form_submit_js_path = "js/form_submit.js";
  if (!in_array(form_submit_js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(form_submit_js_path);
    includeJsFilesMannually(form_submit_js_path);
  }
  LoadcandidateList();
}
function ExportTablesSetup() {
  // ExportTablesSetup
  var js_path = "js/export_import_setup.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  LoadExportTablesSetup();
}
function ImportTablesSetup() {
  // ExportTablesSetup
  var js_path = "js/export_import_setup.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  LoadImportTablesSetup();
}
function ExportTablesUtility() {
  // ExportTablesSetup
  var js_path = "js/export_import.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  LoadExportTablesUtility();
}
function ImportTablesUtility() {
  // ExportTablesSetup
  var js_path = "js/export_import.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  LoadImportTablesUtility();
}

//enableAdmAck

function enableAdmAck() {
  var js_path = "js/ack_registration.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallEnableAckRegistration();
}

function enableCreateAdmission() {
  var js_path = "js/createAdmission.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallEnableCreateAdmission();
}

function enableChangeMobile() {
  var js_path = "js/changeMobile.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallEnableChangeMobile();
}

function enableChangeDegre() {
  var js_path = "js/changeAdmDegree.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallEnableChangeAdmDegree();
}

function enableDispatchanswerscript() {
  var js_path = "js/Dispatch_answer_script.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  LoadEnableDispatchanswerscript();
}
function enableDispatchanswerscriptQp() {
  var js_path = "js/Dispatch_answer_script_qp.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  LoadEnableDispatchanswerscriptQp();
}
function absententrysubjectwise() {
  var js_path = "js/AbsentEntrySubjectWise.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  Loadabsententrysubjectwise();
}
function absententrysubjectwiseQP() {
  var js_path = "js/absententrysubjectwiseQP.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  LoadabsententrysubjectwiseQP();
}

function EnableMessageBoard() {
  var js_path = "js/Message_board.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  LoadEnableMessageBoard();
}
function EnableAdmissionEntryStatus() {
  var js_path = "js/admission_entry_status.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  LoadAdmissionEntryStatus();
}
function Revaluation() {
  var js_path = "js/revaluation.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  LoadRevaluation();
}
function EnableBatchSetup() {
  var js_path = "custom_js/batch_setup.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  LoadBatchSetup();
}
function EnablePracticalMarksSetup() {
  var js_path = "custom_js/practical_marks.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  LoadPracticalMarksSetup();
}
function EnablePracticalEntryFreezing(type) {
  var js_path = "custom_js/practical_entry_freezing.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  LoadEnablePracticalEntryFreezing(type);
}
//evaluation update on 12/08/2011.
function EnableEvaluation() {
  var js_path = "custom_js/evaluation.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  LoadEnableEvaluation();
}

function EnableFreezeMarks() {
  var js_path = "custom_js/freeze_marks.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  LoadEnableFreezeMarks();
}
function EnableDeviationReport() {
  var js_path = "custom_js/deviation_report.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallEnableDeviationReport();
}

function EnableMarksDeviationReport() {
  var js_path = "custom_js/marks_deviation_report.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallEnableMarksDeviationReport();
}
function EnableEvaluationReport() {
  var js_path = "custom_js/evaluationreport.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallEnableEvaluationReport();
}
function LoadRevaluationReport() {
  var js_path = "custom_js/revaluation_report.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallRevaluationReport();
}
function EnableTeacherEntry() {
  var form_submit_js_path = "js/form_submit.js";
  if (!in_array(form_submit_js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(form_submit_js_path);
    includeJsFilesMannually(form_submit_js_path);
  }

  var js_path = "js/teachers.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallEnableTeacherEntry("Add");
}
function EnableCollegeInformation() {
  var js_path = "js/college.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallEnableCollegeInformation();
}
function DownloadMiscFiles() {
  var js_path = "js/download_misc_files.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallDownloadMiscFiles();
}
function ImportMarks() {
  var js_path = "js/import_marks.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallImportMarks();
}
function EnableAckRvRtApplication() {
  var js_path = "js/ack_rv_rt_application.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallEnableAckRvRtApplication();
}

function EnableAckApplication() {
  var js_path = "js/ack_application.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallEnableApplication();
}
function EnableRvRtReport() {
  var js_path = "js/ack_rv_rt_report.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallEnableRvRtReport();
}
function EnableChallanPreparation() {
  var js_path = "js/challan_preparation.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallEnableChallanPreparation();
}

function enableAckAdmChal() {
  var js_path = "js/ack_chalentries.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallEnableAdmChallanEntries();
}
/*
changed for address
*/
function enableAckAdmApplication() {
  var js_path = "js/ack_adm_application.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallEnableAdmApplication();
}

function enableExamCntrDec() {
  var js_path = "js/cntrDeclaration.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallEnableCntrDeclaration();
}

function enableadmissionentry() {
  var js_path = "js/ack_admentry_application.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  Calladmissionentry();
}

function enableAckAdmwomApplication() {
  var js_path = "js/ack_admentry_application.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  Calladmissionentrywom();
}

function EnableChallanEntries() {
  var js_path = "js/challan_entries.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallEnableChallanEntries();
}
function EnableReceiveRvRtApplication() {
  var js_path = "js/receive_rv_rt_application.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallEnableReceiveRvRtApplication();
}
function EnableRvRtGuideLines() {
  var js_path = "js/rv_rt_guide_lines.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallEnableRvRtGuideLines();
}
function EnableAckExamAppForm() {
  var js_path = "js/ack_exam_app_form.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallEnableAckExamAppForm();
}
function EnableExamAppGuideLines() {
  var js_path = "js/ack_exam_app_form.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallEnableExamAppGuideLines();
}
function EnableRoomAllotment() {
  var js_path = "js/room_allotment.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallEnableRoomAllotment();
}

function EnableRoomAllotmentDatewise() {
  var js_path = "js/room_allotment_datewise.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallEnableRoomAllotmentDatewise();
}

function uploadStudentPhotos() {
  // uploadStudentPhotos
  var js_path = "js/uploadStudentPhotos.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  var form_submit_js_path = "js/form_submit.js";
  if (!in_array(form_submit_js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(form_submit_js_path);
    includeJsFilesMannually(form_submit_js_path);
  }
  CalluploadStudentPhotos();
}

function downloadStudentPhoto() {
  // downloadStudentPhotos
  var js_path = "js/downloadStudentPhotos.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  var form_submit_js_path = "js/form_submit.js";
  if (!in_array(form_submit_js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(form_submit_js_path);
    includeJsFilesMannually(form_submit_js_path);
  }
  CalldownloadStudentPhotos();
}

function FreshExamSubject() {
  //
  var js_path = "js/subject_freshExam.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  var form_submit_js_path = "js/form_submit.js";
  if (!in_array(form_submit_js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(form_submit_js_path);
    includeJsFilesMannually(form_submit_js_path);
  }
  LoadIdentifySubjFreshExam();
}

function enableUserSubjIdentfy() {
  // User Subject Identification
  var js_path = "js/usersubj_identification.js";

  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallUserSubjIdentification();
}

function enableBundleDisptch() {
  // Bundle Dispatch
  var js_path = "js/bundle_dispatch.js";

  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallenableBundleDisptch();
}
//rcub,reva
function EnableUpdateSection() {
  var js_path = "js/updateSection.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallEnableUpdateSectionScreen();
}
function EnableAttendanceScreen() {
  var js_path = "js/attendance.js?v=31072017";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallEnableAttendanceScreen();
}
function EnableRvRtGuideLines() {
  var js_path = "js/rv_rt_guide_lines.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallEnableRvRtGuideLines();
}

function EnableAckRvRtApplication() {
  var js_path = "js/ack_rv_rt_application.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallEnableAckRvRtApplication();
}

function marksentrysubjectwise(enttype) {
  //alert(enttype);
  var js_path = "js/markentry_subjectwise.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  callmarksentrysubjectwise(enttype);
}

function EnableAdmSummeryReport() {
  var js_path = "js/Report/report_admission_list.js?v=21092018";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  LoadAdmSummeryListing();
}
function enableMarksListElementWise() {
  var js_path = "js/markslistelement_report.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallMarksListElementWise();
}

function enableAdmissionApproval() {
  // Admission Approval
  var js_path = "js/admission_approve.js?v=25052016";

  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallenableAdmissionApprove();
}

function enableCollAdmissionApproval() {
  // College Approval status
  var js_path = "js/college_approve.js";

  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallenableCollAdmissionApprove();
}

function enableDocVerifyExamApp() {
  // verify Documents for Exam Application
  var js_path = "js/doc_verification.js";

  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallenableDocVerifyExamApp();
}

function enableAdmissionAppList() {
  // Admission Approval report
  var js_path = "js/admissionapplist.js";

  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallenableAdmissionAppList();
}

// database backup 22.04.2016 add to lys user only
function viewAll() {
  var js_path = "js/backup.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  viewAll();
}

function EnablefeeInformation() {
  var js_path = "js/feeupdation.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallEnablefeeInformation();
}

function EnablefeeInfoBulk() {
  var js_path = "js/feeupdation_bulk.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallEnablefeeInfoBulk();
}

//Loadtopsheetpr

function Enabletopsheet() {
  var js_path = "js/topsheet.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  Enabletopsheetpr();
}

//Loadmessage board

function Enablemessage() {
  var js_path = "js/message_text.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  EnableMessageText();
}

//dates to enter from front end

function EnableDate() {
  var js_path = "js/daterange.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  EnableDateRange();
}

function EnableFreez() {
  var js_path = "js/subjectfreez.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  LoadfreezeSubject();
}

function Enableworkstatus() {
  var js_path = "js/workstaus.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  Loadworkstatus();
}

function Enablecollegestatusdegree() {
  var js_path = "js/college_wise_degree_status.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  collegewisedegreestatus();
}

function Enablepracticalmarksmis() {
  var js_path = "custom_js/practical_marks_mis.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  practicalmarksmis();
}

function enablePrintExamform() {
  var js_path = "js/printExamform.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  callPrintExamform();
}

function enableDownloadFeeStatement() {
  var js_path = "js/downloadFeeStatement.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  callDownloadFeeStatement();
}

function Enableadmdegree() {
  var js_path = "js/mascomb.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  callEnableadmdegree();
}

// online sevices 07/10/2016
function Enableservices() {
  var js_path = "js/services.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  callenableservices();
}
function Enableservicefeeheads() {
  var js_path = "js/servicehead.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  callenableservicefeeheads();
}

function Enableheadfees() {
  var js_path = "js/serviceheadfee.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  callenableserviceheadfees();
}

function Enableviewapplication() {
  var js_path = "js/appstatus.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  callenableviewapplication();
}

function Enableroomallotmentsummary() {
  var js_path = "js/roomallotmantsummary.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  callroomallotmantsummary();
}

// Room declaration and capacity update
function Enableroomdeclaration() {
  var js_path = "js/roomdeclaration.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  callroomdeclaration();
}

function Enableattendancefreezing() {
  var js_path = "js/attendance_freez.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  callattendancefreez();
}

function uploadzip() {
  var js_path = "js/uploadzip.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  calluploadzip();
}

function photoupload() {
  var js_path = "js/photoupload.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  callphotoupload();
}

function callstudentphoto() {
  var js_path = "js/studentphotolist.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  Enablestudentphoto();
}

function invigilators_dairy() {
  var js_path = "js/invigilators_dairy.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  Enableinvigilators_dairy();
}

function subjectwiseinvigilators_dairy() {
  var js_path = "js/subjectwise_invigilator_dairy.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  Enablesubjectinvigilator_dairy();
}

function EnableBulkAckExamAppForm() {
  var js_path = "js/ack_exam_app_form_bulk.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallEnableAckExamAppFormbulk();
}

function Enablervdates() {
  var js_path = "js/rvdates.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  Callrvdates();
}

function Enableansbookcancel() {
  var js_path = "js/ansbookcancel.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  callansbookcancel();
}

function Enableanswerbookissued() {
  var js_path = "js/answer_book_issued.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  callanswerbookissued();
}

function Enableexamcnt() {
  var js_path = "js/updateexamcnt.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  Callupdateexamcnt();
}

function Enablebundlestaus() {
  var js_path = "js/bundlestatus.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  Callbundlestatus();
}

function Enablereceivebundle() {
  var js_path = "js/bundlereceive.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  Callbundlereceive();
}

function Enablebatchclose() {
  var js_path = "custom_js/batch_close.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  callbatchclose();
}

function Enableattfreezmth() {
  var js_path = "js/attendance_freez_mth.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  Loadattendancefreezmth();
}

function Enableboeseletion() {
  var js_path = "js/boeselection.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  Callboeselection();
}

function Enablepdfresults() {
  var js_path = "js/results_pdf.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  callpdfresults();
}

function Enablecolldesp() {
  var js_path = "js/colldesp_ack.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  Enablecolldespack();
}

// end of services

function studentEntryReg() {
  // Admission Entry
  var js_path = "js/admission_entry_reg.js";

  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  var form_submit_js_path = "js/form_submit.js";
  if (!in_array(form_submit_js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(form_submit_js_path);
    includeJsFilesMannually(form_submit_js_path);
  }
  LoadstudentEntry("Add");
}

/*function uploadStudentPhotos() // Admission Entry
{
	var js_path = "js/admission_entry_reg.js";	 
		 
	if(!in_array(js_path,$loaded_js_files_arr))
	{ 
		$loaded_js_files_arr.push(js_path);
		includeJsFilesMannually(js_path);		
	}
	var form_submit_js_path="js/form_submit.js";
	if(!in_array(form_submit_js_path,$loaded_js_files_arr))
	{ 
		$loaded_js_files_arr.push(form_submit_js_path);
		includeJsFilesMannually(form_submit_js_path);		
	}
	LoadstudentEntry('Add');
}*/

function enabledownloadexsheet() {
  var js_path = "js/admdownloadexsheet.js";
  console.log("enabledownloadexsheet");
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  calladmexeclsheet();
}

function enableuploadexsheet() {
  var js_path = "js/admuploadexsheet.js";

  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }

  calluploadexsheet();
}

function enabledeleteadmdata() {
  var js_path = "js/adm_delete_data.js";

  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }

  calldeleteadmdata();
}

function enableECHblk() {
  var js_path = "js/ECHblk.js";

  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }

  callenableECHblk();
}

function enalbecollbankdet() {
  var js_path = "js/collbankdet.js";

  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }

  callcollbankdet();
}

function enableAdmentry() {
  var js_path = "js/ack_admentry_application.js";

  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallAdmentry();
}

function enableeditapplication() {
  var js_path = "js/ack_adm_application.js";

  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  calleditapplication();
}

function enableStudRegn() {
  var js_path = "js/studentportal_remove.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallEnableStudentPortalRemove();
}

function enablestudadmdate() {
  var js_path = "js/admstuddate.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  Callstudadmdate();
}

function enablefundtransfer() {
  var js_path = "js/collfundtransfer.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  Callfundtransfer();
}

function enableLateralEntry() {
  var js_path = "js/lateralentry.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  Calllateralentry();
}

function enableexamapplicationform() {
  var js_path = "js/coll_exam_app_form.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  Callexamapplicationform();
}

function EnableRemoveAck() {
  var js_path = "js/remove_exam_ack.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallEnableRemoveAck();
}

function EnablePushData() {
  var js_path = "js/push_data_to_studentportal.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  CallEnablePushData();
}

function enablerecociliaton() {
  var js_path = "js/recociliaton.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  callReconciliation();
}

function enablepostnotification() {
  var js_path = "js/postnotification.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  js_path = "js/form_submit.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  callpostnotification();
}

function studentWiseIAPending() {
  var js_path = "js/studentWiseIAMarksPending.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  js_path = "js/form_submit.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  StuWiseIAMarksPending();
}

function enableqpissue() {
  var js_path = "js/qpissue.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  js_path = "js/form_submit.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  callqpissue();
}

function enableansbook() {
  var js_path = "js/bundle_ack.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  callansbook();
}

function enableBundRecAck() {
  var js_path = "js/bundle_rec_ack.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  callBundRecAck();
}

function loadForgotPasswd() {
  $("#sign_in").load("forgotPassword.html", function() {
    $(".card1").css("margin-top", "25%");
  });
}

function teacherreport() {
  var js_path = "js/teachersreport.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  calltecherreport();
}

function EnableFeeReportLsys() {
  var js_path = "js/fee_report_lsys.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  callEnableFeeReportLsys();
}

function qpindentreport() {
  var js_path = "js/qpindent.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  callqpindentreport();
}

function enableFeeReport() {
  var js_path = "js/fee_report.js";

  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  enableFeeReport();
}

//

function enableResultSheet() {
  var js_path = "js/resultsheet.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  clearresultsheet();
}

function Enablesectionwisepermission() {
  var js_path = "js/sectionwisepermission.js";

  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  callsectionwisepermission();
}

function freezeiaprici() {
  var js_path = "js/freezeiaprici.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  cllFreezeIaPrici();
}

function CenterDetails() {
  var js_path = "js/centerdet.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  callCenterDet();
}

function CollegeDetails() {
  var js_path = "js/collegedet.js";
  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  callCollegeDet();
}

function enableExamAppChallan() {
  var js_path = "js/examAppChallan.js";

  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }

  callexmAppChallan();
}

function enableReportApplicationForm(scrtype) {
  var js_path = "js/report_exam_application_form.js";

  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  callenableReportApplicationForm(scrtype);
}

function bundleDispatchDatewise() {
  var js_path = "js/bundledispatchdatewise.js";

  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }
  callbundleDispatchDatewise();
}

function enableupdconvdet() {
  var js_path = "js/convdet.js";

  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }

  UpdConvDet();
}

function subjectwiseblock() {
  var js_path = "js/subshort.js";

  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }

  subjectwiseblock();
}

function loadStudyMaterial() {
  var js_path = "js/degstudymat.js";

  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }

  calldegstudymat();
}

function loadUpdStudyMaterial() {
  var js_path = "js/degstudymatdet.js";

  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }

  callupddegstudymat();
}

function enableFeePaidReports() {
  var js_path = "js/feepaidreports.js";

  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }

  callRVFeePaidReports();
}

function enableSendNotification() {
  var js_path = "js/sendnotification.js";

  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }

  callSendNotification();
}

function loadTo() {
  var js_path = "js/teachOficerEntry.js";

  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }

  callTeachOficerEntry();
}

function examAttendanceReport() {
  var js_path = "js/examAttendanceReport.js";

  if (!in_array(js_path, $loaded_js_files_arr)) {
    $loaded_js_files_arr.push(js_path);
    includeJsFilesMannually(js_path);
  }

  callExamAttendanceReport();
}