

function epms_open_login() {
    netlife_open_dialog('/service/login/1.0/', 680, 400);
}


function open_epms_login() {
    epms_open_login();
}


