﻿function load_show_p() {
    var urls = 'login.aspx?u=personal.aspx&placeValuesBeforeTB_=savedValues&TB_iframe=true&height=223&width=333&modal=true';
    tb_show('title', urls, "thickbox");
}

function load_show(goto) {
    var urls = 'login.aspx?u=' + goto + '&placeValuesBeforeTB_=savedValues&TB_iframe=true&height=223&width=333&modal=true';
    tb_show('title', urls, "thickbox");
}

function load_show_updpwd() {
    var urls = 'updpwd.aspx?u=placeValuesBeforeTB_=savedValues&TB_iframe=true&height=223&width=331&modal=true';
    tb_show('title', urls, "thickbox");
}

function load_show_Waite() {
    var urls = 'images/load/loadingAnimation.gif';
    tb_show('title', urls, "thickbox");
    $("#TB_overlay").unbind('click');
}

function load_show_mobile_email() {
    var urls = 'mobile_email.aspx?u=placeValuesBeforeTB_=savedValues&TB_iframe=true&height=223&width=331&modal=true';
    tb_show('title', urls, "thickbox");
}

//exchange
function ResatApp() {
    if (window.confirm('确定删除?')) {
        load_show_Waite();
        return true;
    }
    return false;
}

function InExchangePeriod() {
    var cookie = new CyberSysCookie();
    var str = cookie.GetCookie("myolayep");
    if (str == null) {
        return "0";
    }
    else {
        //alert(str.substring(str.lastIndexOf("-"), str.length));
        return str.substring(str.lastIndexOf("-") + 1, str.length);
    }
}