﻿function CheckIMO() {
    var btn = document.getElementById("ctl00_ctl00_ContentPlaceHolderMain_mainContent_btnCheckIMO");
    btn.click();
}