// if (UCE.hasOwnProperty(i)) { // _UGE = UCE; switch (i) { case "$or": _UGE = UCE[i]; _UTE.push(true); break; } //or使用 _UGE = _UGE["$or"]; // _UFE: for (j in _UGE) { // _UTF = true; // if (_UGE.hasOwnProperty(j)) { // for (k in _UGE[j]) { // switch (j) { // case "$e": if (UDE[j] != _UGE[j]) { _UTF = false; }; break; //= // case "$ne": if (UDE[j] == _UGE[j]) { _UTF = false; }; break; //!= // case "$lt": if (UDE[j] >= _UGE[j]) { _UTF = false; }; break; //< // case "$lte": if (UDE[j] > _UGE[j]) { _UTF = false; }; break; //<= // case "$gt": if (UDE[j] <= _UGE[j]) { _UTF = false; }; break; //> // case "$gte": if (UDE[j] < _UGE[j]) { _UTF = false; }; break; //>= // case "$in": for (k = 0; k < _UGE[j]; k++) { if (_UGE[j][k] == UDE[j]) { _UTF = false; break; } } _UTF = !_UTF; break; //in // case "$nin": for (k = 0; k < _UGE[j]; k++) { if (_UGE[j][k] == UDE[j]) { _UTF = false; break; } } break; //not in // case "$all": for (k = 0; k < _UGE[j]; k++) { if (_UGE[j][k] != UDE[j]) { _UTF = false; break; } } break; //匹配所有 // case "$exists": break; //存在文档 // case "$mod": break; //取模函数 // case "$not": break; //不匹配 // } // if ((!_UTE[0] && !_UTF) || (_UTE[0] && _UTF)) { break _UFE; } // } // } // } // (_UTF) && (USE.push(UDE)); // } // this.body = _UDE.parentEle ? U.selectEl(_UDE.parentEle).append(_UDTD) : new U.UF.UI.form(_USE).form; // if (!this.obj.head && this.obj.upload) { //启动上传功能 // // $$("div", { "className": "UD_SYFDTZ U_Boom_Img_ys2017 UD_SYSXZBFCAHO", "style": { "width": "28px" }, "title": "添加文件", // // "onclick": [[U.MD.DK.C.FileSwitch, ([US.EMPTYGUID, null, { "getData": U.UF.C.apply(this, [[this.createFile]]), "CB": U.UF.C.apply(this, [[this.createFile]])}])]] // // }, _UDSD); // } //
.gif) ", OS, TF);} }, DFPE); } //
        document.onclick = function(){U.UF.E.CreateSf(ID, DFPE]], [document.onclick || function(){}, [);}; document.body.appendChild(DFPE);
    }
    else { if (DFPE.style.display == "block" || arguments.length == 2) { DFPE.style.display = "none"; return; } else { U.selectEl(DFPE).addAttrArray({ "style": { "display": "block"} }); } }
    U.UF.EV.stopBubble(); U.UF.F.topWindow(DFPE); U.UF.E.init(DFPE, SO); U.UF.E.CreateImage(CW, "", OS, TF); return DFPE; //定位表情框
}
//#endregion
//#region
////-----------------------------------------------------------------窗体动画------------------------------------------------------------------------
////特效打开窗体,第一个参数为单击的按钮id str类型 第二个参数为弹出的窗体id str类型,ltwh是窗体的坐标和宽度,v是速度,按毫秒计算
////调用示例方法U.UF.ME.OpenWin("UCD_TOP_Lang", "UCD_L", document.body.clientWidth * 0.3 + "px", "130px", "600px", "380px");
////需要此效果的窗体css定义position:absolute; display:none; top:0px; left:0px; width:0px; height:0px;overflow:hidden;
//U.UF.ME.OpenWin = function (b, d, l, t, w, h, v) {
//    var r = U.UF.EL.getElementInfo($("#" + b + "")[0]), o = U.selectEl("#" + d + "");
//    o[0].style.display = "block"; o[0].style.left = r.BCRL + "px"; o[0].style.top = r.BCRT + "px";
//    o.animate({ "left": l, "top": t, "width": w, "height": h }, v);
//}
////特效关闭窗体,第一个参数为单击的按钮id str类型 第二个参数为弹出的窗体id str类型,v是速度,按照毫秒计算,cb是关闭窗体后执行的其他特效函数。
//U.UF.ME.CloseWin = function (b, d, v, cb) {
//    var r = U.UF.EL.getElementInfo($("#" + b + "")[0]);
//    U.selectEl("#" + d + "").animate({ "left": r.BCRL + "px", "top": r.BCRT + "px", "width": "0px", "height": "0px" }, v, U.UF.C.apply(this, "$('#" + d + "').css('display', 'none')"));
//    if (cb) cb;
//}
////按钮抖动效果,参数b为按钮id,str类型,v为速度,此函数调用方法//U.UF.ME.BShake(b,32);
////参考自:http://www.nowamagic.net/librarys/veda/detail/1063,绝对定位可行,相对定位有点问题
//U.UF.ME.BShake = function (d, v) {
//    //k判断元素是相对定位还是决定定位,相对定位用marginTop,决定定位用Top。u是计时器,t,l是相对定位,决定定位的值,a b是计算变量
//    var o, t, l, a, b = 0, u, k = 1, s;
//    "string" == typeof (d) ? o = U.selectEl("#" + d + "") : o = U.selectEl(d);
//    //如果元素是相对定位,不是absolute或者relative,采用marginTop属性抖动s = U.UF.EL.getStyle(o[0]);不能批量获取
//    if (U.UF.EL.getStyle(o[0], "position") == "absolute" || U.UF.EL.getStyle(o[0], "position") == "relative") { k = 0 }
//    if (k) { t = U.UF.EL.getStyle(o[0], "marginTop"); l = U.UF.EL.getStyle(o[0], "marginLeft"); a = ['marginTop', 'marginLeft'] }
//    else { t = U.UF.EL.getStyle(o[0], "top"); l = U.UF.EL.getStyle(o[0], "left"); a = ['top', 'left'] }
//    u = setInterval(function () {
//        b++;
//        o[0].style[a[b % 2]] = b % 4 < 2 ? parseInt(U.UF.EL.getStyle(o[0], a[b % 2])) - 2 + "px" : parseInt(U.UF.EL.getStyle(o[0], a[b % 2])) + 2 + "px";
//        if (b > 15) { clearInterval(u); b = 0; if (k) { o[0].style.marginTop = t; o[0].style.marginLeft = l; } }
//    }, v)
//}
////元素变色,参数b为按钮id,str类型,参数n为新的颜色
//U.UF.ME.ChangeColor = function (b, n) {
//    var o = U.selectEl("#" + b + "")[0], c = o.style.backgroundColor;
//    o.style.backgroundColor = n;
//    setTimeout(function () { o.style.backgroundColor = c; }, 1000)
//}
////#endregion
//   setTimeout((this.TIM[2] = function(){this.ADQJS("");}), 500); //设置记录值 //if (this.TIM[1]) { if (win.getSelection) { _UCE = this.CW.getSelection().getRangeAt(0); _UDE = this.OAT[_UTP]; _UDE[_UDE.l].R.setEnd(_UCE.startContainer, _UCE.startOffset); } }
//获取QQ登录后得到的openId:用户身份的唯一标识。建议保存在本地,以便用户下次登录时可对应到其之前的身份信息,不需要重新授权。
//accessToken:表示当前用户在此网站/应用的登录状态与授权信息,建议保存在本地。 有效期3个月
        CreateImage: function (EW, PH, SO, TF) {//编辑器里插入图片
            U.UF.E.SORange["OE"][TF].Replace(PH); //把设置后的文字顶替设置前的文字
        },
                    //            var i, _UTF; USE = USE || []; UDE = arguments.length > 4 ? UDE : this.Value; _UTF = this.IFOBJ(UDE);
            //            if (_UTF === true) {//对象添加处理
            //                if (this.IsTF(UCE, UDE)) { USE.push(UDE); } //确定本身是否为目标
            //                if (UKE === true) { for (i in UDE) { if (USE.length == UT) { break; }; U.Json(UDE[i], this).select(UCE, UKE, UT, USE); } } //全盘搜索
            //                else if (UKE) { if (USE.length != UT && UDE[UKE]) { U.Json(UDE[UKE], this).select(UCE, UKE, UT, USE); }; } //条件搜索
            //            }
            //            else if (_UTF == "Array") { for (i = 0; i < UDE.length; i++) { if (USE.length == UT) { break; } this.select(UCE, UKE, UT, USE, UDE[i]); } } //数组处理数据 
            //            return USE;
//#endregion
                    // else { this.EL.onmousedown = this.CB; this.SetHover(); U.UF.EV.simulateMouseClicks(this.EL, "mousedown"); };
                    //this.EL.onmousedown(); this.EL.onmousedown = this.CB;  U.UF.EV.simulateMouseClicks(this.EL, "mousedown");
                       //释放 (this["SSO"] || _UDOD).onscroll = this.OS;  U.UF.EV.simulateMouseClicks(_UDOD, "click"); 
    //    return (U.MD.D.DestopStr = [{ "ApplicationID": "7aeaab56-485f-4150-b781-8ffd86d593ce", "UserDirectoryID": "", "ApplicationName": "网盘", "ApplicaitonUrl": "UseStudioUserDiskDiv", "ApplicaitonImg": { "x": -304, "y": -20} },
    //                    { "ApplicationID": "93553847-e299-464c-a0e2-c15872efb6ae", "UserDirectoryID": "", "ApplicationName": "相册", "ApplicaitonUrl": "UseStudioUserDiskDiv", "ApplicaitonImg": { "x": -88, "y": -92} },
    //                    {"ApplicationID": "8a2135ff-746a-43a8-97b8-552d228a00bb", "UserDirectoryID": "", "ApplicationName": "音乐", "ApplicaitonUrl": "UseStudioUserDiskDiv", "ApplicaitonImg": { "x": -16, "y": -20} },
    //                    { "ApplicationID": "1e0742d8-737e-46e2-b03b-2f23ca8c1f17", "UserDirectoryID": "", "ApplicationName": "博客", "ApplicaitonUrl": "UseStudioBlogSystemDiv", "ApplicaitonImg": { "x": -88, "y": -20} },
    //                    { "ApplicationID": "8989bc55-6f36-44e8-8b1b-cc18486cf140", "UserDirectoryID": "", "ApplicationName": "论坛", "ApplicaitonUrl": "UseStudioStudyControlDiv", "ApplicaitonImg": { "x": -160, "y": -20} },
    //                    { "ApplicationID": "0085d7d9-a5aa-4785-b914-05136e3f4bf0", "UserDirectoryID": "", "ApplicationName": "应用", "ApplicaitonUrl": "US_Manage_App_Mark", "ApplicaitonImg": { "x": -160, "y": -92} },
    //                    { "ApplicationID": "0d0686f0-b3df-429b-a586-db5899118ec5", "UserDirectoryID": "", "ApplicationName": "便签", "ApplicaitonUrl": "mouseroverNote", "ApplicaitonImg": { "x": -232, "y": -92} },
    //                    { "ApplicationID": "", "UserDirectoryID": "", "ApplicationName": "文档编辑", "ApplicaitonUrl": "US_Word", "ApplicaitonImg": { "x": -232, "y": -20} },
    //                    { "ApplicationID": "", "UserDirectoryID": "", "ApplicationName": "工作表", "ApplicaitonUrl": "US_Excel", "ApplicaitonImg": { "x": -232, "y": -20} },
    //                    { "ApplicationID": "6DB2FD18-B8E0-075A-605F-F3FB928FE7AB", "UserDirectoryID": "", "ApplicationName": "购物", "ApplicaitonUrl": "UM_GW", "ApplicaitonImg": { "x": -232, "y": -20} },
    //                    { "ApplicationID": "5312340d-a802-a8c6-f80a-000000000000", "UserDirectoryID": "", "ApplicationName": "积分中心", "ApplicaitonUrl": "UD_DK_IC", "ApplicaitonImg": { "x": -232, "y": -20} },
    //                    { "ApplicationID": "6DB2FD18-B8E0-075A-605F-000000000000", "UserDirectoryID": "", "ApplicationName": "Use聊", "ApplicaitonUrl": "Chat", "ApplicaitonImg": { "x": -232, "y": -20} },
    //                    { "ApplicationID": "DA0EEA4E-AD61-4F2A-8DB1-3ADF0A506C86", "UserDirectoryID": "", "ApplicationName": "在线编程", "ApplicaitonUrl": "UD_PG", "ApplicaitonImg": { "x": -232, "y": -20} }
    //                   ]);
    
                            //    if (_UDE[_UL].C) { _UCE = _UDE[_UL]; } else if (_UDE[_UL + 1] && (_UDE[_UL + 1].C || _UL < _UDE.length - 2)) { _UCE = _UDE[(_UDE.l += 1)]; }
                            //                            _UDE = this.OAT[_UTP]; _UL = _UDE.l; U.UF.EV.stopDefault();
                            //                            if (_UDE[_UL].C) { _UCE = _UDE[_UL]; } else if (_UDE[_UL + 1] && (_UDE[_UL + 1].C || _UL < _UDE.length - 2)) { _UCE = _UDE[(_UDE.l += 1)]; }
                            //                            if (_UCE) {
                            //                                if (!win.getSelection) { //老ie处理
                            //                                    try { _UDE = _UDE[_UL] ? _UDE[_UL].OR.R : this.R; _UL = _UDE.boundingLeft + _UDE.boundingWidth; if (_UCE.P.boundingLeft || _UCE.P.boundingTop) { _UCE.OR.R.moveToPoint(_UCE.P.boundingLeft, _UCE.P.boundingTop); } }
                            //                                    catch (e) { try { if (_UCE.OR.R.boundingTop < _UCE.P.boundingTop) { _UCE.OR.R.moveToPoint(_UL, _UDE.boundingTop); } } catch (e) { } } _UCE.OR.Replace(_UCE.C); _UCE.C = "";
                            //                                }
                            //                            }
////------------------------------------------------------------------------桌面应用数据源的操作--------------------------------------------------------------
//Namespace.register("U.MD.D.T"); //桌面数据源命名空间
//U.MD.D.D.News; //学习系统帖子的全局
//U.MD.D.DestopStr; //桌面图标的json
//U.MD.D.icon_list; //桌面图标
////数据源操作的接口
//U.MD.D.D.SF = function (name, term) {
//    switch (name) {
//        case "AddNews":
//            U.MD.D.D.AddNews(term);
//            break;
//        case "GetNews":
//            return U.MD.D.D.GetNews(term);
//            break;
//        case "GetIc":
//            return U.MD.D.D.GetDI(term);
//            break;
//        case "AddTG": //插入新闻
//            break;
//        default: break;
//    }
//}
////---------------------------------------------------------------------------新闻的操作----------------------------------------------------------------
////添加学习系统的新闻
//U.MD.D.D.AddNews = function (term) {
//    U.MD.D.D.News = term;
//}
////获取学习系统的新闻
//U.MD.D.D.GetNews = function (term) {
//    var _NL = [];
//    if (U.MD.D.D.News) {
//        for (var i = 0; i < U.MD.D.D.News.length; i++) {
//            if (U.MD.D.D.News[i].PublishedDirectoryID == term[0]) {
//                _NL.push(U.MD.D.D.News[i]);
//            }
//        }
//        return _NL;
//    }
//}
////-----------------------------------------------------------------------通知通告操作--------------------------------------------------------------------
////----------------------------------------------------------------------------------桌面图标的操作-----------------------------------------------------------
//U.MD.D.D.GetDI = function (term) {
//    var _UIC = US.userInfo["icon"] || U.MD.D.DestopStr;
//    for (var i = 0; i < _UIC.length; i++) {
//        if (_UIC[i].ApplicationID == term[0]) { return _UIC[i]; }
//    }
//}
////用户互动的类
//U.MD.D.D.CII = function (ET) {
//    this.newid = ET[0];
//    this.UserId = ET[1];
//    this.UserName = ET[2];
//    this.UserThumbnailImageHead = ET[3];
//    this.NEWTYPE = ET[4];
//    this.NEWT = ET[5];
//    this.NEWC = ET[6];
//    this.Time = ET[7];
//    this.ET = ET[8];
//}
//获取客户端各种信息
U.UF.CI.GCInfo = function () {
    U.UF.CI.IEedition(); //获取可无端信息
}
//判断IE浏览器版本,是否下载最新IE,chrome,firefox
U.UF.CI.IEedition = function () {
    var _UDE = U.UF.CI.getBrowser(), _UCE = U.UF.CI.getSystem();
    if ((_UDE.browser == "msie" && Number(_UDE.ver) < 7) || _UDE.browser == "firefox") { U.selectEl("#UD_CI_getBrowser")[0].style.display = "block"; } //提示浏览器升级
    else if ("iphone,ipad".indexOf(_UDE.browser) > -1) { U.UF.CI.Ipad(); } //苹果事件
    if (_UCE.indexOf("win") > -1) { U.UF.CI.Win(_UDE, _UCE); } //如果是win系列的升级
}
//如果是windows系列
U.UF.CI.Win = function (UBE, UCE) {
    if (!browser.lb && UBE.browser == "msie" && UBE.ver != "10.0") {//提示用户安装
        _UHF = US.FILESYSTEMURL + "c181e980-d781-4fef-bb45-a3ccabdd911a.msi"; _UIH = "云端";
        U.UF.CI.WinDIs(_UHF, _UIH); //用户显示提示
        // if (UCE == "win7") { if (UBE.ver == "8.0" || UBE.ver == "7.0") { _UHF = "http://download.microsoft.com/download/4/C/A/4CA9248C-C09D-43D3-B627-76B0F6EBCD5E/IE9-Windows7-x86-chs.exe"; _UIH = "IE9"; } }
        // else if (UCE == "winxp") { if (UBE.ver == "6.0" || UBE.ver == "7.0") { _UHF = "http://download.microsoft.com/download/1/6/1/16174D37-73C1-4F76-A305-902E9D32BAC9/IE8-WindowsXP-x86-CHS.exe"; _UIH = "IE8" } }
    }
}
//用户显示提示
U.UF.CI.WinDIs = function (UHF, UIH) {
    var _UDOD = $$("div", { "id": "UD_CI_BAlert", "className": "UD_CI_BAlert" });
    $$("div", { "className": "UD_CI_Warn" }, _UDOD);
    $$("div", { 'className': 'UD_CI_Text', "innerHTML": "您使用的浏览器版本过低建议您下载" }, _UDOD);
    $$("a", { "className": "UD_CI_DL", "href": UHF, "innerHTML": UIH }, _UDOD); //安装的链接
    $$("a", { "className": "UD_CI_Text_Click", "href": "javascript:void(0);", "onclick": U.UF.C.apply(_UDOD, "retElement.style.display = 'none';"), "innerHTML": "我知道了" }, _UDOD);
    U.selectEl("body").append(_UDOD); setTimeout(function(){U.UF.CI.SetUserD(_UDOD);}, 10000);
}
//提示用户安装浏览器的定位
U.UF.CI.SetUserD = function (UDOD) {
    U.selectEl(UDOD).addAttrArray({ "style": { "display": "block"} }).animate({ "top": "80px", "left": US.width / 1.7 + "px" }, 400);
}
//浏览器下载接口
U.UF.CI.XZWin = function (UFSN, UDN) {
    U.UF.UP.inputUpload([$$("input", { "type": "text", "value": UDN, "name": "filename" }), $$("input", { "type": "text", "value": UFSN, "name": "filepath" })],"http://main.1473.cn/USUpfile.ashx?typename=apk", null, null   );
}
//如果是ipad,固定横屏,禁止放大的功能在html元素的css中。
U.UF.CI.Ipad = function () {
    document.ontouchmove = U.UF.EV.stopDefault; //阻止浏览器默认变大变小动作
}
//下一个节点
U.UF.C.nextSibling = function (obj) {
    while (obj.nextSibling.nodeType != 1) {
        obj = obj.nextSibling;
    }
    return obj.nextSibling;
            var i, _UDOD = parent.$("#US_ExcelContent").Parent(2), _UDSD = U.selectEl("span", _UDOD)[1], _UGE = U.MD.O.E.SY, _UAE = ["P", "Z", "Y", "ZT", "ZLJ", "ZU", "ZI", "F"];
        for (i = 0; i < _UAE.length; i++) { _UAE[i] = U.selectEl("#U_E_A" + _UAE[i])[0]; }
        if (_UGE["OL"]) { U.OU.Onload("Excel", _UAE.slice(0, 4), _UAE); _UGE["OL"] = false; U.MD.O.E.SetWH(); } //初始化工具
        U.MD.O.E.CNO(); _UDSD.onclick = function(){U.MD.O.E.CSave([parent.U.UF.F.closeWindow, [_UDOD,"remove"]]);}; //生成页面 //设置关闭保存
        document.body.focus(); document.onmousedown = document.onclick = U.MD.O.E.YCCD;  //页面聚焦 //菜单屏蔽
}
            //            var _UDAD, TF = false, _AIMG = this.AIMG.length != null ? this.AIMG[this.I] : this.AIMG;
            //            for (var i = 0; i < U.UF.IMG.IE.ET.length; i++) { if (U.UF.IMG.IE.ET[i]["AIMG"].indexOf(_AIMG["Thm"], "Thm") > -1) { TF = U.UF.IMG.IE.ET[i]; break; } }
            //            if (TF) { TF["AIMG"] = this.AIMG.length ? this.AIMG : [this.AIMG]; TF.I = this.I; TF.Change(this.I, TF); U.UF.F.windowTopCenter(TF.UIOD); return true; } else { U.UF.IMG.IE.ET.push(this); } //
            //            if (fun === true) { (!TF) && (_UDAD = this.AddE(_AIMG)); } else { _UDAD = fun(); } //图片显示缓冲
            //            (!TF) && (U.UF.IMG.imgReady(_AIMG["Img"], function(){this.Ready(_UDAD[0], _UDAD[1], this]]]), function(){this.Load(_UDAD[0], _UDAD[1], this);}, U.UF.C.apply(this, [[this.Error, [_AIMG["Img"]);})); //图片加载处理
    //    var i, k, j, _UDCD, _UDVD, _UDAD, _UKE = [], _UIF = US.userInfo, _UDE, _UDFD = U.selectEl("#UD_SYH")[0], _UDXD = U.selectEl("#UD_SYSXRT").Child(), _UCE = [null, _UDXD];
    //    for (i = 0; i < UDE.length; i++) {
    //        _UDVD = $$("frag"); _UDAD = U.selectEl("#" + UDE[i]).Child(); _UDE = function(){US.friend.friends.length, "正在追随", "您添加的好友", [[U.MD.F.W.viewFriend, [_UDFD]]]], [_UIF.UIF["DTC"], "动静..", "发表的动静", [[U.MD.U.V.ViewOtherUserInfo, [_UIF.UserId]]]], [_UIF.UIF["DDC"], "云分享", "云盘分享的文件", [[U.MD.D.I.openApplication, ["Disk", [_UIF.UserId, 1]]]]], [_UIF.UIF["PDC"], "版块爱好", "学习系统收藏", [[]]], [_UIF.UIF["FDC"], "追随者", "他人添加您", [[U.MD.F.W.viewFriend(_UDFD]]);}; ;
    //        _UKE.length = 0; _UCE[0] = _UDAD; for (k = 0; k < i + 1; k++) { _UKE.push($("img", _UCE[k][0])[0] || $$("img", {}, _UCE[k][0])); }; //需要添加头像
    //        _UDOD = U.selectEl(_UKE).addAttrArray({ "onerror": U.MD.C.imgError, "alt": (_UIF.UserNickName || _UIF.UserName), "title": "点击查看", "src": U.MD.C.getHeadImage(_UIF.UserThumbnailImageHead) })[0];
    //        _UDCD = U.selectEl(_UDAD[1]).Child(); _UDCD[0].innerText = _UIF.UserIndividualitysignature || "暂时没有填写个人介绍..."; _UDXD[1].innerText = _UDCD[1].innerText = (_UIF.UserNickName || _UIF.UserName);
    //        for (k = 0; k < i + 1; k++) { for (j = 0; j < _UDE.length; j++) { _UDOD = $$("div", { "className": "UD_SYSXKTBO", "style": !j ? { "marginLeft": "15px"} : {}, "onclick": _UDE[j][3] }, _UDVD); $$("div", { "className": "UD_SYSXKTBOL", "style": k ? { "fontSize": "17px", "verticalAlign": "sub"} : {}, "innerHTML": _UDE[j][0].formatMoney() }, _UDOD); $$("div", { "className": "UD_SYSXKTBOR", "innerHTML": _UDE[j][1], "style": k ? { "marginLeft": "8px", "verticalAlign": "baseline"} : {} }, _UDOD); }; (_UDCD = (k ? _UDXD[2] : _UDAD[2])); _UDCD.innerHTML = ""; _UDCD.appendChild(_UDVD); }
    //    }
            ////初始化Word
//U.MD.O.W.OnLoad = function (UDE) {
//    var i, _UDAD, UDOD = U.selectEl("#U_W_WordEdit")[0], _UDTD = U.selectEl("#U_E_ASRT")[0], _UDCD = U.selectEl(parent.$("#US_WordContent")[0]).Parent(2), _UDSD = U.selectEl("span", _UDCD)[1], _UAE = ["P", "Z", "Y", "ZT", "ZLJ", "ZU", "ZI"];
//    for (i = 0; i < _UAE.length; i++) { _UAE[i] = U.selectEl("#U_E_A" + _UAE[i])[0]; }; U.OU.TF["TF"] = "Word"; //初始化指定的值
//    (UDE) && (U.MD.O.W.WDJ()); UDOD.innerText = ""; //打印文档级联
//    if (!U.MD.O.W.TF["OL"]) { U.MD.O.W.WHO(); U.OU.Onload("Word", _UAE.slice(0, 4), _UAE); U.OU.SGN(); U.MD.O.W.TF["OL"] = true; } //初始化工具和需要隐藏的工具区域
//    if (UDE.UserFilesID != null) { U.OU.SCJD((UDE && UDE.UsOffice) ? $$("div", { "innerHTML": " " }, UDOD) : UDOD, (UDE && UDE.UsOffice) ? UDE.UsOffice : "", U.MD.O.W.TYHD); UDOD.contentEditable = true; } else { UDOD.contentEditable = false; } //添加text值
//    _UDSD.onclick = function(){U.MD.O.W.CSave([parent.U.MD.D.T.PopupWinClose, [_UDCD]]);}; //设置关闭
//    _UDTD.innerText = (UDE && UDE.UserallDirectoryName) ? UDE.UserallDirectoryName : "未命名文档"; //打开的文件名
//}
//动画特效
//图片淡入淡出,滑进滑出效果。模仿jquery。主要是为抛弃jquery,mode为1表示slidedown,mode为0表示slideup
U.UF.IMG.Animate = function (id) { return new U.UF.IMG.AnimateD(id); }
U.UF.IMG.AnimateD = function (id) {
    this.itime = 0;  //计时器时间
    this.mode = 1;
    this.maxHeight = 0;
    this.timer = null; //用于停止timeout
    this._BV = null; //获取浏览器版本
    this.obj = this.initial(id); ;  //传入结点id
}
////--------------------------------------有思工作室动态装载js-----------------------------------------------
////js文件放在head中,属于同步加载,head没加载完毕,不会执行...然而试验了很多次同步加载的方法。居然没有一种方法可行。哎。
////此函数相当于jquery的异步加载,但比jquery更好用,更符合传统编程。
//
////异步加载js和css,url为需要加载的链接地址,T为类型,比如js,css等,CB为加载后执行的回调函数。
//U.UF.DL.asynLoadJs = function (UURL, TF, cb, UTE, UIB) {
//    var i, _USD, _UASD, _UHD = U.selectEl("head", document)[0]; //获取head部
//    if (TF == "js") { _UASD = U.selectEl("script", document); _USD = $$("script", (UTE || { "src": UURL, "type": "text/javascript", "language": "javascript", "charset": "utf-8" })); } //js的异步创建
//    else if (TF == "link") { _UASD = U.selectEl("link", document); _USD = $$("link", { "href": UURL, "type": "text/css", "rel": "stylesheet" }); }
//    for (i = 0; i < _UASD.length; i++) { if (_UASD[i].src == UURL) { TF = false; if (!UIB) { _USD = _UASD[i]; } break; } } //如果已经加载完了
//    (TF || UIB) && (_UHD.insertBefore(_USD, _UHD.firstChild)); (cb) && (U.UF.DL.iframeLoad(_USD, cb)); //添加到头部  //异步处理
//    return true;
//}
////备注:楚王辉  还差一个在Div中的innerhtml属性中加载外部js的方法。
////iframe加载完毕异步
////I参数可以试iframe 可以是需要加载的img js等等 AsynF是回调函数 AsynF=[[回调函数名,[回调参数]],[回调函数名,[回调参数]].........]
//U.UF.DL.iframeLoad = function (UIF, cb) {
//    try { var _UCP = UIF.complete, _URS = UIF.readyState; } catch (e) { }
//    if (_UCP == "complete" && ((_URS == "complete" || _URS == "loaded") || _URS == null)) { function(){cb();}(); return; }
//    else {
//        (UIF.onreadystatechange) && (cb = U.UF.C.apply(UIF, [[UIF.onreadystatechange], [cb]]));
//        UIF.onreadystatechange = function(){U.UF.DL.AILD(UIF, cb);};
//    }
//    return UIF;
//}
U.UF.IMG.AnimateD.prototype = {
    initial: function (id) {   //U.Json构造函数,目的是和jqery区别。
        this._BV = U.UF.CI.getBrowser().ver; //获取浏览器版本
        return "string" == typeof (id) ? document.getElementById(id) : id;
    },
    //横屏切换效果,元素s从左到右逐渐放大,元素d从左向右逐步缩小,并最终消失。
    LScreenSwitch: function (s, d, cb) {
        s.style.height = document.body.clientHeight + "px"; //把高度置为最高,宽度从0到最大。
        s.style.left = s.style.width = 0 + "px";
        d.style.width = document.body.clientWidth + "px";
        //s.style.display = "block";
        var that = this; //setInterval里面的变量必须用that取代。
        this.timer = setInterval(function () { that.sstimer(s, d, cb); }, 32);
    },
    sstimer: function (s, d, cb) {
        if (parseInt(s.style.width) < document.body.clientWidth) {
            d.style.left = s.style.width = parseInt(s.style.width) + 100 + "px";
            var w = parseInt(d.style.width) - 100;
            w > 0 ? d.style.width = w + "px" : d.style.width = "0px";
        }
        else {
            s.style.width = document.body.clientWidth + "px";
            d.style.width = "0px";
            d.style.left = "0px";
            clearInterval(this.timer);
            cb();
        }
    },
    //横屏切换效果,从右到左逐渐放大,上面一个函数的反向函数
    RScreenSwitch: function () {
    },
    slideDown: function () {
        if (parseInt(this.obj.style.height) > this.maxHeight) { this.mode = 0; return; };
        this.obj.style.height = parseInt(this.obj.style.height) + 2 + 'px';
        this.timer = setTimeout("U.UF.IMG.Animate()", this.itime);
    },
    slideUp: function () {
        if (parseInt(this.obj.style.height) < 2) { this.mode = 1; return; };
        this.obj.style.height = parseInt(this.obj.style.height) - 2 + 'px';
        var repeat = "U.UF.IMG.Animate()";
        this.timer = setTimeout(repeat, this.itime);
    },
    slide: function (objid, itime, mode) {   //统一调用slide,自动区分down或者up
        clearTimeout(this.timer);
        this.obj = this.initial(objid);
        this.itime = itime;
        if (mode) {
            this.maxHeight = this.maxHeight ? this.maxHeight : parseInt(this.obj.style.height);
            this.obj.style.display = "block";
            this.obj.style.height = "0px";
            this.slideDown();
        }
        else this.slideUp();
    },
    fade: function (objid, itime, io, callback)//淡入淡出,io代表淡入或者淡出
    {
        this.obj = this.initial(objid);
        this.itime = itime;
        var that = this;
        this.maxHeight = parseInt(this.obj.style.height) | parseInt(this.obj.clientHeight); //此句可以不要?以后再优化。
        var i = io ? 100 : 0; //循环开始变量如果是淡入为100,淡出为0。
        var z = io ? 0 : 100; //循环结束变量,淡入为0,淡出为100。
        var v = (_BV == "7.0" || _BV == "8.0") ? 0.1 : 0.05; //浏览器判断,ie为chrome的20倍速。
        var b = io ? -100 * v : 100 * v; //步长,淡入为负数,淡出为正数。
        var timer = setInterval(function () {
            //清除计时器,如果有回调,执行回调函数
            if (i == z) { clearInterval(timer); if (typeof callback == "function") { callback(); } }
            i += b;
            that.obj.style.filter = "alpha(opacity=" + i + ")";
            that.obj.style.MozOpacity = i * v;
            that.obj.style.opacity = i * v;
            that.obj.style.height = that.maxHeight + "px";
        }, that.itime);
    },
    fadeIn: function (objid, itime, callback) {  //淡入
        this.fade(objid, itime, true, callback);
    },
    fadeOut: function (objid, itime, callback) {   //淡出
        this.fade(objid, itime, false, callback);
    }
}
//前一个节点
U.UF.C.previousSibling = function (obj) {
    while (obj.previousSibling.nodeType != 1) {
        obj = obj.previousSibling;
    }
    return obj.previousSibling;
}
    AddE: function (AIMG) {//创建默认的图片浏览器
        var _UIOD, _UIUD, _UICD, _UITD, _UIID, _useridA, _UIPA, _UICA, _UIYA, _UISA;
        //创建相框
        this.UIOD = _UIOD = $$("div", { "onmousewheel": function(){U.UF.EV.stopBubble], [this.Wheel(this);}, "className": "U_Img", "onclick": [this.XSI, ["retElement", this, true]], "onmousedown": U.UF.EV.stopBubble, "style": { "maxWidth": US.width + "px", "maxHeight": US.height + "px", "left": (Math.random() * 50) + "px", "top": (Math.random() * 50) + "px", "zIndex": US.ZINDEX ++} });
        $$("div", { "onmousedown": function(){U.UF.EV.stopBubble], [U.UF.F.DragMouseDown(_UIOD);}, "className": "U_Img_Move", "title": "移动相框" }, _UIOD);
        _UICD = $$("div", { "className": "U_Img_Operate UTransition", "onselectstart": function(){} }, _UIOD);
        _UITD = $$("div", { "className": "U_Img_Info", "onmousedown": function(){U.UF.EV.stopBubble], [this.MoveScroll("retElement", this);}, "style": { "maxHeight": (US.height - 80) + "px"} }, _UIOD);
        _UIUD = $$("div", { "style": { "overflow": "hidden", "margin": "auto", "width": "120px", "height": "120px"} }, _UITD);
        this.UIMG = _UIID = $$("img", { "NowRotate": "0", "src": AIMG["Thm"], "onerror": function(){U.MD.C.imgError(this, 1);} }, _UIUD);
        _useridA = $$("a", { "style": { "marginLeft": "20px" }, "onclick": function(){U.UF.EV.stopBubble], [this.Zoom("In", _UIOD, this);} }, _UICD);
        $$("i", { "className": "U_ImgPic zoomIn" }, _useridA);
        $$("div", { "innerHTML": "放大" }, _useridA);
        $$("a", { "title": "点击100%比例", "onclick": function(){U.UF.EV.stopBubble], [this.Zoom(100, _UIOD, this);}, "innerHTML": "100%" }, _UICD);
        _UIPA = $$("a", { "onclick": function(){U.UF.EV.stopBubble], [this.Zoom("Out", _UIOD, this);} }, _UICD);
        $$("i", { "className": "U_ImgPic zoomOut" }, _UIPA);
        $$("div", { "innerHTML": "缩小" }, _UIPA);
        _UICA = $$("a", { "onclick": function(){U.UF.EV.stopBubble], [this.Rotate(1, _UIOD, this);} }, _UICD);
        $$("i", { "className": "U_ImgPic Lrotate" }, _UICA);
        $$("div", { "innerHTML": "左转" }, _UICA);
        _UIYA = $$("a", { "onclick": function(){U.UF.EV.stopBubble], [this.Rotate(-1, _UIOD, this);} }, _UICD);
        $$("i", { "className": "U_ImgPic Rrotate" }, _UIYA);
        $$("div", { "innerHTML": "右转" }, _UIYA);
        $$("div", { "className": "U_ImgPic U_Img_Close UTransition", "style": { "cssText": "float:right;" }, "onclick": [this.Close, [_UIOD, this, true]] }, _UICD);
        if (this.AIMG.length) {
            $$("div", { "className": "U_Img_Prev U_Img_Change U_Img_transition U_ImgPic", "onclick": function(){U.UF.EV.stopBubble], [this.Change(-1, this);} }, _UIOD);
            $$("div", { "className": "U_Img_Next U_Img_Change U_Img_transition U_ImgPic", "onclick": function(){U.UF.EV.stopBubble], [this.Change(1, this);} }, _UIOD);
        }
        U.selectEl(_UIID).addAttrArray({ "style": { "filter": "alpha(opacity=30)", "MozOpacity": "0.3", "Khtml-opacity": "0.3", "opacity": "0.3"} });
        document.body.appendChild(_UIOD); U.UF.F.windowTopCenter(_UIOD); return [_UIOD, _UIID]; //加入页面和居中弹框
    },
//        USE = USE || doc; UD = UD || doc; //设置选择初值
//        if (typeof USE === "string") {//如果选择符是字符串
//            var k, i, j, _UDE, _UDT, _UCA, _UNCA, _UME = USE.split(","), _UNC = /[~|#|.|&|:|>|@|*|=]/g, _UC = /[^(~|#|.|&|:|>|@|*|=)]+/g; //定义变量区域
//            for (k = 0; k < _UME.length; k++) {
//                USE = _UME[k]; _UNCA = (USE.match(_UNC) || []); _UCA = USE.match(_UC) || ["*"]; (_UCA.length > _UNCA.length) && (_UNCA.unshift(""));
//                for (i = 0; i < _UCA.length; i++) {
//                    switch (_UNCA[i]) {
//                        case "~": _UDE = UD.getElementsByName(_UCA[i]); break; //获取name属性获取
//                        case "#": _UDE = _UDE == null ? doc.getElementById(_UCA[i]) : _UDE[_UCA[i]]; break; //根据id获取
//                        case ".": //根据className获取
//                            if (UD.getElementsByClassName) { _UDE = UD.getElementsByClassName(_UCA[i]); } //HTML5选择器
//                            else if (document.querySelectorAll) { _UDE = UD.querySelectorAll("." + _UCA[i]); } //支持ie8选择器
//                            else {//原始选择器
//                                _UDE = UD.length != null ? UD : UD.getElementsByTagName("*"); var _UDT = [];
//                                for (j = 0; j < _UDE.length; j++) { (_UDE[j].className == _UCA[i]) && (_UDT.push(_UDE[j])); };
//                                _UDE = _UDT;
//                            }
//                            break;
//                        case "": case "&": _UDE = (_UDE || UD).getElementsByTagName(_UCA[i]); break; //根据标签获取
//                        case ":": //获取tr标签选择
//                            _UDE = UD.getElementsByTagName("tr"); _UDT = [];
//                            if (_UDE.length) {
//                                for (j = 0; j < _UDE.length; j++) {
//                                    if (_UCA[i] == "even" && j % 2 == 0) { _UDT.push(_UDE[j]); }
//                                    else if (j % 2 != 1) { _UDT.push(_UDE[j]); }
//                                }
//                                _UDE = _UDT;
//                            }
//                            break;
//                        case "@": //根据自定义属性选择
//                            _UDE = _UDE || UD.getElementsByTagName('*'); _UDT = [];
//                            for (j = 0; j < _UDE.length; j++) {//筛选出包含这属性的元素
//                                if (_UNCA[i + 1] == "=") { if (_UDE[j].getAttribute(_UCA[i]) == _UCA[i + 1] || (_UDE[j][_UCA[i]] && _UDE[j][_UCA[i]].toString() == _UCA[i + 1])) { _UDT.push(_UDE[j]); } }
//                                else { if (_UDE[j].getAttribute(_UCA[i]) != null) { _UDT.push(_UDE[j]); } }
//                            }
//                            _UDE = _UDT;
//                            break;
//                        case "*": //获取外加载控件
//                            if (document.embeds && (_UDE = document.embeds[_UCA[i]])) { }
//                            else if ((_UDE = window.document[_UCA[i]])) { }
//                            else { _UDE = doc.getElementById(_UCA[i]); }
//                            break;
//                        default: break;
//                    }
//                }
//            }
//        }
//        else { _UDE = USE; }
//        if (_UDE && !(_UDE instanceof Array && _UDE[0] == null)) {//选择器选择有值
//            if (_UDE.length == null || _UDE.id != null) { _UDE = [_UDE]; }
//            for (i = 0; i < _UDE.length; i++) { this[i] = _UDE[i]; (_UDE[i].id != "") && (this[_UDE[i].id] = _UDE[i]); } //添加选择器选择元素
//            this.context = UD; this.length = _UDE.length;
//        }
//        return this;
//-----------------------------------------------------------------------加载音乐播放器--------------------------------------------------------------------------
////点击后加载播放器的flash
//U.UF.MPlayer.Onload = function () {
//    try {
//        var _UDOD = U.selectEl("#U_MP_PFlash")[0];
//        if (_UDOD) {
//            if ($("#U_MP_MPFlash")[0] == null) { _UDOD.innerHTML = ''; }
//            U.UF.MPlayer.UMPL = U.selectEl("#U_MPMCDPO")[0]; //进度显示的时间
//            U.UF.MPlayer.UMPP = U.selectEl("#U_MPMGDT")[0]; //进度条缓存的父亲元素
//            U.UF.MPlayer.UM = U.selectEl("*U_MP_MPFlash")[0]; //播放器
//        }
//    } catch (e) { }
//}
////加载列表:传入列表Json
////Json规范{ "列表名": { "歌名": "歌曲URL","歌名": "歌曲URL"},"列表名": { "歌名": "歌曲URL","歌名": "歌曲URL"} }
//U.UF.MPlayer.Open = function (J, D, OM) {//directories是目录文件夹
//    var _UDOD = U.selectEl("#UseStudioU_MP")[0], _UDTD = U.selectEl("#U_MPLB")[0], _UDSD = U.selectEl("#U_MPMCD")[0], _UDFD = U.selectEl("#U_MPFF")[0], _UDGD = U.selectEl("div#U_MPI", _UDOD)[0];
//    _UDFD.innerText = _UDTD.innerText = ""; _UDGD.style.display = "block"; U.UF.F.windowTopCenter(_UDOD);
//    U.selectEl("#U_MPLT")[0].onclick = function(){U.UF.MPlayer.MOM(US.disk.UserDisk[1][2]);};
//    U.selectEl("img", _UDSD).addAttrArray({ "onerror": [U.MD.C.imgError, ["retElement"]], "src": U.MD.C.getHeadImage(US.disk.UserDisk[1][0].UserThumbnailImageHead), "onclick": [U.MD.U.V.POUW, [US.disk.UserDisk[1][0].UserId]] }); //头像
//    U.selectEl("span", _UDSD)[0].innerHTML = US.disk.UserDisk[1][0].UserNickName; //名字
//    U.MD.DK.SetMDF((US.friend.friends || []), U.selectEl("#U_MPFF")[0]); //打印自己音乐好友
//    if (J[1].length == 0 && D.length == 0) { $$("div", { "className": "U_MPP U_MP_IMG" }, _UDTD); } //无音乐列表
//    else { U.UF.MPlayer.AddM(J, D, _UDTD, OM); } //添加音乐列表
//    U.MD.D.T.WindowRestore(_UDGD, "", "音乐", U.UF.MPlayer.Close); //创建任务栏链接
//}
////添加音乐文件文件
//U.UF.MPlayer.AddM = function (J, D, ML, OM) {
//    var i, _UOOD, _UDPD, _UDTD, _UDSD, _UDFD = $$("frag");
//    if (J[0].UserDirectoryID != US.MUSICEFOLDERID) {
//        _UOOD = $$("div", { "className": "U_MPLB" });
//        _UDPD = $$("div", { "className": "U_MPLBT", "onclick": function(){U.UF.EV.stopBubble], [U.UF.MPlayer.ListShrink("this.parentNode");} }, _UOOD);
//        $$("div", { "className": "U_MPLBA U_MPLBAO U_MP_IMG" }, _UDPD);
//        $$("div", { "className": "U_MPLBM", "innerHTML": J[0].UserallDirectoryName + "(" + J[1].length + ")" }, _UDPD);
//        $$("div", { "className": "U_MPLBADD U_MP_IMG", "onclick": function(){U.UF.EV.stopBubble], [U.UF.MPlayer.OUPM(J[0].UserDirectoryID, US.disk.UserDisk[1][2]);} }, _UDPD);
//        _UDTD = $$("div", { "className": "U_MPLBT", "style": { "cssText": "width:100%;float:left;"} }, _UOOD);
//        ML.appendChild(_UOOD);
//    }
//    else { _UDTD = ML; }
//    for (i = 0; i < J[1].length; i++) {
//        _UDSD = $$("span", { "className": "U_MPLBN", "onclick": U.UF.EV.stopBubble, "ondblclick": [U.UF.MPlayer.loadAplay, ["retElement", J[1][i], US.disk.UserDisk[1][2]]] }, _UDFD);
//        $$("div", { "className": "U_MPLBNB U_MP_IMG", "innerHTML": (i + 1).prefixInteger() }, _UDSD);
//        $$("div", { "className": "U_MPLBNC", "innerHTML": J[1][i].UserallDirectoryName }, _UDSD);
//        $$("div", { "className": "U_MPLBNS", "innerHTML": "00:00" }, _UDSD);
//        if (J[1][i].UserDirectoryID == OM) { setTimeout(_UDSD.ondblclick, 1000); }
//    }
//    _UDTD.appendChild(_UDFD);
//    for (var j = 0; j < D.length; j++) { U.UF.MPlayer.AddM(D[j][0], D[j][1], _UDTD); } //循环打印音乐
//}
////列表收缩或张开
//U.UF.MPlayer.ListShrink = function (UDOD) {
//    var _UDAD = U.selectEl("div", UDOD);
//    var _TF = ["none", "U_MPLBA U_MPLBAC U_MP_IMG"];
//    if (_UDAD[4].style.display == "none") { _TF = ["block", "U_MPLBA U_MPLBAO U_MP_IMG"]; }
//    _UDAD[4].style.display = _TF[0];
//    _UDAD[1].className = _TF[1];
//}
////加载音乐
//U.UF.MPlayer.loadAplay = function (SO, UDK, userid) {
//    var _UFMS, _UFAD = U.selectEl("div", U.UF.MPlayer.UMPP), _UMPL = U.selectEl("#U_MPLB")[0], _TF = U.selectEl("*U_MP_MPFlash")[0].loadAplay(US.FILESYSTEMURL + UDK.UserFilesServerName);
//    _UFAD[1].style.width = _UFAD[0].style.width = _UFAD[2].style.left = "0px";
//    U.selectEl("#U_MPMCDD")[0].innerHTML = U.UF.MPlayer.UMPL.innerHTML = "00:00";
//    U.selectEl("div", U.UF.MPlayer.UMPP.parentNode)[0].innerHTML = UDK.UserallDirectoryName;
//    U.selectEl("#U_MPMCDP")[0].className = "U_MPMCDP U_MPMCDPC U_MP_IMG";
//    //停止所有的播放的样式
//    if ((U.UF.MPlayer.UMMP) && (_UFMS = U.UF.MPlayer.UMMP[0])) {
//        _UFMS.style.color = "#767676";
//        U.selectEl("div", _UFMS).addAttrArray({ "className": "U_MPLBNB U_MP_IMG", "innerHTML": U.UF.MPlayer.UMMP[1] }, 0);
//    }
//    else { U.UF.MPlayer.UMMP = []; }
//    //播放音乐的样式
//    U.UF.MPlayer.UMMP[0] = SO; //正在播放的元素
//    U.UF.MPlayer.UMMP[1] = U.selectEl("div", SO)[0].innerHTML; //播放的序号
//    SO.style.color = "#6da6e0";
//    U.selectEl("div", SO).addAttrArray({ "className": "U_MPLBNB U_MPLBNBI U_MP_IMG", "innerText": "" }, 0);
//    U.selectEl("#U_MPMXZL")[0].onclick = function(){U.UF.MPlayer.LMGM(userid, UDK, SO);}; //收藏音乐
//    U.selectEl("#U_MPMXZR")[0].onclick = function(){U.UF.MPlayer.DMGM(userid, UDK, SO);}; //删除音乐
//}
////-----------------------------------------------------------------------------加载音乐的功能----------------------------------------------------------------------
////flash听完一首后直接下一首
//U.UF.MPlayer.PNM = function (T) {
//    setTimeout($("#U_MPMCDA")[0].onclick, 1000); //flash需要延迟1秒执行下一首才有效
//}
////上下一首
//U.UF.MPlayer.PNMO = function (T) {
//    var _TF = U.UF.MPlayer.TF;
//    if (_TF == "L") { U.UF.MPlayer.PNMOM(T); } //列表播放模式
//    else if (_TF == "R") { U.UF.MPlayer.Shuffle(); } //随机播放模式
//    else { U.UF.MPlayer.REMOM(); } //单曲循环模式
//}
////随机播放
//U.UF.MPlayer.Shuffle = function () {
//    var _UFMP = U.selectEl("span", U.selectEl("#U_MPLB")[0]);
//    var _EP = U.UF.Math.getRandom(_UFMP.length);
//    _UFMP[_EP - 1].ondblclick();
//}
////播放上下首
//U.UF.MPlayer.PNMOM = function (T) {
//    var i, _UMMD, _UFM = U.selectEl("#U_MPLB")[0]; _UFMP = U.UF.MPlayer.UMMP[0], UFMPL = U.selectEl("span", _UFMP.parentNode);
//    for (i = 0; i < UFMPL.length; i++) {//循环判断找到正在播放的歌典
//        if (UFMPL[i] == _UFMP) {//找到当前播放的哪一首
//            _UMMD = _UFMP;
//            if ((i == UFMPL.length - 1) && T == 1) { _UMMD = UFMPL[0]; } //如果是最后一首就回到第一首歌
//            else if (UFMPL[i + T] != null) { _UMMD = UFMPL[i + T]; }
//            _UMMD.ondblclick();
//            return;
//        }
//    }
//}
////单曲循环
//U.UF.MPlayer.REMOM = function () {
//    U.UF.MPlayer.UMMP[0].ondblclick();
//}
////播放或暂停
//U.UF.MPlayer.pauseOstart = function () {
//    var _UMPP = U.selectEl("#U_MPMCDP")[0];
//    var _TF = U.UF.MPlayer.UM.pauseOstart(); //判断是否在播放音乐
//    if (_TF == false) { _UMPP.className = "U_MPMCDP U_MPMCDPO U_MP_IMG"; }
//    else { _UMPP.className = "U_MPMCDP U_MPMCDPC U_MP_IMG"; }
//}
////---------------------------------------------------------进度条
////拉动进度条
//U.UF.MPlayer.Posmove = function (SO) {
//    U.UF.MPlayer.IsUpPos = false;
//    var _UDMP = U.selectEl("div", SO.parentNode);
//    document.onmousemove = function () {
//        if (!U.UF.MPlayer.IsUpPos == true) {
//            SO.setCapture(); //聚焦
//            var _E = U.UF.C.GetMousep(); //获取鼠标的位置
//            var _PTX = U.UF.M.pageXY(SO.parentNode); //获取相对的位置
//            var _TL = _UDMP[1].clientWidth; //缓存长度
//            var _L = event.clientX - _PTX[1]; //移动的位置
//            if (_L < _TL && _L > 0) {
//                SO.style.left = _L + "px";
//                _UDMP[0].style.width = (_L + 2) + "px";
//            }
//        }
//    }
//    document.onmouseup = function () {
//        U.UF.MPlayer.SkipTo((parseInt(SO.style.left)) / 225); //跟换播放的进度
//        U.UF.MPlayer.IsUpPos = true; //允许播放更新
//        SO.releaseCapture(); //释放焦点
//        document.onmouseup = document.onmousemove = null; //取消
//    }
//}
////进度条
//U.UF.MPlayer.SkipTo = function (PNSO) {
//    U.UF.MPlayer.IsUpPos = false;
//    var _UPER, _UPOD = U.selectEl("div", U.UF.MPlayer.UMPP), _TL = _UPOD[1].clientWidth; //缓存长度
//    if (typeof PNSO == "number") { _UPER = PNSO; } //如果是数字直接更新时间
//    else {
//        _UPER = (event.clientX - parseInt(PNSO.getBoundingClientRect().left));
//        if (_TL > _UPER) {//判断是否更新到指定的进度位置
//            _UPOD[0].style.width = (_UPER + 2) + "px";
//            _UPOD[2].style.left = _UPER;
//            _UPER = _UPER / 225;
//        }
//    }
//    if (_TL > parseInt(_UPER * 225)) { U.UF.MPlayer.UM.SkipTo((parseInt(U.UF.MPlayer.Time) / 1000) * _UPER); }
//    U.UF.MPlayer.IsUpPos = true;
//}
////音乐播放的总时间
//U.UF.MPlayer.GD = function () {
//    U.UF.MPlayer.Time = U.UF.MPlayer.UM.getDuration();
//    var Duration = Math.round(U.UF.MPlayer.Time / 1000); //获取音乐播放的时间
//    U.selectEl("div", U.UF.MPlayer.UMMP[0])[2].innerHTML = U.selectEl("#U_MPMCDD")[0].innerHTML = (parseInt(Duration / 60)).prefixInteger() + ":" + (parseInt(Duration % 60)).prefixInteger(); //音乐播放时间显示
//}
////-----------------------------------------------------------flash每秒的更新
////更新下载的进度
//U.UF.MPlayer.ULD = function (LD) {
//    var _UDTD = U.selectEl("div", U.UF.MPlayer.UMPP)[1];
//    _UDTD.style.width = LD + "%";
//}
////播放时间的更新和播放进度的更新
//U.UF.MPlayer.UPT = function (P, PT, LD) {
//    U.UF.MPlayer.Time = PT;
//    var _UMPF = U.UF.MPlayer.UM, _L = Math.ceil(P / PT * 225);
//    if (U.UF.MPlayer.IsUpPos) {
//        if (_UMPF.getStatus() && U.UF.MPlayer.IsP) {
//            if ((LD * 2.25) >= _L) {
//                var _UDOD = U.selectEl("div", U.UF.MPlayer.UMPP);
//                _UDOD[0].style.width = _L + 2 + "px";
//                _UDOD[2].style.left = _L + "px";
//                U.UF.MPlayer.UMPL.innerText = (parseInt(P / 1000 / 60)).prefixInteger() + ":" + (parseInt(P / 1000 % 60)).prefixInteger();
//            }
//            else { _UMPF.pauseOstart(); U.UF.MPlayer.IsP = false; } //暂停缓冲
//        }
//        else {
//            if ((LD * 2.25 - 5) > _L && U.UF.MPlayer.IsP == false) {
//                _UMPF.pauseOstart(); //播放
//                U.UF.MPlayer.IsP = true;
//            }
//        }
//    }
//}
////---------------------------------------------播放器声音调整
////调节音量大小
//U.UF.MPlayer.setVol = function (Vol) {
//    U.UF.MPlayer.UM.setVol(Vol);
//}
////调节声音大小的
//U.UF.MPlayer.volumeMove = function (SO) {
//    var _UFMD = U.selectEl("div", SO.parentNode.parentNode);
//    document.onmousemove = function () {
//        SO.setCapture(); //聚焦
//        U.UF.MPlayer.OVM(SO, _UFMD[_UFMD.length - 2], _UFMD[_UFMD.length - 4]); //调节
//    }
//    document.onmouseup = function () {
//        SO.releaseCapture(); //释放焦点
//        document.onmouseup = document.onmousemove = null;
//    }
//}
////点击调节音乐大小
//U.UF.MPlayer.OVM = function (SO, TSO, MSO) {
//    var _L = event.clientX - SO.parentNode.getBoundingClientRect().left;
//    if (_L >= 0 && _L <= 48) {
//        SO.style.left = _L + "px";
//        TSO.style.width = (_L + 2) + "px";
//        _L = Math.round(_L * (100 / 48) * 2); //声音的大小
//        SO.title = _L; //声音大小显示
//        if (_L == 0) { U.UF.MPlayer.mute(MSO); } //静音
//        else { MSO.className = "U_MPMCDH U_MPMCDHH U_MP_IMG"; U.UF.MPlayer.setVol(_L); } //调整声音
//    }
//}
////静音与非静音状态
//U.UF.MPlayer.mute = function (SO) {
//    var _UFMD = U.selectEl("div", SO.parentNode);
//    var _UFC = SO.className;
//    var _UFPD = _UFMD[_UFMD.length - 1];
//    _L = _UFPD.offsetLeft;
//    if (_UFC.indexOf("U_MPMCDHH") > -1) {//静音
//        _L = 0;
//        SO.className = "U_MPMCDH U_MPMCDHM U_MP_IMG"; //静音的图标
//    }
//    else {
//        SO.className = "U_MPMCDH U_MPMCDHH U_MP_IMG"; //声音图标
//        if (_L == 0) { _L = 27; _UFMD[_UFMD.length - 1].style.left = _L + "px"; _UFMD[_UFMD.length - 2].style.width = (_L + 2) + "px" }
//        _L = Math.round(_L * (100 / 48) * 2)
//    }
//    U.UF.MPlayer.setVol(_L); //调节声音
//}
////--------------------------------------------------功能处理
////点击我的音乐的时候
//U.UF.MPlayer.MOM = function (userid) {
//    if (!U.MD.U.L.isLogin()) {
//        if (userid != US.userInfo.UserId) { U.UF.C.divdoubleClick("UseStudioU_MP", '', US.userInfo.UserId, null); } //回到自己的音乐
//    }
//}
////切换播放音乐的模式
//U.UF.MPlayer.SMTF = function (SO) {
//    var _TF = []; //模式对应的值
//    if (U.UF.MPlayer.TF == "L") { U.UF.MPlayer.TF = "R"; _TF[0] = "U_MPMXZM U_MPMXZMR U_MP_IMG"; _TF[1] = "随机播放"; }
//    else if (U.UF.MPlayer.TF == "R") { U.UF.MPlayer.TF = "RE"; _TF[0] = "U_MPMXZM U_MPMXZMRE U_MP_IMG"; _TF[1] = "单曲循环"; }
//    else { U.UF.MPlayer.TF = "L"; _TF[0] = "U_MPMXZM U_MPMXZMM U_MP_IMG"; _TF[1] = "列表播放"; }
//    SO.className = _TF[0]; SO.title = _TF[1];
//    U.Alert("切换到" + _TF[1] + "模式");
//}
////添加他人的音乐到自己的默认文件夹
//U.UF.MPlayer.LMGM = function (userid, UDK) {
//    if (!U.MD.U.L.isLogin()) {
//        if (userid != US.userInfo.UserId) {
//            U.MD.DK.LE.DBC(US.MUSICEFOLDERID, US.userInfo.UserId);
//            U.MD.DK.RE.CE = [UDK];
//            U.MD.DK.RE.UFStick(); //添加文件
//            U.MD.DK.RE.CE = [];
//        }
//        else { U.Alert("音乐已在自己的文件夹下"); }
//    }
//}
////删除音乐
//U.UF.MPlayer.DMGM = function (userid, UDK, SO) {
//    if (userid == US.userInfo.UserId && US.userInfo.UserId) { //只允许删除自己的音乐
//        U.MD.DK.RE.DMB(UDK, [U.UF.MPlayer.AsynDMGM, [SO]]); //删除音乐
//    }
//    else { U.Alert("无法删除它人的文件夹"); }
//}
////异步删除音乐
//U.UF.MPlayer.AsynDMGM = function (SO) {
//    U.UF.MPlayer.PNMO(1); //直接下一首
//    SO.parentNode.removeChild(SO); //删除音乐文件
//}
////听音乐出错了
//U.UF.MPlayer.Error = function (Error) {
//    U.Alert("音乐文件损坏或者暂时无法播放");
//    U.UF.MPlayer.PNMO(1);
//}
////关闭音乐播放器
//U.UF.MPlayer.Close = function () {
//    if (U.UF.MPlayer.UM.getStatus() == true) { U.UF.MPlayer.pauseOstart(); }
//    U.MD.D.T.PopupWinClose($("#U_MPI")[0]); //关闭任务栏
//}
////隐藏音乐播放器
//U.UF.MPlayer.YC = function (SO) {
//    SO.style.visibility = "hidden";
//}
////打开上传音乐硬盘
//U.UF.MPlayer.OUPM = function (DID, userid) {
//    if (US.userInfo.UserId != null && userid == US.userInfo.UserId) {
//        var _UDOD = U.MD.DK.NologinDiskDown(userid, DID, userid); //打开自己的网盘上传
//        U.selectEl("div#UDK_HP_UpFile", _UDOD)[0].onclick(); //上传文件显示
//    }
//    else { U.Alert("请上传到您的文件夹"); }
//}
//    SetNodeStyle: function (N, UNV) {//设置样式变化
//        var _CN, j, PF, _UCH = N.childNodes;
//        if (_UCH.length > 0) {
//            for (var i = 0; i < _UCH.length; i++) {
//                _CN = N.childNodes[i];
//                if (_CN.innerHTML == undefined) {//假设innerhtml是undefined 说明这个标签是#text
//                    if (PF != _CN.parentNode) { this.writeStyle(_CN.parentNode, UNV); PF = _CN.parentNode; } //设置字体大小或者是样式
//                }
//                else { this.SetNodeStyle(_CN, UNV); } //递归设置字体大小或者是样式
//            }
//        }
//        else { this.writeStyle(N, UNV); }
//    },
//获取选择区的单元格
U.MD.O.E.XZTH = function () {
    var k, t = [0, 0], _UI, _UJ, _UDED = [], i = ITF % U.MD.O.E.SY["CE"]["TF"][1], j = Math.ceil(ITF / U.MD.O.E.SY["CE"]["TF"][1]), _HW = 0, _OE = U.UF.EL.getElementInfo(SO), _I = U.MD.O.E.SY["SEO"][1], _UDAD = U.selectEl("div", U.selectEl("#U_E_TableArea")[0]), _UTD = (U.MD.O.E.SY["UAE"]["H"] || U.selectEl("#U_E_TitleBar")[0]), _ULD = (U.MD.O.E.SY["UAE"]["L"] || U.selectEl("#U_E_LeftLine")[0]), _UDEL = U.UF.EL.getChildrenNoText($("div", _UTD)[0].childNodes), _UDTD = U.UF.EL.getChildrenNoText($("div", _ULD)[0].childNodes); ;
    for (k = i; k < _UDEL.length; k++) { _HW += _UDEL[k].offsetWidth; if (_OE["OW"] == _HW) { _UI = k; break; } }
    _HW = 0;
    for (k = j; k < _UDTD.length; k++) { _HW += _UDTD[j].offsetHeight; if (_OE["OH"] == _HW) { _UJ = k; break; } }
    ITF += (_UJ - j) * U.MD.O.E.SY["CE"]["TF"][1] + (_UI - i);
    if (U.MD.O.E.SY["SEO"][1] % U.MD.O.E.SY["CE"]["TF"][1] < ITF % U.MD.O.E.SY["CE"]["TF"][1]) { t = [U.MD.O.E.SY["SEO"][1], ITF]; } else { t = [(Math.floor(U.MD.O.E.SY["SEO"][1] / U.MD.O.E.SY["CE"]["TF"][1]) * U.MD.O.E.SY["CE"]["TF"][1]) + (ITF % U.MD.O.E.SY["CE"]["TF"][1]), (Math.floor(ITF / U.MD.O.E.SY["CE"]["TF"][1]) * U.MD.O.E.SY["CE"]["TF"][1]) + (U.MD.O.E.SY["SEO"][1] % U.MD.O.E.SY["CE"]["TF"][1])]; }
    for (k = t[0]; k <= t[1]; k++) {
        if (U.MD.O.E.SY["SEO"][1] % U.MD.O.E.SY["CE"]["TF"][1] <= k % U.MD.O.E.SY["CE"]["TF"][1] && ITF % U.MD.O.E.SY["CE"]["TF"][1] >= k % U.MD.O.E.SY["CE"]["TF"][1]) { _UDED.push(_UDAD[k]); }
        else if (U.MD.O.E.SY["SEO"][1] % U.MD.O.E.SY["CE"]["TF"][1] >= k % U.MD.O.E.SY["CE"]["TF"][1] && ITF % U.MD.O.E.SY["CE"]["TF"][1] <= k % U.MD.O.E.SY["CE"]["TF"][1]) { _UDED.push(_UDAD[k]); }
    }
}
//自创建元素---------------------------------------------------------------------------------------------------------------
//蛋疼的方法~~将生成的代码进行字符更换达到自创建元素的功能~~
//使用方法~在载入的时候执行ElementReplace()便可windown.onload=function(){ElementReplace();}
//终极目标:与asp.net中
 ", OS, TF);} }, DFPE); } //
        document.onclick = function(){U.UF.E.CreateSf(ID, DFPE]], [document.onclick || function(){}, [);}; document.body.appendChild(DFPE);
    }
    else { if (DFPE.style.display == "block" || arguments.length == 2) { DFPE.style.display = "none"; return; } else { U.selectEl(DFPE).addAttrArray({ "style": { "display": "block"} }); } }
    U.UF.EV.stopBubble(); U.UF.F.topWindow(DFPE); U.UF.E.init(DFPE, SO); U.UF.E.CreateImage(CW, "", OS, TF); return DFPE; //定位表情框
}
//#endregion
//#region
////-----------------------------------------------------------------窗体动画------------------------------------------------------------------------
////特效打开窗体,第一个参数为单击的按钮id str类型 第二个参数为弹出的窗体id str类型,ltwh是窗体的坐标和宽度,v是速度,按毫秒计算
////调用示例方法U.UF.ME.OpenWin("UCD_TOP_Lang", "UCD_L", document.body.clientWidth * 0.3 + "px", "130px", "600px", "380px");
////需要此效果的窗体css定义position:absolute; display:none; top:0px; left:0px; width:0px; height:0px;overflow:hidden;
//U.UF.ME.OpenWin = function (b, d, l, t, w, h, v) {
//    var r = U.UF.EL.getElementInfo($("#" + b + "")[0]), o = U.selectEl("#" + d + "");
//    o[0].style.display = "block"; o[0].style.left = r.BCRL + "px"; o[0].style.top = r.BCRT + "px";
//    o.animate({ "left": l, "top": t, "width": w, "height": h }, v);
//}
////特效关闭窗体,第一个参数为单击的按钮id str类型 第二个参数为弹出的窗体id str类型,v是速度,按照毫秒计算,cb是关闭窗体后执行的其他特效函数。
//U.UF.ME.CloseWin = function (b, d, v, cb) {
//    var r = U.UF.EL.getElementInfo($("#" + b + "")[0]);
//    U.selectEl("#" + d + "").animate({ "left": r.BCRL + "px", "top": r.BCRT + "px", "width": "0px", "height": "0px" }, v, U.UF.C.apply(this, "$('#" + d + "').css('display', 'none')"));
//    if (cb) cb;
//}
////按钮抖动效果,参数b为按钮id,str类型,v为速度,此函数调用方法//U.UF.ME.BShake(b,32);
////参考自:http://www.nowamagic.net/librarys/veda/detail/1063,绝对定位可行,相对定位有点问题
//U.UF.ME.BShake = function (d, v) {
//    //k判断元素是相对定位还是决定定位,相对定位用marginTop,决定定位用Top。u是计时器,t,l是相对定位,决定定位的值,a b是计算变量
//    var o, t, l, a, b = 0, u, k = 1, s;
//    "string" == typeof (d) ? o = U.selectEl("#" + d + "") : o = U.selectEl(d);
//    //如果元素是相对定位,不是absolute或者relative,采用marginTop属性抖动s = U.UF.EL.getStyle(o[0]);不能批量获取
//    if (U.UF.EL.getStyle(o[0], "position") == "absolute" || U.UF.EL.getStyle(o[0], "position") == "relative") { k = 0 }
//    if (k) { t = U.UF.EL.getStyle(o[0], "marginTop"); l = U.UF.EL.getStyle(o[0], "marginLeft"); a = ['marginTop', 'marginLeft'] }
//    else { t = U.UF.EL.getStyle(o[0], "top"); l = U.UF.EL.getStyle(o[0], "left"); a = ['top', 'left'] }
//    u = setInterval(function () {
//        b++;
//        o[0].style[a[b % 2]] = b % 4 < 2 ? parseInt(U.UF.EL.getStyle(o[0], a[b % 2])) - 2 + "px" : parseInt(U.UF.EL.getStyle(o[0], a[b % 2])) + 2 + "px";
//        if (b > 15) { clearInterval(u); b = 0; if (k) { o[0].style.marginTop = t; o[0].style.marginLeft = l; } }
//    }, v)
//}
////元素变色,参数b为按钮id,str类型,参数n为新的颜色
//U.UF.ME.ChangeColor = function (b, n) {
//    var o = U.selectEl("#" + b + "")[0], c = o.style.backgroundColor;
//    o.style.backgroundColor = n;
//    setTimeout(function () { o.style.backgroundColor = c; }, 1000)
//}
////#endregion
//   setTimeout((this.TIM[2] = function(){this.ADQJS("");}), 500); //设置记录值 //if (this.TIM[1]) { if (win.getSelection) { _UCE = this.CW.getSelection().getRangeAt(0); _UDE = this.OAT[_UTP]; _UDE[_UDE.l].R.setEnd(_UCE.startContainer, _UCE.startOffset); } }
//获取QQ登录后得到的openId:用户身份的唯一标识。建议保存在本地,以便用户下次登录时可对应到其之前的身份信息,不需要重新授权。
//accessToken:表示当前用户在此网站/应用的登录状态与授权信息,建议保存在本地。 有效期3个月
        CreateImage: function (EW, PH, SO, TF) {//编辑器里插入图片
            U.UF.E.SORange["OE"][TF].Replace(PH); //把设置后的文字顶替设置前的文字
        },
                    //            var i, _UTF; USE = USE || []; UDE = arguments.length > 4 ? UDE : this.Value; _UTF = this.IFOBJ(UDE);
            //            if (_UTF === true) {//对象添加处理
            //                if (this.IsTF(UCE, UDE)) { USE.push(UDE); } //确定本身是否为目标
            //                if (UKE === true) { for (i in UDE) { if (USE.length == UT) { break; }; U.Json(UDE[i], this).select(UCE, UKE, UT, USE); } } //全盘搜索
            //                else if (UKE) { if (USE.length != UT && UDE[UKE]) { U.Json(UDE[UKE], this).select(UCE, UKE, UT, USE); }; } //条件搜索
            //            }
            //            else if (_UTF == "Array") { for (i = 0; i < UDE.length; i++) { if (USE.length == UT) { break; } this.select(UCE, UKE, UT, USE, UDE[i]); } } //数组处理数据 
            //            return USE;
//#endregion
                    // else { this.EL.onmousedown = this.CB; this.SetHover(); U.UF.EV.simulateMouseClicks(this.EL, "mousedown"); };
                    //this.EL.onmousedown(); this.EL.onmousedown = this.CB;  U.UF.EV.simulateMouseClicks(this.EL, "mousedown");
                       //释放 (this["SSO"] || _UDOD).onscroll = this.OS;  U.UF.EV.simulateMouseClicks(_UDOD, "click"); 
    //    return (U.MD.D.DestopStr = [{ "ApplicationID": "7aeaab56-485f-4150-b781-8ffd86d593ce", "UserDirectoryID": "", "ApplicationName": "网盘", "ApplicaitonUrl": "UseStudioUserDiskDiv", "ApplicaitonImg": { "x": -304, "y": -20} },
    //                    { "ApplicationID": "93553847-e299-464c-a0e2-c15872efb6ae", "UserDirectoryID": "", "ApplicationName": "相册", "ApplicaitonUrl": "UseStudioUserDiskDiv", "ApplicaitonImg": { "x": -88, "y": -92} },
    //                    {"ApplicationID": "8a2135ff-746a-43a8-97b8-552d228a00bb", "UserDirectoryID": "", "ApplicationName": "音乐", "ApplicaitonUrl": "UseStudioUserDiskDiv", "ApplicaitonImg": { "x": -16, "y": -20} },
    //                    { "ApplicationID": "1e0742d8-737e-46e2-b03b-2f23ca8c1f17", "UserDirectoryID": "", "ApplicationName": "博客", "ApplicaitonUrl": "UseStudioBlogSystemDiv", "ApplicaitonImg": { "x": -88, "y": -20} },
    //                    { "ApplicationID": "8989bc55-6f36-44e8-8b1b-cc18486cf140", "UserDirectoryID": "", "ApplicationName": "论坛", "ApplicaitonUrl": "UseStudioStudyControlDiv", "ApplicaitonImg": { "x": -160, "y": -20} },
    //                    { "ApplicationID": "0085d7d9-a5aa-4785-b914-05136e3f4bf0", "UserDirectoryID": "", "ApplicationName": "应用", "ApplicaitonUrl": "US_Manage_App_Mark", "ApplicaitonImg": { "x": -160, "y": -92} },
    //                    { "ApplicationID": "0d0686f0-b3df-429b-a586-db5899118ec5", "UserDirectoryID": "", "ApplicationName": "便签", "ApplicaitonUrl": "mouseroverNote", "ApplicaitonImg": { "x": -232, "y": -92} },
    //                    { "ApplicationID": "", "UserDirectoryID": "", "ApplicationName": "文档编辑", "ApplicaitonUrl": "US_Word", "ApplicaitonImg": { "x": -232, "y": -20} },
    //                    { "ApplicationID": "", "UserDirectoryID": "", "ApplicationName": "工作表", "ApplicaitonUrl": "US_Excel", "ApplicaitonImg": { "x": -232, "y": -20} },
    //                    { "ApplicationID": "6DB2FD18-B8E0-075A-605F-F3FB928FE7AB", "UserDirectoryID": "", "ApplicationName": "购物", "ApplicaitonUrl": "UM_GW", "ApplicaitonImg": { "x": -232, "y": -20} },
    //                    { "ApplicationID": "5312340d-a802-a8c6-f80a-000000000000", "UserDirectoryID": "", "ApplicationName": "积分中心", "ApplicaitonUrl": "UD_DK_IC", "ApplicaitonImg": { "x": -232, "y": -20} },
    //                    { "ApplicationID": "6DB2FD18-B8E0-075A-605F-000000000000", "UserDirectoryID": "", "ApplicationName": "Use聊", "ApplicaitonUrl": "Chat", "ApplicaitonImg": { "x": -232, "y": -20} },
    //                    { "ApplicationID": "DA0EEA4E-AD61-4F2A-8DB1-3ADF0A506C86", "UserDirectoryID": "", "ApplicationName": "在线编程", "ApplicaitonUrl": "UD_PG", "ApplicaitonImg": { "x": -232, "y": -20} }
    //                   ]);
    
                            //    if (_UDE[_UL].C) { _UCE = _UDE[_UL]; } else if (_UDE[_UL + 1] && (_UDE[_UL + 1].C || _UL < _UDE.length - 2)) { _UCE = _UDE[(_UDE.l += 1)]; }
                            //                            _UDE = this.OAT[_UTP]; _UL = _UDE.l; U.UF.EV.stopDefault();
                            //                            if (_UDE[_UL].C) { _UCE = _UDE[_UL]; } else if (_UDE[_UL + 1] && (_UDE[_UL + 1].C || _UL < _UDE.length - 2)) { _UCE = _UDE[(_UDE.l += 1)]; }
                            //                            if (_UCE) {
                            //                                if (!win.getSelection) { //老ie处理
                            //                                    try { _UDE = _UDE[_UL] ? _UDE[_UL].OR.R : this.R; _UL = _UDE.boundingLeft + _UDE.boundingWidth; if (_UCE.P.boundingLeft || _UCE.P.boundingTop) { _UCE.OR.R.moveToPoint(_UCE.P.boundingLeft, _UCE.P.boundingTop); } }
                            //                                    catch (e) { try { if (_UCE.OR.R.boundingTop < _UCE.P.boundingTop) { _UCE.OR.R.moveToPoint(_UL, _UDE.boundingTop); } } catch (e) { } } _UCE.OR.Replace(_UCE.C); _UCE.C = "";
                            //                                }
                            //                            }
////------------------------------------------------------------------------桌面应用数据源的操作--------------------------------------------------------------
//Namespace.register("U.MD.D.T"); //桌面数据源命名空间
//U.MD.D.D.News; //学习系统帖子的全局
//U.MD.D.DestopStr; //桌面图标的json
//U.MD.D.icon_list; //桌面图标
////数据源操作的接口
//U.MD.D.D.SF = function (name, term) {
//    switch (name) {
//        case "AddNews":
//            U.MD.D.D.AddNews(term);
//            break;
//        case "GetNews":
//            return U.MD.D.D.GetNews(term);
//            break;
//        case "GetIc":
//            return U.MD.D.D.GetDI(term);
//            break;
//        case "AddTG": //插入新闻
//            break;
//        default: break;
//    }
//}
////---------------------------------------------------------------------------新闻的操作----------------------------------------------------------------
////添加学习系统的新闻
//U.MD.D.D.AddNews = function (term) {
//    U.MD.D.D.News = term;
//}
////获取学习系统的新闻
//U.MD.D.D.GetNews = function (term) {
//    var _NL = [];
//    if (U.MD.D.D.News) {
//        for (var i = 0; i < U.MD.D.D.News.length; i++) {
//            if (U.MD.D.D.News[i].PublishedDirectoryID == term[0]) {
//                _NL.push(U.MD.D.D.News[i]);
//            }
//        }
//        return _NL;
//    }
//}
////-----------------------------------------------------------------------通知通告操作--------------------------------------------------------------------
////----------------------------------------------------------------------------------桌面图标的操作-----------------------------------------------------------
//U.MD.D.D.GetDI = function (term) {
//    var _UIC = US.userInfo["icon"] || U.MD.D.DestopStr;
//    for (var i = 0; i < _UIC.length; i++) {
//        if (_UIC[i].ApplicationID == term[0]) { return _UIC[i]; }
//    }
//}
////用户互动的类
//U.MD.D.D.CII = function (ET) {
//    this.newid = ET[0];
//    this.UserId = ET[1];
//    this.UserName = ET[2];
//    this.UserThumbnailImageHead = ET[3];
//    this.NEWTYPE = ET[4];
//    this.NEWT = ET[5];
//    this.NEWC = ET[6];
//    this.Time = ET[7];
//    this.ET = ET[8];
//}
//获取客户端各种信息
U.UF.CI.GCInfo = function () {
    U.UF.CI.IEedition(); //获取可无端信息
}
//判断IE浏览器版本,是否下载最新IE,chrome,firefox
U.UF.CI.IEedition = function () {
    var _UDE = U.UF.CI.getBrowser(), _UCE = U.UF.CI.getSystem();
    if ((_UDE.browser == "msie" && Number(_UDE.ver) < 7) || _UDE.browser == "firefox") { U.selectEl("#UD_CI_getBrowser")[0].style.display = "block"; } //提示浏览器升级
    else if ("iphone,ipad".indexOf(_UDE.browser) > -1) { U.UF.CI.Ipad(); } //苹果事件
    if (_UCE.indexOf("win") > -1) { U.UF.CI.Win(_UDE, _UCE); } //如果是win系列的升级
}
//如果是windows系列
U.UF.CI.Win = function (UBE, UCE) {
    if (!browser.lb && UBE.browser == "msie" && UBE.ver != "10.0") {//提示用户安装
        _UHF = US.FILESYSTEMURL + "c181e980-d781-4fef-bb45-a3ccabdd911a.msi"; _UIH = "云端";
        U.UF.CI.WinDIs(_UHF, _UIH); //用户显示提示
        // if (UCE == "win7") { if (UBE.ver == "8.0" || UBE.ver == "7.0") { _UHF = "http://download.microsoft.com/download/4/C/A/4CA9248C-C09D-43D3-B627-76B0F6EBCD5E/IE9-Windows7-x86-chs.exe"; _UIH = "IE9"; } }
        // else if (UCE == "winxp") { if (UBE.ver == "6.0" || UBE.ver == "7.0") { _UHF = "http://download.microsoft.com/download/1/6/1/16174D37-73C1-4F76-A305-902E9D32BAC9/IE8-WindowsXP-x86-CHS.exe"; _UIH = "IE8" } }
    }
}
//用户显示提示
U.UF.CI.WinDIs = function (UHF, UIH) {
    var _UDOD = $$("div", { "id": "UD_CI_BAlert", "className": "UD_CI_BAlert" });
    $$("div", { "className": "UD_CI_Warn" }, _UDOD);
    $$("div", { 'className': 'UD_CI_Text', "innerHTML": "您使用的浏览器版本过低建议您下载" }, _UDOD);
    $$("a", { "className": "UD_CI_DL", "href": UHF, "innerHTML": UIH }, _UDOD); //安装的链接
    $$("a", { "className": "UD_CI_Text_Click", "href": "javascript:void(0);", "onclick": U.UF.C.apply(_UDOD, "retElement.style.display = 'none';"), "innerHTML": "我知道了" }, _UDOD);
    U.selectEl("body").append(_UDOD); setTimeout(function(){U.UF.CI.SetUserD(_UDOD);}, 10000);
}
//提示用户安装浏览器的定位
U.UF.CI.SetUserD = function (UDOD) {
    U.selectEl(UDOD).addAttrArray({ "style": { "display": "block"} }).animate({ "top": "80px", "left": US.width / 1.7 + "px" }, 400);
}
//浏览器下载接口
U.UF.CI.XZWin = function (UFSN, UDN) {
    U.UF.UP.inputUpload([$$("input", { "type": "text", "value": UDN, "name": "filename" }), $$("input", { "type": "text", "value": UFSN, "name": "filepath" })],"http://main.1473.cn/USUpfile.ashx?typename=apk", null, null   );
}
//如果是ipad,固定横屏,禁止放大的功能在html元素的css中。
U.UF.CI.Ipad = function () {
    document.ontouchmove = U.UF.EV.stopDefault; //阻止浏览器默认变大变小动作
}
//下一个节点
U.UF.C.nextSibling = function (obj) {
    while (obj.nextSibling.nodeType != 1) {
        obj = obj.nextSibling;
    }
    return obj.nextSibling;
            var i, _UDOD = parent.$("#US_ExcelContent").Parent(2), _UDSD = U.selectEl("span", _UDOD)[1], _UGE = U.MD.O.E.SY, _UAE = ["P", "Z", "Y", "ZT", "ZLJ", "ZU", "ZI", "F"];
        for (i = 0; i < _UAE.length; i++) { _UAE[i] = U.selectEl("#U_E_A" + _UAE[i])[0]; }
        if (_UGE["OL"]) { U.OU.Onload("Excel", _UAE.slice(0, 4), _UAE); _UGE["OL"] = false; U.MD.O.E.SetWH(); } //初始化工具
        U.MD.O.E.CNO(); _UDSD.onclick = function(){U.MD.O.E.CSave([parent.U.UF.F.closeWindow, [_UDOD,"remove"]]);}; //生成页面 //设置关闭保存
        document.body.focus(); document.onmousedown = document.onclick = U.MD.O.E.YCCD;  //页面聚焦 //菜单屏蔽
}
            //            var _UDAD, TF = false, _AIMG = this.AIMG.length != null ? this.AIMG[this.I] : this.AIMG;
            //            for (var i = 0; i < U.UF.IMG.IE.ET.length; i++) { if (U.UF.IMG.IE.ET[i]["AIMG"].indexOf(_AIMG["Thm"], "Thm") > -1) { TF = U.UF.IMG.IE.ET[i]; break; } }
            //            if (TF) { TF["AIMG"] = this.AIMG.length ? this.AIMG : [this.AIMG]; TF.I = this.I; TF.Change(this.I, TF); U.UF.F.windowTopCenter(TF.UIOD); return true; } else { U.UF.IMG.IE.ET.push(this); } //
            //            if (fun === true) { (!TF) && (_UDAD = this.AddE(_AIMG)); } else { _UDAD = fun(); } //图片显示缓冲
            //            (!TF) && (U.UF.IMG.imgReady(_AIMG["Img"], function(){this.Ready(_UDAD[0], _UDAD[1], this]]]), function(){this.Load(_UDAD[0], _UDAD[1], this);}, U.UF.C.apply(this, [[this.Error, [_AIMG["Img"]);})); //图片加载处理
    //    var i, k, j, _UDCD, _UDVD, _UDAD, _UKE = [], _UIF = US.userInfo, _UDE, _UDFD = U.selectEl("#UD_SYH")[0], _UDXD = U.selectEl("#UD_SYSXRT").Child(), _UCE = [null, _UDXD];
    //    for (i = 0; i < UDE.length; i++) {
    //        _UDVD = $$("frag"); _UDAD = U.selectEl("#" + UDE[i]).Child(); _UDE = function(){US.friend.friends.length, "正在追随", "您添加的好友", [[U.MD.F.W.viewFriend, [_UDFD]]]], [_UIF.UIF["DTC"], "动静..", "发表的动静", [[U.MD.U.V.ViewOtherUserInfo, [_UIF.UserId]]]], [_UIF.UIF["DDC"], "云分享", "云盘分享的文件", [[U.MD.D.I.openApplication, ["Disk", [_UIF.UserId, 1]]]]], [_UIF.UIF["PDC"], "版块爱好", "学习系统收藏", [[]]], [_UIF.UIF["FDC"], "追随者", "他人添加您", [[U.MD.F.W.viewFriend(_UDFD]]);}; ;
    //        _UKE.length = 0; _UCE[0] = _UDAD; for (k = 0; k < i + 1; k++) { _UKE.push($("img", _UCE[k][0])[0] || $$("img", {}, _UCE[k][0])); }; //需要添加头像
    //        _UDOD = U.selectEl(_UKE).addAttrArray({ "onerror": U.MD.C.imgError, "alt": (_UIF.UserNickName || _UIF.UserName), "title": "点击查看", "src": U.MD.C.getHeadImage(_UIF.UserThumbnailImageHead) })[0];
    //        _UDCD = U.selectEl(_UDAD[1]).Child(); _UDCD[0].innerText = _UIF.UserIndividualitysignature || "暂时没有填写个人介绍..."; _UDXD[1].innerText = _UDCD[1].innerText = (_UIF.UserNickName || _UIF.UserName);
    //        for (k = 0; k < i + 1; k++) { for (j = 0; j < _UDE.length; j++) { _UDOD = $$("div", { "className": "UD_SYSXKTBO", "style": !j ? { "marginLeft": "15px"} : {}, "onclick": _UDE[j][3] }, _UDVD); $$("div", { "className": "UD_SYSXKTBOL", "style": k ? { "fontSize": "17px", "verticalAlign": "sub"} : {}, "innerHTML": _UDE[j][0].formatMoney() }, _UDOD); $$("div", { "className": "UD_SYSXKTBOR", "innerHTML": _UDE[j][1], "style": k ? { "marginLeft": "8px", "verticalAlign": "baseline"} : {} }, _UDOD); }; (_UDCD = (k ? _UDXD[2] : _UDAD[2])); _UDCD.innerHTML = ""; _UDCD.appendChild(_UDVD); }
    //    }
            ////初始化Word
//U.MD.O.W.OnLoad = function (UDE) {
//    var i, _UDAD, UDOD = U.selectEl("#U_W_WordEdit")[0], _UDTD = U.selectEl("#U_E_ASRT")[0], _UDCD = U.selectEl(parent.$("#US_WordContent")[0]).Parent(2), _UDSD = U.selectEl("span", _UDCD)[1], _UAE = ["P", "Z", "Y", "ZT", "ZLJ", "ZU", "ZI"];
//    for (i = 0; i < _UAE.length; i++) { _UAE[i] = U.selectEl("#U_E_A" + _UAE[i])[0]; }; U.OU.TF["TF"] = "Word"; //初始化指定的值
//    (UDE) && (U.MD.O.W.WDJ()); UDOD.innerText = ""; //打印文档级联
//    if (!U.MD.O.W.TF["OL"]) { U.MD.O.W.WHO(); U.OU.Onload("Word", _UAE.slice(0, 4), _UAE); U.OU.SGN(); U.MD.O.W.TF["OL"] = true; } //初始化工具和需要隐藏的工具区域
//    if (UDE.UserFilesID != null) { U.OU.SCJD((UDE && UDE.UsOffice) ? $$("div", { "innerHTML": " " }, UDOD) : UDOD, (UDE && UDE.UsOffice) ? UDE.UsOffice : "", U.MD.O.W.TYHD); UDOD.contentEditable = true; } else { UDOD.contentEditable = false; } //添加text值
//    _UDSD.onclick = function(){U.MD.O.W.CSave([parent.U.MD.D.T.PopupWinClose, [_UDCD]]);}; //设置关闭
//    _UDTD.innerText = (UDE && UDE.UserallDirectoryName) ? UDE.UserallDirectoryName : "未命名文档"; //打开的文件名
//}
//动画特效
//图片淡入淡出,滑进滑出效果。模仿jquery。主要是为抛弃jquery,mode为1表示slidedown,mode为0表示slideup
U.UF.IMG.Animate = function (id) { return new U.UF.IMG.AnimateD(id); }
U.UF.IMG.AnimateD = function (id) {
    this.itime = 0;  //计时器时间
    this.mode = 1;
    this.maxHeight = 0;
    this.timer = null; //用于停止timeout
    this._BV = null; //获取浏览器版本
    this.obj = this.initial(id); ;  //传入结点id
}
////--------------------------------------有思工作室动态装载js-----------------------------------------------
////js文件放在head中,属于同步加载,head没加载完毕,不会执行...然而试验了很多次同步加载的方法。居然没有一种方法可行。哎。
////此函数相当于jquery的异步加载,但比jquery更好用,更符合传统编程。
//
////异步加载js和css,url为需要加载的链接地址,T为类型,比如js,css等,CB为加载后执行的回调函数。
//U.UF.DL.asynLoadJs = function (UURL, TF, cb, UTE, UIB) {
//    var i, _USD, _UASD, _UHD = U.selectEl("head", document)[0]; //获取head部
//    if (TF == "js") { _UASD = U.selectEl("script", document); _USD = $$("script", (UTE || { "src": UURL, "type": "text/javascript", "language": "javascript", "charset": "utf-8" })); } //js的异步创建
//    else if (TF == "link") { _UASD = U.selectEl("link", document); _USD = $$("link", { "href": UURL, "type": "text/css", "rel": "stylesheet" }); }
//    for (i = 0; i < _UASD.length; i++) { if (_UASD[i].src == UURL) { TF = false; if (!UIB) { _USD = _UASD[i]; } break; } } //如果已经加载完了
//    (TF || UIB) && (_UHD.insertBefore(_USD, _UHD.firstChild)); (cb) && (U.UF.DL.iframeLoad(_USD, cb)); //添加到头部  //异步处理
//    return true;
//}
////备注:楚王辉  还差一个在Div中的innerhtml属性中加载外部js的方法。
////iframe加载完毕异步
////I参数可以试iframe 可以是需要加载的img js等等 AsynF是回调函数 AsynF=[[回调函数名,[回调参数]],[回调函数名,[回调参数]].........]
//U.UF.DL.iframeLoad = function (UIF, cb) {
//    try { var _UCP = UIF.complete, _URS = UIF.readyState; } catch (e) { }
//    if (_UCP == "complete" && ((_URS == "complete" || _URS == "loaded") || _URS == null)) { function(){cb();}(); return; }
//    else {
//        (UIF.onreadystatechange) && (cb = U.UF.C.apply(UIF, [[UIF.onreadystatechange], [cb]]));
//        UIF.onreadystatechange = function(){U.UF.DL.AILD(UIF, cb);};
//    }
//    return UIF;
//}
U.UF.IMG.AnimateD.prototype = {
    initial: function (id) {   //U.Json构造函数,目的是和jqery区别。
        this._BV = U.UF.CI.getBrowser().ver; //获取浏览器版本
        return "string" == typeof (id) ? document.getElementById(id) : id;
    },
    //横屏切换效果,元素s从左到右逐渐放大,元素d从左向右逐步缩小,并最终消失。
    LScreenSwitch: function (s, d, cb) {
        s.style.height = document.body.clientHeight + "px"; //把高度置为最高,宽度从0到最大。
        s.style.left = s.style.width = 0 + "px";
        d.style.width = document.body.clientWidth + "px";
        //s.style.display = "block";
        var that = this; //setInterval里面的变量必须用that取代。
        this.timer = setInterval(function () { that.sstimer(s, d, cb); }, 32);
    },
    sstimer: function (s, d, cb) {
        if (parseInt(s.style.width) < document.body.clientWidth) {
            d.style.left = s.style.width = parseInt(s.style.width) + 100 + "px";
            var w = parseInt(d.style.width) - 100;
            w > 0 ? d.style.width = w + "px" : d.style.width = "0px";
        }
        else {
            s.style.width = document.body.clientWidth + "px";
            d.style.width = "0px";
            d.style.left = "0px";
            clearInterval(this.timer);
            cb();
        }
    },
    //横屏切换效果,从右到左逐渐放大,上面一个函数的反向函数
    RScreenSwitch: function () {
    },
    slideDown: function () {
        if (parseInt(this.obj.style.height) > this.maxHeight) { this.mode = 0; return; };
        this.obj.style.height = parseInt(this.obj.style.height) + 2 + 'px';
        this.timer = setTimeout("U.UF.IMG.Animate()", this.itime);
    },
    slideUp: function () {
        if (parseInt(this.obj.style.height) < 2) { this.mode = 1; return; };
        this.obj.style.height = parseInt(this.obj.style.height) - 2 + 'px';
        var repeat = "U.UF.IMG.Animate()";
        this.timer = setTimeout(repeat, this.itime);
    },
    slide: function (objid, itime, mode) {   //统一调用slide,自动区分down或者up
        clearTimeout(this.timer);
        this.obj = this.initial(objid);
        this.itime = itime;
        if (mode) {
            this.maxHeight = this.maxHeight ? this.maxHeight : parseInt(this.obj.style.height);
            this.obj.style.display = "block";
            this.obj.style.height = "0px";
            this.slideDown();
        }
        else this.slideUp();
    },
    fade: function (objid, itime, io, callback)//淡入淡出,io代表淡入或者淡出
    {
        this.obj = this.initial(objid);
        this.itime = itime;
        var that = this;
        this.maxHeight = parseInt(this.obj.style.height) | parseInt(this.obj.clientHeight); //此句可以不要?以后再优化。
        var i = io ? 100 : 0; //循环开始变量如果是淡入为100,淡出为0。
        var z = io ? 0 : 100; //循环结束变量,淡入为0,淡出为100。
        var v = (_BV == "7.0" || _BV == "8.0") ? 0.1 : 0.05; //浏览器判断,ie为chrome的20倍速。
        var b = io ? -100 * v : 100 * v; //步长,淡入为负数,淡出为正数。
        var timer = setInterval(function () {
            //清除计时器,如果有回调,执行回调函数
            if (i == z) { clearInterval(timer); if (typeof callback == "function") { callback(); } }
            i += b;
            that.obj.style.filter = "alpha(opacity=" + i + ")";
            that.obj.style.MozOpacity = i * v;
            that.obj.style.opacity = i * v;
            that.obj.style.height = that.maxHeight + "px";
        }, that.itime);
    },
    fadeIn: function (objid, itime, callback) {  //淡入
        this.fade(objid, itime, true, callback);
    },
    fadeOut: function (objid, itime, callback) {   //淡出
        this.fade(objid, itime, false, callback);
    }
}
//前一个节点
U.UF.C.previousSibling = function (obj) {
    while (obj.previousSibling.nodeType != 1) {
        obj = obj.previousSibling;
    }
    return obj.previousSibling;
}
    AddE: function (AIMG) {//创建默认的图片浏览器
        var _UIOD, _UIUD, _UICD, _UITD, _UIID, _useridA, _UIPA, _UICA, _UIYA, _UISA;
        //创建相框
        this.UIOD = _UIOD = $$("div", { "onmousewheel": function(){U.UF.EV.stopBubble], [this.Wheel(this);}, "className": "U_Img", "onclick": [this.XSI, ["retElement", this, true]], "onmousedown": U.UF.EV.stopBubble, "style": { "maxWidth": US.width + "px", "maxHeight": US.height + "px", "left": (Math.random() * 50) + "px", "top": (Math.random() * 50) + "px", "zIndex": US.ZINDEX ++} });
        $$("div", { "onmousedown": function(){U.UF.EV.stopBubble], [U.UF.F.DragMouseDown(_UIOD);}, "className": "U_Img_Move", "title": "移动相框" }, _UIOD);
        _UICD = $$("div", { "className": "U_Img_Operate UTransition", "onselectstart": function(){} }, _UIOD);
        _UITD = $$("div", { "className": "U_Img_Info", "onmousedown": function(){U.UF.EV.stopBubble], [this.MoveScroll("retElement", this);}, "style": { "maxHeight": (US.height - 80) + "px"} }, _UIOD);
        _UIUD = $$("div", { "style": { "overflow": "hidden", "margin": "auto", "width": "120px", "height": "120px"} }, _UITD);
        this.UIMG = _UIID = $$("img", { "NowRotate": "0", "src": AIMG["Thm"], "onerror": function(){U.MD.C.imgError(this, 1);} }, _UIUD);
        _useridA = $$("a", { "style": { "marginLeft": "20px" }, "onclick": function(){U.UF.EV.stopBubble], [this.Zoom("In", _UIOD, this);} }, _UICD);
        $$("i", { "className": "U_ImgPic zoomIn" }, _useridA);
        $$("div", { "innerHTML": "放大" }, _useridA);
        $$("a", { "title": "点击100%比例", "onclick": function(){U.UF.EV.stopBubble], [this.Zoom(100, _UIOD, this);}, "innerHTML": "100%" }, _UICD);
        _UIPA = $$("a", { "onclick": function(){U.UF.EV.stopBubble], [this.Zoom("Out", _UIOD, this);} }, _UICD);
        $$("i", { "className": "U_ImgPic zoomOut" }, _UIPA);
        $$("div", { "innerHTML": "缩小" }, _UIPA);
        _UICA = $$("a", { "onclick": function(){U.UF.EV.stopBubble], [this.Rotate(1, _UIOD, this);} }, _UICD);
        $$("i", { "className": "U_ImgPic Lrotate" }, _UICA);
        $$("div", { "innerHTML": "左转" }, _UICA);
        _UIYA = $$("a", { "onclick": function(){U.UF.EV.stopBubble], [this.Rotate(-1, _UIOD, this);} }, _UICD);
        $$("i", { "className": "U_ImgPic Rrotate" }, _UIYA);
        $$("div", { "innerHTML": "右转" }, _UIYA);
        $$("div", { "className": "U_ImgPic U_Img_Close UTransition", "style": { "cssText": "float:right;" }, "onclick": [this.Close, [_UIOD, this, true]] }, _UICD);
        if (this.AIMG.length) {
            $$("div", { "className": "U_Img_Prev U_Img_Change U_Img_transition U_ImgPic", "onclick": function(){U.UF.EV.stopBubble], [this.Change(-1, this);} }, _UIOD);
            $$("div", { "className": "U_Img_Next U_Img_Change U_Img_transition U_ImgPic", "onclick": function(){U.UF.EV.stopBubble], [this.Change(1, this);} }, _UIOD);
        }
        U.selectEl(_UIID).addAttrArray({ "style": { "filter": "alpha(opacity=30)", "MozOpacity": "0.3", "Khtml-opacity": "0.3", "opacity": "0.3"} });
        document.body.appendChild(_UIOD); U.UF.F.windowTopCenter(_UIOD); return [_UIOD, _UIID]; //加入页面和居中弹框
    },
//        USE = USE || doc; UD = UD || doc; //设置选择初值
//        if (typeof USE === "string") {//如果选择符是字符串
//            var k, i, j, _UDE, _UDT, _UCA, _UNCA, _UME = USE.split(","), _UNC = /[~|#|.|&|:|>|@|*|=]/g, _UC = /[^(~|#|.|&|:|>|@|*|=)]+/g; //定义变量区域
//            for (k = 0; k < _UME.length; k++) {
//                USE = _UME[k]; _UNCA = (USE.match(_UNC) || []); _UCA = USE.match(_UC) || ["*"]; (_UCA.length > _UNCA.length) && (_UNCA.unshift(""));
//                for (i = 0; i < _UCA.length; i++) {
//                    switch (_UNCA[i]) {
//                        case "~": _UDE = UD.getElementsByName(_UCA[i]); break; //获取name属性获取
//                        case "#": _UDE = _UDE == null ? doc.getElementById(_UCA[i]) : _UDE[_UCA[i]]; break; //根据id获取
//                        case ".": //根据className获取
//                            if (UD.getElementsByClassName) { _UDE = UD.getElementsByClassName(_UCA[i]); } //HTML5选择器
//                            else if (document.querySelectorAll) { _UDE = UD.querySelectorAll("." + _UCA[i]); } //支持ie8选择器
//                            else {//原始选择器
//                                _UDE = UD.length != null ? UD : UD.getElementsByTagName("*"); var _UDT = [];
//                                for (j = 0; j < _UDE.length; j++) { (_UDE[j].className == _UCA[i]) && (_UDT.push(_UDE[j])); };
//                                _UDE = _UDT;
//                            }
//                            break;
//                        case "": case "&": _UDE = (_UDE || UD).getElementsByTagName(_UCA[i]); break; //根据标签获取
//                        case ":": //获取tr标签选择
//                            _UDE = UD.getElementsByTagName("tr"); _UDT = [];
//                            if (_UDE.length) {
//                                for (j = 0; j < _UDE.length; j++) {
//                                    if (_UCA[i] == "even" && j % 2 == 0) { _UDT.push(_UDE[j]); }
//                                    else if (j % 2 != 1) { _UDT.push(_UDE[j]); }
//                                }
//                                _UDE = _UDT;
//                            }
//                            break;
//                        case "@": //根据自定义属性选择
//                            _UDE = _UDE || UD.getElementsByTagName('*'); _UDT = [];
//                            for (j = 0; j < _UDE.length; j++) {//筛选出包含这属性的元素
//                                if (_UNCA[i + 1] == "=") { if (_UDE[j].getAttribute(_UCA[i]) == _UCA[i + 1] || (_UDE[j][_UCA[i]] && _UDE[j][_UCA[i]].toString() == _UCA[i + 1])) { _UDT.push(_UDE[j]); } }
//                                else { if (_UDE[j].getAttribute(_UCA[i]) != null) { _UDT.push(_UDE[j]); } }
//                            }
//                            _UDE = _UDT;
//                            break;
//                        case "*": //获取外加载控件
//                            if (document.embeds && (_UDE = document.embeds[_UCA[i]])) { }
//                            else if ((_UDE = window.document[_UCA[i]])) { }
//                            else { _UDE = doc.getElementById(_UCA[i]); }
//                            break;
//                        default: break;
//                    }
//                }
//            }
//        }
//        else { _UDE = USE; }
//        if (_UDE && !(_UDE instanceof Array && _UDE[0] == null)) {//选择器选择有值
//            if (_UDE.length == null || _UDE.id != null) { _UDE = [_UDE]; }
//            for (i = 0; i < _UDE.length; i++) { this[i] = _UDE[i]; (_UDE[i].id != "") && (this[_UDE[i].id] = _UDE[i]); } //添加选择器选择元素
//            this.context = UD; this.length = _UDE.length;
//        }
//        return this;
//-----------------------------------------------------------------------加载音乐播放器--------------------------------------------------------------------------
////点击后加载播放器的flash
//U.UF.MPlayer.Onload = function () {
//    try {
//        var _UDOD = U.selectEl("#U_MP_PFlash")[0];
//        if (_UDOD) {
//            if ($("#U_MP_MPFlash")[0] == null) { _UDOD.innerHTML = ''; }
//            U.UF.MPlayer.UMPL = U.selectEl("#U_MPMCDPO")[0]; //进度显示的时间
//            U.UF.MPlayer.UMPP = U.selectEl("#U_MPMGDT")[0]; //进度条缓存的父亲元素
//            U.UF.MPlayer.UM = U.selectEl("*U_MP_MPFlash")[0]; //播放器
//        }
//    } catch (e) { }
//}
////加载列表:传入列表Json
////Json规范{ "列表名": { "歌名": "歌曲URL","歌名": "歌曲URL"},"列表名": { "歌名": "歌曲URL","歌名": "歌曲URL"} }
//U.UF.MPlayer.Open = function (J, D, OM) {//directories是目录文件夹
//    var _UDOD = U.selectEl("#UseStudioU_MP")[0], _UDTD = U.selectEl("#U_MPLB")[0], _UDSD = U.selectEl("#U_MPMCD")[0], _UDFD = U.selectEl("#U_MPFF")[0], _UDGD = U.selectEl("div#U_MPI", _UDOD)[0];
//    _UDFD.innerText = _UDTD.innerText = ""; _UDGD.style.display = "block"; U.UF.F.windowTopCenter(_UDOD);
//    U.selectEl("#U_MPLT")[0].onclick = function(){U.UF.MPlayer.MOM(US.disk.UserDisk[1][2]);};
//    U.selectEl("img", _UDSD).addAttrArray({ "onerror": [U.MD.C.imgError, ["retElement"]], "src": U.MD.C.getHeadImage(US.disk.UserDisk[1][0].UserThumbnailImageHead), "onclick": [U.MD.U.V.POUW, [US.disk.UserDisk[1][0].UserId]] }); //头像
//    U.selectEl("span", _UDSD)[0].innerHTML = US.disk.UserDisk[1][0].UserNickName; //名字
//    U.MD.DK.SetMDF((US.friend.friends || []), U.selectEl("#U_MPFF")[0]); //打印自己音乐好友
//    if (J[1].length == 0 && D.length == 0) { $$("div", { "className": "U_MPP U_MP_IMG" }, _UDTD); } //无音乐列表
//    else { U.UF.MPlayer.AddM(J, D, _UDTD, OM); } //添加音乐列表
//    U.MD.D.T.WindowRestore(_UDGD, "", "音乐", U.UF.MPlayer.Close); //创建任务栏链接
//}
////添加音乐文件文件
//U.UF.MPlayer.AddM = function (J, D, ML, OM) {
//    var i, _UOOD, _UDPD, _UDTD, _UDSD, _UDFD = $$("frag");
//    if (J[0].UserDirectoryID != US.MUSICEFOLDERID) {
//        _UOOD = $$("div", { "className": "U_MPLB" });
//        _UDPD = $$("div", { "className": "U_MPLBT", "onclick": function(){U.UF.EV.stopBubble], [U.UF.MPlayer.ListShrink("this.parentNode");} }, _UOOD);
//        $$("div", { "className": "U_MPLBA U_MPLBAO U_MP_IMG" }, _UDPD);
//        $$("div", { "className": "U_MPLBM", "innerHTML": J[0].UserallDirectoryName + "(" + J[1].length + ")" }, _UDPD);
//        $$("div", { "className": "U_MPLBADD U_MP_IMG", "onclick": function(){U.UF.EV.stopBubble], [U.UF.MPlayer.OUPM(J[0].UserDirectoryID, US.disk.UserDisk[1][2]);} }, _UDPD);
//        _UDTD = $$("div", { "className": "U_MPLBT", "style": { "cssText": "width:100%;float:left;"} }, _UOOD);
//        ML.appendChild(_UOOD);
//    }
//    else { _UDTD = ML; }
//    for (i = 0; i < J[1].length; i++) {
//        _UDSD = $$("span", { "className": "U_MPLBN", "onclick": U.UF.EV.stopBubble, "ondblclick": [U.UF.MPlayer.loadAplay, ["retElement", J[1][i], US.disk.UserDisk[1][2]]] }, _UDFD);
//        $$("div", { "className": "U_MPLBNB U_MP_IMG", "innerHTML": (i + 1).prefixInteger() }, _UDSD);
//        $$("div", { "className": "U_MPLBNC", "innerHTML": J[1][i].UserallDirectoryName }, _UDSD);
//        $$("div", { "className": "U_MPLBNS", "innerHTML": "00:00" }, _UDSD);
//        if (J[1][i].UserDirectoryID == OM) { setTimeout(_UDSD.ondblclick, 1000); }
//    }
//    _UDTD.appendChild(_UDFD);
//    for (var j = 0; j < D.length; j++) { U.UF.MPlayer.AddM(D[j][0], D[j][1], _UDTD); } //循环打印音乐
//}
////列表收缩或张开
//U.UF.MPlayer.ListShrink = function (UDOD) {
//    var _UDAD = U.selectEl("div", UDOD);
//    var _TF = ["none", "U_MPLBA U_MPLBAC U_MP_IMG"];
//    if (_UDAD[4].style.display == "none") { _TF = ["block", "U_MPLBA U_MPLBAO U_MP_IMG"]; }
//    _UDAD[4].style.display = _TF[0];
//    _UDAD[1].className = _TF[1];
//}
////加载音乐
//U.UF.MPlayer.loadAplay = function (SO, UDK, userid) {
//    var _UFMS, _UFAD = U.selectEl("div", U.UF.MPlayer.UMPP), _UMPL = U.selectEl("#U_MPLB")[0], _TF = U.selectEl("*U_MP_MPFlash")[0].loadAplay(US.FILESYSTEMURL + UDK.UserFilesServerName);
//    _UFAD[1].style.width = _UFAD[0].style.width = _UFAD[2].style.left = "0px";
//    U.selectEl("#U_MPMCDD")[0].innerHTML = U.UF.MPlayer.UMPL.innerHTML = "00:00";
//    U.selectEl("div", U.UF.MPlayer.UMPP.parentNode)[0].innerHTML = UDK.UserallDirectoryName;
//    U.selectEl("#U_MPMCDP")[0].className = "U_MPMCDP U_MPMCDPC U_MP_IMG";
//    //停止所有的播放的样式
//    if ((U.UF.MPlayer.UMMP) && (_UFMS = U.UF.MPlayer.UMMP[0])) {
//        _UFMS.style.color = "#767676";
//        U.selectEl("div", _UFMS).addAttrArray({ "className": "U_MPLBNB U_MP_IMG", "innerHTML": U.UF.MPlayer.UMMP[1] }, 0);
//    }
//    else { U.UF.MPlayer.UMMP = []; }
//    //播放音乐的样式
//    U.UF.MPlayer.UMMP[0] = SO; //正在播放的元素
//    U.UF.MPlayer.UMMP[1] = U.selectEl("div", SO)[0].innerHTML; //播放的序号
//    SO.style.color = "#6da6e0";
//    U.selectEl("div", SO).addAttrArray({ "className": "U_MPLBNB U_MPLBNBI U_MP_IMG", "innerText": "" }, 0);
//    U.selectEl("#U_MPMXZL")[0].onclick = function(){U.UF.MPlayer.LMGM(userid, UDK, SO);}; //收藏音乐
//    U.selectEl("#U_MPMXZR")[0].onclick = function(){U.UF.MPlayer.DMGM(userid, UDK, SO);}; //删除音乐
//}
////-----------------------------------------------------------------------------加载音乐的功能----------------------------------------------------------------------
////flash听完一首后直接下一首
//U.UF.MPlayer.PNM = function (T) {
//    setTimeout($("#U_MPMCDA")[0].onclick, 1000); //flash需要延迟1秒执行下一首才有效
//}
////上下一首
//U.UF.MPlayer.PNMO = function (T) {
//    var _TF = U.UF.MPlayer.TF;
//    if (_TF == "L") { U.UF.MPlayer.PNMOM(T); } //列表播放模式
//    else if (_TF == "R") { U.UF.MPlayer.Shuffle(); } //随机播放模式
//    else { U.UF.MPlayer.REMOM(); } //单曲循环模式
//}
////随机播放
//U.UF.MPlayer.Shuffle = function () {
//    var _UFMP = U.selectEl("span", U.selectEl("#U_MPLB")[0]);
//    var _EP = U.UF.Math.getRandom(_UFMP.length);
//    _UFMP[_EP - 1].ondblclick();
//}
////播放上下首
//U.UF.MPlayer.PNMOM = function (T) {
//    var i, _UMMD, _UFM = U.selectEl("#U_MPLB")[0]; _UFMP = U.UF.MPlayer.UMMP[0], UFMPL = U.selectEl("span", _UFMP.parentNode);
//    for (i = 0; i < UFMPL.length; i++) {//循环判断找到正在播放的歌典
//        if (UFMPL[i] == _UFMP) {//找到当前播放的哪一首
//            _UMMD = _UFMP;
//            if ((i == UFMPL.length - 1) && T == 1) { _UMMD = UFMPL[0]; } //如果是最后一首就回到第一首歌
//            else if (UFMPL[i + T] != null) { _UMMD = UFMPL[i + T]; }
//            _UMMD.ondblclick();
//            return;
//        }
//    }
//}
////单曲循环
//U.UF.MPlayer.REMOM = function () {
//    U.UF.MPlayer.UMMP[0].ondblclick();
//}
////播放或暂停
//U.UF.MPlayer.pauseOstart = function () {
//    var _UMPP = U.selectEl("#U_MPMCDP")[0];
//    var _TF = U.UF.MPlayer.UM.pauseOstart(); //判断是否在播放音乐
//    if (_TF == false) { _UMPP.className = "U_MPMCDP U_MPMCDPO U_MP_IMG"; }
//    else { _UMPP.className = "U_MPMCDP U_MPMCDPC U_MP_IMG"; }
//}
////---------------------------------------------------------进度条
////拉动进度条
//U.UF.MPlayer.Posmove = function (SO) {
//    U.UF.MPlayer.IsUpPos = false;
//    var _UDMP = U.selectEl("div", SO.parentNode);
//    document.onmousemove = function () {
//        if (!U.UF.MPlayer.IsUpPos == true) {
//            SO.setCapture(); //聚焦
//            var _E = U.UF.C.GetMousep(); //获取鼠标的位置
//            var _PTX = U.UF.M.pageXY(SO.parentNode); //获取相对的位置
//            var _TL = _UDMP[1].clientWidth; //缓存长度
//            var _L = event.clientX - _PTX[1]; //移动的位置
//            if (_L < _TL && _L > 0) {
//                SO.style.left = _L + "px";
//                _UDMP[0].style.width = (_L + 2) + "px";
//            }
//        }
//    }
//    document.onmouseup = function () {
//        U.UF.MPlayer.SkipTo((parseInt(SO.style.left)) / 225); //跟换播放的进度
//        U.UF.MPlayer.IsUpPos = true; //允许播放更新
//        SO.releaseCapture(); //释放焦点
//        document.onmouseup = document.onmousemove = null; //取消
//    }
//}
////进度条
//U.UF.MPlayer.SkipTo = function (PNSO) {
//    U.UF.MPlayer.IsUpPos = false;
//    var _UPER, _UPOD = U.selectEl("div", U.UF.MPlayer.UMPP), _TL = _UPOD[1].clientWidth; //缓存长度
//    if (typeof PNSO == "number") { _UPER = PNSO; } //如果是数字直接更新时间
//    else {
//        _UPER = (event.clientX - parseInt(PNSO.getBoundingClientRect().left));
//        if (_TL > _UPER) {//判断是否更新到指定的进度位置
//            _UPOD[0].style.width = (_UPER + 2) + "px";
//            _UPOD[2].style.left = _UPER;
//            _UPER = _UPER / 225;
//        }
//    }
//    if (_TL > parseInt(_UPER * 225)) { U.UF.MPlayer.UM.SkipTo((parseInt(U.UF.MPlayer.Time) / 1000) * _UPER); }
//    U.UF.MPlayer.IsUpPos = true;
//}
////音乐播放的总时间
//U.UF.MPlayer.GD = function () {
//    U.UF.MPlayer.Time = U.UF.MPlayer.UM.getDuration();
//    var Duration = Math.round(U.UF.MPlayer.Time / 1000); //获取音乐播放的时间
//    U.selectEl("div", U.UF.MPlayer.UMMP[0])[2].innerHTML = U.selectEl("#U_MPMCDD")[0].innerHTML = (parseInt(Duration / 60)).prefixInteger() + ":" + (parseInt(Duration % 60)).prefixInteger(); //音乐播放时间显示
//}
////-----------------------------------------------------------flash每秒的更新
////更新下载的进度
//U.UF.MPlayer.ULD = function (LD) {
//    var _UDTD = U.selectEl("div", U.UF.MPlayer.UMPP)[1];
//    _UDTD.style.width = LD + "%";
//}
////播放时间的更新和播放进度的更新
//U.UF.MPlayer.UPT = function (P, PT, LD) {
//    U.UF.MPlayer.Time = PT;
//    var _UMPF = U.UF.MPlayer.UM, _L = Math.ceil(P / PT * 225);
//    if (U.UF.MPlayer.IsUpPos) {
//        if (_UMPF.getStatus() && U.UF.MPlayer.IsP) {
//            if ((LD * 2.25) >= _L) {
//                var _UDOD = U.selectEl("div", U.UF.MPlayer.UMPP);
//                _UDOD[0].style.width = _L + 2 + "px";
//                _UDOD[2].style.left = _L + "px";
//                U.UF.MPlayer.UMPL.innerText = (parseInt(P / 1000 / 60)).prefixInteger() + ":" + (parseInt(P / 1000 % 60)).prefixInteger();
//            }
//            else { _UMPF.pauseOstart(); U.UF.MPlayer.IsP = false; } //暂停缓冲
//        }
//        else {
//            if ((LD * 2.25 - 5) > _L && U.UF.MPlayer.IsP == false) {
//                _UMPF.pauseOstart(); //播放
//                U.UF.MPlayer.IsP = true;
//            }
//        }
//    }
//}
////---------------------------------------------播放器声音调整
////调节音量大小
//U.UF.MPlayer.setVol = function (Vol) {
//    U.UF.MPlayer.UM.setVol(Vol);
//}
////调节声音大小的
//U.UF.MPlayer.volumeMove = function (SO) {
//    var _UFMD = U.selectEl("div", SO.parentNode.parentNode);
//    document.onmousemove = function () {
//        SO.setCapture(); //聚焦
//        U.UF.MPlayer.OVM(SO, _UFMD[_UFMD.length - 2], _UFMD[_UFMD.length - 4]); //调节
//    }
//    document.onmouseup = function () {
//        SO.releaseCapture(); //释放焦点
//        document.onmouseup = document.onmousemove = null;
//    }
//}
////点击调节音乐大小
//U.UF.MPlayer.OVM = function (SO, TSO, MSO) {
//    var _L = event.clientX - SO.parentNode.getBoundingClientRect().left;
//    if (_L >= 0 && _L <= 48) {
//        SO.style.left = _L + "px";
//        TSO.style.width = (_L + 2) + "px";
//        _L = Math.round(_L * (100 / 48) * 2); //声音的大小
//        SO.title = _L; //声音大小显示
//        if (_L == 0) { U.UF.MPlayer.mute(MSO); } //静音
//        else { MSO.className = "U_MPMCDH U_MPMCDHH U_MP_IMG"; U.UF.MPlayer.setVol(_L); } //调整声音
//    }
//}
////静音与非静音状态
//U.UF.MPlayer.mute = function (SO) {
//    var _UFMD = U.selectEl("div", SO.parentNode);
//    var _UFC = SO.className;
//    var _UFPD = _UFMD[_UFMD.length - 1];
//    _L = _UFPD.offsetLeft;
//    if (_UFC.indexOf("U_MPMCDHH") > -1) {//静音
//        _L = 0;
//        SO.className = "U_MPMCDH U_MPMCDHM U_MP_IMG"; //静音的图标
//    }
//    else {
//        SO.className = "U_MPMCDH U_MPMCDHH U_MP_IMG"; //声音图标
//        if (_L == 0) { _L = 27; _UFMD[_UFMD.length - 1].style.left = _L + "px"; _UFMD[_UFMD.length - 2].style.width = (_L + 2) + "px" }
//        _L = Math.round(_L * (100 / 48) * 2)
//    }
//    U.UF.MPlayer.setVol(_L); //调节声音
//}
////--------------------------------------------------功能处理
////点击我的音乐的时候
//U.UF.MPlayer.MOM = function (userid) {
//    if (!U.MD.U.L.isLogin()) {
//        if (userid != US.userInfo.UserId) { U.UF.C.divdoubleClick("UseStudioU_MP", '', US.userInfo.UserId, null); } //回到自己的音乐
//    }
//}
////切换播放音乐的模式
//U.UF.MPlayer.SMTF = function (SO) {
//    var _TF = []; //模式对应的值
//    if (U.UF.MPlayer.TF == "L") { U.UF.MPlayer.TF = "R"; _TF[0] = "U_MPMXZM U_MPMXZMR U_MP_IMG"; _TF[1] = "随机播放"; }
//    else if (U.UF.MPlayer.TF == "R") { U.UF.MPlayer.TF = "RE"; _TF[0] = "U_MPMXZM U_MPMXZMRE U_MP_IMG"; _TF[1] = "单曲循环"; }
//    else { U.UF.MPlayer.TF = "L"; _TF[0] = "U_MPMXZM U_MPMXZMM U_MP_IMG"; _TF[1] = "列表播放"; }
//    SO.className = _TF[0]; SO.title = _TF[1];
//    U.Alert("切换到" + _TF[1] + "模式");
//}
////添加他人的音乐到自己的默认文件夹
//U.UF.MPlayer.LMGM = function (userid, UDK) {
//    if (!U.MD.U.L.isLogin()) {
//        if (userid != US.userInfo.UserId) {
//            U.MD.DK.LE.DBC(US.MUSICEFOLDERID, US.userInfo.UserId);
//            U.MD.DK.RE.CE = [UDK];
//            U.MD.DK.RE.UFStick(); //添加文件
//            U.MD.DK.RE.CE = [];
//        }
//        else { U.Alert("音乐已在自己的文件夹下"); }
//    }
//}
////删除音乐
//U.UF.MPlayer.DMGM = function (userid, UDK, SO) {
//    if (userid == US.userInfo.UserId && US.userInfo.UserId) { //只允许删除自己的音乐
//        U.MD.DK.RE.DMB(UDK, [U.UF.MPlayer.AsynDMGM, [SO]]); //删除音乐
//    }
//    else { U.Alert("无法删除它人的文件夹"); }
//}
////异步删除音乐
//U.UF.MPlayer.AsynDMGM = function (SO) {
//    U.UF.MPlayer.PNMO(1); //直接下一首
//    SO.parentNode.removeChild(SO); //删除音乐文件
//}
////听音乐出错了
//U.UF.MPlayer.Error = function (Error) {
//    U.Alert("音乐文件损坏或者暂时无法播放");
//    U.UF.MPlayer.PNMO(1);
//}
////关闭音乐播放器
//U.UF.MPlayer.Close = function () {
//    if (U.UF.MPlayer.UM.getStatus() == true) { U.UF.MPlayer.pauseOstart(); }
//    U.MD.D.T.PopupWinClose($("#U_MPI")[0]); //关闭任务栏
//}
////隐藏音乐播放器
//U.UF.MPlayer.YC = function (SO) {
//    SO.style.visibility = "hidden";
//}
////打开上传音乐硬盘
//U.UF.MPlayer.OUPM = function (DID, userid) {
//    if (US.userInfo.UserId != null && userid == US.userInfo.UserId) {
//        var _UDOD = U.MD.DK.NologinDiskDown(userid, DID, userid); //打开自己的网盘上传
//        U.selectEl("div#UDK_HP_UpFile", _UDOD)[0].onclick(); //上传文件显示
//    }
//    else { U.Alert("请上传到您的文件夹"); }
//}
//    SetNodeStyle: function (N, UNV) {//设置样式变化
//        var _CN, j, PF, _UCH = N.childNodes;
//        if (_UCH.length > 0) {
//            for (var i = 0; i < _UCH.length; i++) {
//                _CN = N.childNodes[i];
//                if (_CN.innerHTML == undefined) {//假设innerhtml是undefined 说明这个标签是#text
//                    if (PF != _CN.parentNode) { this.writeStyle(_CN.parentNode, UNV); PF = _CN.parentNode; } //设置字体大小或者是样式
//                }
//                else { this.SetNodeStyle(_CN, UNV); } //递归设置字体大小或者是样式
//            }
//        }
//        else { this.writeStyle(N, UNV); }
//    },
//获取选择区的单元格
U.MD.O.E.XZTH = function () {
    var k, t = [0, 0], _UI, _UJ, _UDED = [], i = ITF % U.MD.O.E.SY["CE"]["TF"][1], j = Math.ceil(ITF / U.MD.O.E.SY["CE"]["TF"][1]), _HW = 0, _OE = U.UF.EL.getElementInfo(SO), _I = U.MD.O.E.SY["SEO"][1], _UDAD = U.selectEl("div", U.selectEl("#U_E_TableArea")[0]), _UTD = (U.MD.O.E.SY["UAE"]["H"] || U.selectEl("#U_E_TitleBar")[0]), _ULD = (U.MD.O.E.SY["UAE"]["L"] || U.selectEl("#U_E_LeftLine")[0]), _UDEL = U.UF.EL.getChildrenNoText($("div", _UTD)[0].childNodes), _UDTD = U.UF.EL.getChildrenNoText($("div", _ULD)[0].childNodes); ;
    for (k = i; k < _UDEL.length; k++) { _HW += _UDEL[k].offsetWidth; if (_OE["OW"] == _HW) { _UI = k; break; } }
    _HW = 0;
    for (k = j; k < _UDTD.length; k++) { _HW += _UDTD[j].offsetHeight; if (_OE["OH"] == _HW) { _UJ = k; break; } }
    ITF += (_UJ - j) * U.MD.O.E.SY["CE"]["TF"][1] + (_UI - i);
    if (U.MD.O.E.SY["SEO"][1] % U.MD.O.E.SY["CE"]["TF"][1] < ITF % U.MD.O.E.SY["CE"]["TF"][1]) { t = [U.MD.O.E.SY["SEO"][1], ITF]; } else { t = [(Math.floor(U.MD.O.E.SY["SEO"][1] / U.MD.O.E.SY["CE"]["TF"][1]) * U.MD.O.E.SY["CE"]["TF"][1]) + (ITF % U.MD.O.E.SY["CE"]["TF"][1]), (Math.floor(ITF / U.MD.O.E.SY["CE"]["TF"][1]) * U.MD.O.E.SY["CE"]["TF"][1]) + (U.MD.O.E.SY["SEO"][1] % U.MD.O.E.SY["CE"]["TF"][1])]; }
    for (k = t[0]; k <= t[1]; k++) {
        if (U.MD.O.E.SY["SEO"][1] % U.MD.O.E.SY["CE"]["TF"][1] <= k % U.MD.O.E.SY["CE"]["TF"][1] && ITF % U.MD.O.E.SY["CE"]["TF"][1] >= k % U.MD.O.E.SY["CE"]["TF"][1]) { _UDED.push(_UDAD[k]); }
        else if (U.MD.O.E.SY["SEO"][1] % U.MD.O.E.SY["CE"]["TF"][1] >= k % U.MD.O.E.SY["CE"]["TF"][1] && ITF % U.MD.O.E.SY["CE"]["TF"][1] <= k % U.MD.O.E.SY["CE"]["TF"][1]) { _UDED.push(_UDAD[k]); }
    }
}
//自创建元素---------------------------------------------------------------------------------------------------------------
//蛋疼的方法~~将生成的代码进行字符更换达到自创建元素的功能~~
//使用方法~在载入的时候执行ElementReplace()便可windown.onload=function(){ElementReplace();}
//终极目标:与asp.net中";
    //    oErrorLog.innerHTML += "Error: " + sMsg + "
";
    //    oErrorLog.innerHTML += "Line: " + sLine + "
";
    //    oErrorLog.innerHTML += "URL: " + sUrl + "
";
    return true;
}
//屏蔽按键操作。
U.UF.C.forbiddenKey = function () {
    if (event.keyCode == 116) { event.keyCode = 0; event.returnValue = false; } //屏蔽f5刷新
}
//屏蔽div右键
U.UF.C.ForbiddenDivRightMouseClick = function (obj) {
    obj.oncontextmenu = function () { return false; }
}
//规范插入的图片大小--杨嘉城
U.UF.C.norm_img = function (SO) {
    var _ISO = U.selectEl("img", SO);
    for (var i = 0; i < _ISO.length; i++) {
        if (_ISO[i].clientWidth >= 1024) { _ISO[i].width = "900px"; }
    }
}
//设置字体
U.UF.C.setuserbackgroundfont = function (obj) {
    if (obj != null) {
        var allelments = parent.document.getElementsByTagName('*');
        var i;
        for (i = 0; i < allelments.length; i++) {
            allelments[i].style.fontSize = obj + "px";
        }
    }
}
//去掉所有空格和标点符号
U.UF.S.dropSpaceAndDot = function (obj) {
    str = obj.value;
    var pattern = new RegExp("[`~!#$^&*()=|{}':;',\\[\\].<>/?~#……&*()&;—|{}‘;:”“'。,、]");
    var newstr = "";
    for (i = 0; i < str.length; i++) {
        if (str.substr(i, 1) == " ") {
            continue;
        }
        newstr += str.substr(i, 1).replace(pattern, "");
    }
    obj.innerText = newstr;
    //U.UF.C.textCompatibleandStr(obj, newstr)
}
//判断字符串类型是是否带有' '这样的字符
U.UF.C.isBlank = function (szStr) {
    for (i = 0; i < szStr.length; i++) {
        if (szStr.substring(i, i + 1) == ' ') {
            return false;
        }
        break;
    }
    return true;
}
// 检查序列号格式   目前的格式类似 GUID {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}  
U.UF.S.Checkguid = function (object_value) {
    if (object_value.length == 0)
        return false;
    if (object_value.length != 38)
        return false;
    if (object_value.charAt(0) != "{")
        return false;
    if (object_value.charAt(37) != "}")
        return false;
    var hex_format = "0123456789abcdefABCDEF";
    var check_char;
    for (var i = 1; i < 37; i++) {
        if ((i == 9) || (i == 14) || (i == 19) || (i == 24)) {
            if (object_value.charAt(i) != "-")
                return false;
        } else {
            check_char = hex_format.indexOf(object_value.charAt(i));
            if (check_char < 0)
                return false;
        }
    }
    return true;
}
//跟进时间判定早中午时间,此函数未被使用
U.UF.D.GetNowTime = function () {
    var time = new Date();
    var TimePart = document.getElementById("TimePart");
    var DataTime = time.getHours();
    if (DataTime >= 0 && DataTime < 12) {
        TimePart.innerHTML = "早上好!";
    }
    else if (DataTime >= 12 && DataTime < 18) {
        TimePart.innerHTML = "下午好!";
    }
    else {
        TimePart.innerHTML = "晚上好!";
    }
}
//使用U.UF.D.currenttime函数时转换UTC() 方法可根据世界时返回 1970 年 1 月 1 日 到指定日期的毫秒数。
//Date.UTC(year,month,day,hours,minutes,seconds,ms)
U.UF.D.DateUTC = function (STime) {
    STime = STime.split(" ");
    var MY = STime[0].split("/");
    var MS = STime[STime.length - 1].split(":");
    return "/Date(" + Date.UTC(MY[0], MY[1], MY[2], MS[0], MS[1], MS[2], 0) + ")/";
}
////把json时间戳转为日期格式
U.UF.D.getLocalTime = function (nS) {
    var _timeS = new Date(parseInt(nS.substring(6, nS.length - 2))).toLocaleString().replace(/年|月/g, "-").replace(/日/g, " ");
    if (!parent.browser.msie) _timeS = _timeS.substring(10, 25);
    return _timeS;
}
//js获取当前的时间
U.UF.D.currenttime = function () {
    var _currenttime = new Date();
    var _year = U.UF.D.getYear()//获取当前的年数
    var _month = _currenttime.getMonth() + 1; //获取当前的月份
    var _date = _currenttime.getDate(); //获取当前的日期
    var _houst = _currenttime.getHours(); //获取当前的小时
    var _Minutes = _currenttime.getMinutes(); //获取当前的分钟
    var _Seconds = _currenttime.getSeconds(); //获取当前的秒数
    return _year + '/' + _month + '/' + _date + '    ' + _houst + ':' + _Minutes + ':' + _Seconds; //返回用户现在的时间段 且样式复合项目的需求
}
U.UF.D.getDate = function (D) {
    if (D == null) { D = new Date(); }
    //    if (date == null || date == "" || date == "undefined") date = new Date();
    //    var yyyy = date.getFullYear();
    //    var m = date.getMonth() + 1;
    //    var mm = (m < 10) ? '0' + m : m;
    //    var d = date.getDate();
    //    var dd = (d < 10) ? '0' + d : d;
    //    var h = date.getHours();
    //    var hh = (h < 10) ? '0' + h : h;
    //    var n = date.getMinutes();
    //    var nn = (n < 10) ? '0' + n : n;
    //    var s = date.getSeconds();
    //    var ss = (s < 10) ? '0' + s : s;
    //    return yyyy + "-" + mm + "-" + dd + "  " + hh + ":" + nn + ":" + ss;
}
//返回月份的方法
U.UF.D.GetMonth = function (month) {
    switch (month) {
        case "Jan":
            return "1";
            break;
        case "Feb":
            return "2";
            break;
        case "Mar":
            return "3";
            break;
        case "Apr":
            return "4";
            break;
        case "May":
            return "5";
            break;
        case "Jun":
            return "6";
            break;
        case "Jul":
            return "7";
            break;
        case "Aug":
            return "8";
            break;
        case "Sep":
            return "9";
            break;
        case "Oct":
            return "10";
            break;
        case "Nov":
            return "11";
            break;
        case "Dec":
            return "12";
            break;
    }
}
//转化星期
U.UF.D.Getweek = function (week) {
    switch (week) {
        case "Mon":
            return "一";
            break;
        case "Tue":
            return "二";
            break;
        case "Wed":
            return "三";
            break;
        case "Thu":
            return "四";
            break;
        case "Fri":
            return "五";
            break;
        case "Sat":
            return "六";
            break;
        case "Sun":
            return "七";
            break;
    }
}
//if (_UDD == 0) { _UDW = "小时"; _UDTS = _UND[3] - UGD[3]; (_UDTS == 0) && (_UDTS = _UND[4] - UGD[4], _UDW = "分钟"); _UDTS = _UDTS || 1; _UDTS += _UDW; } //(_UDTS == 0) && (_UDTS = _UND[5] - UGD[5], _UDW = "秒"); 
//else if (_UDD < 10) { _UDTS = _UDD + "天前"; }
U.UF.D.DataTime = function (time) {
    time = eval('new ' + eval(time).source) + "";
    var strtime;
    _strtime = time.split(" ");
    _strtime[1] = U.UF.D.GetMonth(_strtime[1]); // 转化月份
    _strtime[0] = U.UF.D.Getweek(_strtime[0]); //转化星期
    return _strtime;
}
//用于blog的时间转换...转入2013-2-2  10:28:00 ...返回2013 2 2 10:28:00
U.UF.D.DateAnalyze = function (TD) {
    TD = TD.split(" ");
    var MT = TD[0].split("/");
    MT = MT[0].split("-")
    MT[3] = TD[TD.length - 1];
    return MT;
}
//转换普通时间为Unix时间戳,返回的是US.userInfo中相同的类型-曾冠悦
U.UF.D.getUnixTime = function (str_time) {
    var new_str = str_time.replace(/:/g, '-'); //替换冒号
    new_str = new_str.replace(/ /g, '-'); //替换空格
    var arr = new_str.split("-"); //转换成数组
    arr.length = 5;
    for (var i = 0; i < 6; i++) {
        if (arr[i] == undefined) {
            arr[i] = 0;
        }
    }
    return "/Date(" + Date.UTC(arr[0], arr[1] - 1, arr[2], arr[3] - 8, arr[4], arr[5]) + ")/";
}
//闰年
U.UF.D.IsLeapYear = function (Y) {
    if ((Y % 400 == 0 && Y % 100 == 0) || (Y % 4 == 0 && Y % 100 != 0)) { return true; }
    else { return false; }
}
//函数作用,获取年份
//在IE中得到的日期是"2011",在Firefox中看到的日期是"111",主要是因为在 Firefox 里面 getYear 返回的是 "当前年份-1900" 的值。
U.UF.D.getYear = function () {
    var year = new Date().getYear();
    year = (year < 1900 ? (1900 + year) : year);
    return year;
}
//获取当前月份
U.UF.D.getNowMonth = function () {
    var month = new Date().getMonth() + 1;
    return month;
}
//获取日期
U.UF.D.getNowDate = function () {
    var date = new Date().getDate();
    return date;
}
//获取月份的天数,2月需要年参数
U.UF.D.getDayOfMonth = function (month, year) {
    if (month == 4 || month == 6 || month == 9 || month == 11) {
        return 30;
    }
    if (month == 2) {
        if (U.UF.D.IsLeapYear(year)) {
            return 29;
        }
        else return 28;
    }
    return 31;
}
U.UF.S.PY = { 0xB0A1: "a", 0xB0A3: "ai", 0xB0B0: "an", 0xB0B9: "ang", 0xB0BC: "ao", 0xB0C5: "ba", 0xB0D7: "bai", 0xB0DF: "ban", 0xB0EE: "bang", 0xB0FA: "bao", 0xB1AD: "bei", 0xB1BC: "ben", 0xB1C0: "beng", 0xB1C6: "bi", 0xB1DE: "bian", 0xB1EA: "biao", 0xB1EE: "bie", 0xB1F2: "bin", 0xB1F8: "bing", 0xB2A3: "bo", 0xB2B8: "bu", 0xB2C1: "ca", 0xB2C2: "cai", 0xB2CD: "can", 0xB2D4: "cang", 0xB2D9: "cao", 0xB2DE: "ce", 0xB2E3: "ceng", 0xB2E5: "cha", 0xB2F0: "chai", 0xB2F3: "chan", 0xB2FD: "chang", 0xB3AC: "chao", 0xB3B5: "che", 0xB3BB: "chen", 0xB3C5: "cheng", 0xB3D4: "chi", 0xB3E4: "chong", 0xB3E9: "chou", 0xB3F5: "chu", 0xB4A7: "chuai", 0xB4A8: "chuan", 0xB4AF: "chuang", 0xB4B5: "chui", 0xB4BA: "chun", 0xB4C1: "chuo", 0xB4C3: "ci", 0xB4CF: "cong", 0xB4D5: "cou", 0xB4D6: "cu", 0xB4DA: "cuan", 0xB4DD: "cui", 0xB4E5: "cun", 0xB4E8: "cuo", 0xB4EE: "da", 0xB4F4: "dai", 0xB5A2: "dan", 0xB5B1: "dang", 0xB5B6: "dao", 0xB5C2: "de", 0xB5C5: "deng", 0xB5CC: "di", 0xB5DF: "dian", 0xB5EF: "diao", 0xB5F8: "die", 0xB6A1: "ding", 0xB6AA: "diu", 0xB6AB: "dong", 0xB6B5: "dou", 0xB6BC: "du", 0xB6CB: "duan", 0xB6D1: "dui", 0xB6D5: "dun", 0xB6DE: "duo", 0xB6EA: "e", 0xB6F7: "en", 0xB6F8: "er", 0xB7A2: "fa", 0xB7AA: "fan", 0xB7BB: "fang", 0xB7C6: "fei", 0xB7D2: "fen", 0xB7E1: "feng", 0xB7F0: "fo", 0xB7F1: "fou", 0xB7F2: "fu", 0xB8C1: "ga", 0xB8C3: "gai", 0xB8C9: "gan", 0xB8D4: "gang", 0xB8DD: "gao", 0xB8E7: "ge", 0xB8F8: "gei", 0xB8F9: "gen", 0xB8FB: "geng", 0xB9A4: "gong", 0xB9B3: "gou", 0xB9BC: "gu", 0xB9CE: "gua", 0xB9D4: "guai", 0xB9D7: "guan", 0xB9E2: "guang", 0xB9E5: "gui", 0xB9F5: "gun", 0xB9F8: "guo", 0xB9FE: "ha", 0xBAA1: "hai", 0xBAA8: "han", 0xBABB: "hang", 0xBABE: "hao", 0xBAC7: "he", 0xBAD9: "hei", 0xBADB: "hen", 0xBADF: "heng", 0xBAE4: "hong", 0xBAED: "hou", 0xBAF4: "hu", 0xBBA8: "hua", 0xBBB1: "huai", 0xBBB6: "huan", 0xBBC4: "huang", 0xBBD2: "hui", 0xBBE7: "hun", 0xBBED: "huo", 0xBBF7: "ji", 0xBCCE: "jia", 0xBCDF: "jian", 0xBDA9: "jiang", 0xBDB6: "jiao", 0xBDD2: "jie", 0xBDED: "jin", 0xBEA3: "jing", 0xBEBC: "jiong", 0xBEBE: "jiu", 0xBECF: "ju", 0xBEE8: "juan", 0xBEEF: "jue", 0xBEF9: "jun", 0xBFA6: "ka", 0xBFAA: "kai", 0xBFAF: "kan", 0xBFB5: "kang", 0xBFBC: "kao", 0xBFC0: "ke", 0xBFCF: "ken", 0xBFD3: "keng", 0xBFD5: "kong", 0xBFD9: "kou", 0xBFDD: "ku", 0xBFE4: "kua", 0xBFE9: "kuai", 0xBFED: "kuan", 0xBFEF: "kuang", 0xBFF7: "kui", 0xC0A4: "kun", 0xC0A8: "kuo", 0xC0AC: "la", 0xC0B3: "lai", 0xC0B6: "lan", 0xC0C5: "lang", 0xC0CC: "lao", 0xC0D5: "le", 0xC0D7: "lei", 0xC0E2: "leng", 0xC0E5: "li", 0xC1A9: "lia", 0xC1AA: "lian", 0xC1B8: "liang", 0xC1C3: "liao", 0xC1D0: "lie", 0xC1D5: "lin", 0xC1E1: "ling", 0xC1EF: "liu", 0xC1FA: "long", 0xC2A5: "lou", 0xC2AB: "lu", 0xC2BF: "lv", 0xC2CD: "luan", 0xC2D3: "lue", 0xC2D5: "lun", 0xC2DC: "luo", 0xC2E8: "ma", 0xC2F1: "mai", 0xC2F7: "man", 0xC3A2: "mang", 0xC3A8: "mao", 0xC3B4: "me", 0xC3B5: "mei", 0xC3C5: "men", 0xC3C8: "meng", 0xC3D0: "mi", 0xC3DE: "mian", 0xC3E7: "miao", 0xC3EF: "mie", 0xC3F1: "min", 0xC3F7: "ming", 0xC3FD: "miu", 0xC3FE: "mo", 0xC4B1: "mou", 0xC4B4: "mu", 0xC4C3: "na", 0xC4CA: "nai", 0xC4CF: "nan", 0xC4D2: "nang", 0xC4D3: "nao", 0xC4D8: "ne", 0xC4D9: "nei", 0xC4DB: "nen", 0xC4DC: "neng", 0xC4DD: "ni", 0xC4E8: "nian", 0xC4EF: "niang", 0xC4F1: "niao", 0xC4F3: "nie", 0xC4FA: "nin", 0xC4FB: "ning", 0xC5A3: "niu", 0xC5A7: "nong", 0xC5AB: "nu", 0xC5AE: "nv", 0xC5AF: "nuan", 0xC5B0: "nue", 0xC5B2: "nuo", 0xC5B6: "o", 0xC5B7: "ou", 0xC5BE: "pa", 0xC5C4: "pai", 0xC5CA: "pan", 0xC5D2: "pang", 0xC5D7: "pao", 0xC5DE: "pei", 0xC5E7: "pen", 0xC5E9: "peng", 0xC5F7: "pi", 0xC6AA: "pian", 0xC6AE: "piao", 0xC6B2: "pie", 0xC6B4: "pin", 0xC6B9: "ping", 0xC6C2: "po", 0xC6CB: "pu", 0xC6DA: "qi", 0xC6FE: "qia", 0xC7A3: "qian", 0xC7B9: "qiang", 0xC7C1: "qiao", 0xC7D0: "qie", 0xC7D5: "qin", 0xC7E0: "qing", 0xC7ED: "qiong", 0xC7EF: "qiu", 0xC7F7: "qu", 0xC8A6: "quan", 0xC8B1: "que", 0xC8B9: "qun", 0xC8BB: "ran", 0xC8BF: "rang", 0xC8C4: "rao", 0xC8C7: "re", 0xC8C9: "ren", 0xC8D3: "reng", 0xC8D5: "ri", 0xC8D6: "rong", 0xC8E0: "rou", 0xC8E3: "ru", 0xC8ED: "ruan", 0xC8EF: "rui", 0xC8F2: "run", 0xC8F4: "ruo", 0xC8F6: "sa", 0xC8F9: "sai", 0xC8FD: "san", 0xC9A3: "sang", 0xC9A6: "sao", 0xC9AA: "se", 0xC9AD: "sen", 0xC9AE: "seng", 0xC9AF: "sha", 0xC9B8: "shai", 0xC9BA: "shan", 0xC9CA: "shang", 0xC9D2: "shao", 0xC9DD: "she", 0xC9E9: "shen", 0xC9F9: "sheng", 0xCAA6: "shi", 0xCAD5: "shou", 0xCADF: "shu", 0xCBA2: "shua", 0xCBA4: "shuai", 0xCBA8: "shuan", 0xCBAA: "shuang", 0xCBAD: "shui", 0xCBB1: "shun", 0xCBB5: "shuo", 0xCBB9: "si", 0xCBC9: "song", 0xCBD1: "sou", 0xCBD4: "su", 0xCBE1: "suan", 0xCBE4: "sui", 0xCBEF: "sun", 0xCBF2: "suo", 0xCBFA: "ta", 0xCCA5: "tai", 0xCCAE: "tan", 0xCCC0: "tang", 0xCCCD: "tao", 0xCCD8: "te", 0xCCD9: "teng", 0xCCDD: "ti", 0xCCEC: "tian", 0xCCF4: "tiao", 0xCCF9: "tie", 0xCCFC: "ting", 0xCDA8: "tong", 0xCDB5: "tou", 0xCDB9: "tu", 0xCDC4: "tuan", 0xCDC6: "tui", 0xCDCC: "tun", 0xCDCF: "tuo", 0xCDDA: "wa", 0xCDE1: "wai", 0xCDE3: "wan", 0xCDF4: "wang", 0xCDFE: "wei", 0xCEC1: "wen", 0xCECB: "weng", 0xCECE: "wo", 0xCED7: "wu", 0xCEF4: "xi", 0xCFB9: "xia", 0xCFC6: "xian", 0xCFE0: "xiang", 0xCFF4: "xiao", 0xD0A8: "xie", 0xD0BD: "xin", 0xD0C7: "xing", 0xD0D6: "xiong", 0xD0DD: "xiu", 0xD0E6: "xu", 0xD0F9: "xuan", 0xD1A5: "xue", 0xD1AB: "xun", 0xD1B9: "ya", 0xD1C9: "yan", 0xD1EA: "yang", 0xD1FB: "yao", 0xD2AC: "ye", 0xD2BB: "yi", 0xD2F0: "yin", 0xD3A2: "ying", 0xD3B4: "yo", 0xD3B5: "yong", 0xD3C4: "you", 0xD3D9: "yu", 0xD4A7: "yuan", 0xD4BB: "yue", 0xD4C5: "yun", 0xD4D1: "za", 0xD4D4: "zai", 0xD4DB: "zan", 0xD4DF: "zang", 0xD4E2: "zao", 0xD4F0: "ze", 0xD4F4: "zei", 0xD4F5: "zen", 0xD4F6: "zeng", 0xD4FA: "zha", 0xD5AA: "zhai", 0xD5B0: "zhan", 0xD5C1: "zhang", 0xD5D0: "zhao", 0xD5DA: "zhe", 0xD5E4: "zhen", 0xD5F4: "zheng", 0xD6A5: "zhi", 0xD6D0: "zhong", 0xD6DB: "zhou", 0xD6E9: "zhu", 0xD7A5: "zhua", 0xD7A7: "zhuai", 0xD7A8: "zhuan", 0xD7AE: "zhuang", 0xD7B5: "zhui", 0xD7BB: "zhun", 0xD7BD: "zhuo", 0xD7C8: "zi", 0xD7D7: "zong", 0xD7DE: "zou", 0xD7E2: "zu", 0xD7EA: "zuan", 0xD7EC: "zui", 0xD7F0: "zun", 0xD7F2: "zuo" }
//获取中文拼音
U.UF.S.PYS = function (UST) {//U.UF.S.PY
    var i, _UCT = UST.charCodeAt(0); //拼音编码
    if (_UCT && (_UCT > 0xB0A0 && _UCT < 0xD7FC)) { for (i = _UCT; (!(_UCT = U.UF.S.PY[i]) && i > 0xB0A1); ) { i--; } } //如果为拼音
    return _UCT;
}
U.UF.S.PYS("你");
Namespace.register("U.UF.IMGes"); //久的图片浏览器
USPhotoImgJson = null;
//图片预加载(摘自:http://www.planeart.cn/demo/imgReady/ )=========================================================================================================================
//使用方法ImgReady(图片URL,加载头文件成功执行函数(即获得图片长宽),加载图片成功执行函数,加载图片失败执行函数);
//imgReady('images/logo_cn.png', function () {alert('size ready: width=' + this.width + '; height=' + this.height);},function(){alert("加载成功")},function(){alert("加载失败")});
U.UF.IMGes.ImgReady = (function () {
    var list = [], intervalId = null,
    // 用来执行队列
		    tick = function () {
		        var i = 0;
		        for (; i < list.length; i++) {
		            list[i].end ? list.splice(i--, 1) : list[i]();
		        };
		        !list.length && stop();
		    },
    //停止所有定时器队列
		    stop = function () {
		        clearInterval(intervalId);
		        intervalId = null;
		    };
    return function (url, ready, load, error) {
        var onready, width, height, newWidth, newHeight,
			    img = new Image();
        img.src = url;
        // 如果图片被缓存,则直接返回缓存数据
        if (img.complete) {
            ready.call(img);
            load && load.call(img);
            return;
        };
        width = img.width;
        height = img.height;
        // 加载错误后的事件
        img.onerror = function () {
            error && error.call(img);
            //onready.end = true;
            img = img.onload = img.onerror = null;
        };
        // 图片尺寸就绪
        img.onreadystatechange = function () {
            if (document.readyState == "complete") {
                newWidth = img.width;
                newHeight = img.height;
                // 如果图片已经在其他地方加载可使用面积检测
                if (newWidth !== width || newHeight !== height || newWidth * newHeight > 1024) {
                    ready.call(img);
                    //onready.end = true;
                };
            };
        };
        //        onready = function () {
        //            newWidth = img.width;
        //            newHeight = img.height;
        //            // 如果图片已经在其他地方加载可使用面积检测
        //            if (newWidth !== width || newHeight !== height || newWidth * newHeight > 1024) {
        //                ready.call(img);
        //                onready.end = true;
        //            };
        //        };
        //        onready();
        // 完全加载完毕的事件
        img.onload = function () {
            // onload在定时器时间差范围内可能比onready快
            // 这里进行检查并保证onready优先执行
            //!onready.end && onready();
            load && load.call(img);
            // IE gif动画会循环执行onload,置空onload即可
            img = img.onload = img.onerror = null;
        };
        // 加入队列中定期执行
        //        if (!onready.end) {
        //            list.push(onready);
        //            // 无论何时只允许出现一个定时器,减少浏览器性能损耗
        //            if (intervalId === null) intervalId = setInterval(tick, 40);
        //        };
    };
})();
//图片预加载(摘自:http://www.planeart.cn/demo/imgReady/ )=========================================================================================================================
//图片居中旋转(编写:郭仁)========================================================================================================================================================
//传入图片对象,与旋转方向(值:'left' or 'right')
//使用方法imgRoll(document.getElementById("ImgObj"),"left");
U.UF.IMGes.imgRoll = function (imgObj, SX, ArcSizeInt) {
    var ArcSize = imgObj.alt == null ? 0 : parseInt(imgObj.alt); //通过图片对象中的alt属性进行储存现行角度(1=90度;2=180度;3=270度;4=360度=0度)
    //判断SX进行角度增减
    if (SX == "left") {
        ArcSize += 1;
        ArcSize = ArcSize > 4 ? 0 : ArcSize;
    } else if (SX == "right") {
        ArcSize -= 1;
        ArcSize = ArcSize < 0 ? 3 : ArcSize;
    } else if (SX == "int") {
        ArcSize = ArcSizeInt;
    }
    //因为CSS旋转滤镜的实现方式不同~~需要进行不同的浏览判断给予定位
    imgObj.parentNode.style.width = ArcSize % 2 == 0 ? imgObj.width + (2 * 7) + "px" : imgObj.height + (2 * 7) + "px";
    imgObj.parentNode.style.height = ArcSize % 2 == 0 ? imgObj.height + (2 * 7) + "px" : imgObj.width + (2 * 7) + "px";
    if (!browser.msie) {
        if (ArcSize % 2 != 0) {
            imgObj.style.left = Math.ceil((parseInt(imgObj.parentNode.style.width) - parseInt(imgObj.parentNode.style.height)) / 2) + "px";
            imgObj.style.top = Math.ceil((parseInt(imgObj.parentNode.style.height) - parseInt(imgObj.parentNode.style.width)) / 2) + "px";
            imgObj.parentNode.style.left = parseInt(imgObj.parentNode.style.left) - parseInt(imgObj.style.left) + "px";
            imgObj.parentNode.style.top = parseInt(imgObj.parentNode.style.top) - parseInt(imgObj.style.top) + "px";
        } else {
            imgObj.parentNode.style.left = parseInt(imgObj.parentNode.style.left) + parseInt(imgObj.style.left) + "px";
            imgObj.parentNode.style.top = parseInt(imgObj.parentNode.style.top) + parseInt(imgObj.style.top) + "px";
            imgObj.style.left = "0px";
            imgObj.style.top = "0px";
        }
    }
    //    else {
    //        imgObj.parentNode.style.left = parseInt(imgObj.parentNode.getBoundingClientRect().left) - Math.ceil((parseInt(imgObj.parentNode.style.width) - parseInt(imgObj.parentNode.style.height)) / 2) + "px";
    //        imgObj.parentNode.style.top = parseInt(imgObj.parentNode.getBoundingClientRect().top) - Math.ceil((parseInt(imgObj.parentNode.style.height) - parseInt(imgObj.parentNode.style.width)) / 2) + "px";
    //    }
    imgObj.alt = ArcSize; //将角度值置于图片对象alt属性中
    //css旋转滤镜兼容
    imgObj.style.filter = 'Progid:DXImageTransform.Microsoft.BasicImage(Rotation=' + ArcSize + ')';
    imgObj.style.WebkitTransform = 'rotate(' + ArcSize * 90 + 'deg)';
    imgObj.style.MozTransform = 'rotate(' + ArcSize * 90 + 'deg)';
    imgObj.style.OTransform = 'rotate(' + ArcSize * 90 + 'deg)';
}
//图片居中旋转(编写:郭仁)========================================================================================================================================================
//放大缩小【不影响于旋转后放大缩小的BUG~~】(编写:郭仁)============================================================================================================================
//传入(图片对象,原始宽,原始高)~~
U.UF.IMGes.Scale = function (ImgObj, nwidth, nheight) {
    var event = arguments.callee.caller.arguments[0] || window.event; //消除浏览器差异 
    //滑动条位置
    var x = event.clientX - 80;
    var y = event.clientY - 20;
    //缩放比例~~
    var Scale = nwidth / nheight;
    //现行角度
    var ArcSize = ImgObj.alt == null ? 0 : parseInt(ImgObj.alt);
    if (document.getElementById("SlideCase_" + ImgObj.id) == null) {//判断滑动条是否已存在
        //创建滑动条
        var SlideCase = new U.UF.IMGes.SliderContorl(ImgObj.id, 200, 50, x, y, function (percentage) {
            ImgObj.style.width = nwidth * (percentage / 100) + "px";
            ImgObj.style.height = parseInt(ImgObj.style.width) / Scale + "px";
            if (ArcSize % 2 != 0) {
                ImgObj.parentNode.style.width = parseInt(ImgObj.style.height) + (2 * 7) + "px";
                ImgObj.parentNode.style.height = parseInt(ImgObj.style.width) + (2 * 7) + "px";
                if (browser.chrome || browser.firefox) {
                    ImgObj.style.left = Math.ceil((parseInt(ImgObj.parentNode.style.width) - parseInt(ImgObj.parentNode.style.height)) / 2) + "px";
                    ImgObj.style.top = Math.ceil((parseInt(ImgObj.parentNode.style.height) - parseInt(ImgObj.parentNode.style.width)) / 2) + "px";
                }
            } else {
                ImgObj.parentNode.style.width = parseInt(ImgObj.style.width) + (2 * 7) + "px";
                ImgObj.parentNode.style.height = parseInt(ImgObj.style.height) + (2 * 7) + "px";
            }
        });
        document.body.appendChild(SlideCase);
    }
}
//放大缩小【不影响于旋转后放大缩小的BUG~~】(编写:郭仁)============================================================================================================================
//stackBlurImage(ImgStr, CanvasStr, percentage, false);
//滑动条创建(编写:郭仁)==========================================================================================================================================================
//通过传入[ID(为了避免多次创建同样功能滑动条);最大值;最小值;x;y;滑动块left改变后执行函数]
//使用方法 
//  if(document.getElementById("SlideCase_20")==null){
//      var DemoSlider = SliderContorl("20",200, 50, x, y, function (percentage) {
//          alert(percentage);
//      }); 
//      document.body.appendChild(DemoSlider);
//  }
U.UF.IMGes.SliderContorl = function (id, max, min, left, top, callback) {
    var fadeOut = null; //淡出计时器Interval
    var removealertBar = null; //移除提示框计时器Timeout
    var percentage = 0; //滑动所在百分比
    //动态创建滑动框=====================================================================
    var SlideCase = document.createElement("div");
    SlideCase.id = "SlideCase_" + id; //每个滑动条都有自己的ID
    SlideCase.className = "ImgViewer SlideCase";
    SlideCase.style.left = left + "px";
    SlideCase.style.top = top + "px";
    //禁止选取
    SlideCase.onmousedown = function () { return false; } //IE;
    SlideCase.onselectstart = function () { return false; } //FireFox;Chorme
    //滑动条--------------------------------------------------
    var SlideBar = document.createElement("div");
    SlideBar.id = "SlideBar"
    SlideBar.className = "SlideBar";
    //滑动块--------------------------------------------------
    var SlidhingShoe = document.createElement("a");
    SlidhingShoe.id = "SlidhingShoe";
    SlidhingShoe.className = "ImgViewer SlidhingShoe";
    //移除按钮------------------------------------------------
    var CloseSlideButton = document.createElement("div");
    CloseSlideButton.id = "Slidhing_CloseSlideButton"
    CloseSlideButton.className = "Slidhing_CloseSlideButton";
    CloseSlideButton.onclick = function () { SlideCase.parentNode.removeChild(SlideCase); }
    //提示框--------------------------------------------------
    var alertBar = document.createElement("div");
    alertBar.id = "Slidhing_alertBar";
    alertBar.style.display = "none";
    alertBar.className = "ImgViewer Slidhing_alertBar";
    //添加到各各节点-------------------------------------------
    SlideBar.appendChild(SlidhingShoe);
    SlideCase.appendChild(SlideBar);
    SlideCase.appendChild(CloseSlideButton);
    SlideCase.appendChild(alertBar);
    //两个主要事件=====================================================================
    //提示框淡出消失函数
    var AlertFadeIn = function () {
        //提示框样式重置
        alertBar.style.filter = "alpha(opacity=100)";
        alertBar.style.MozOpacity = "1";
        alertBar.style.opacity = "1";
        alertBar.style.display = "inline-block";
        //再次清扫计时器防止内存溢出
        clearInterval(fadeOut);
        clearTimeout(removealertBar);
        //特效开始
        removealertBar = setTimeout(function () {
            i = 100;
            fadeOut = setInterval(function () {
                alertBar.style.filter = "alpha(opacity=" + i + ")";
                alertBar.style.MozOpacity = i * 0.01;
                alertBar.style.opacity = i * 0.01;
                i -= 2;
                if (i == 0) {
                    alertBar.style.display = "none";
                    //清扫计时器防止内存溢出
                    clearInterval(fadeOut);
                    clearTimeout(removealertBar);
                }
            }, 1);
        }, 800);
    }
    //滑动块移动或滑动条被点击后执行函数
    var mouse_down_or_move = function () {
        var pole = event.clientX - parseInt(SlideCase.style.left) - 25; //计算滑动块left
        //限制最小left与最大left
        pole = pole < 0 ? 0 : pole;
        pole = pole > 120 ? 120 : pole;
        SlidhingShoe.style.left = pole + "px";
        //给提示框赋予left值;使提示框跟着滑动块移动
        alertBar.style.left = pole - 20 + "px";
        percentage = pole * ((max - min) / 120) + min; //计算滑动条现行百分比
        alertBar.innerHTML = Math.round(percentage) + "%";
        callback(percentage); //回调传入函数
    }
    //给滑动条与滑动块进行事件处理==========================================
    SlideBar.onmousedown = function () {
        mouse_down_or_move();
        alertBar.style.display = "inline-block";
    }
    SlideBar.onmouseup = function () {
        if (!browser.msie) {
            AlertFadeIn();
        } else {
            clearTimeout(removealertBar);
            removealertBar = setTimeout(function () {
                alertBar.style.display = "none";
                clearTimeout(removealertBar);
            }, 800);
        }
    }
    SlidhingShoe.onmousedown = function () {
        var ismoveSlide = true;
        document.body.onmousemove = function () {
            if (ismoveSlide == true) {
                mouse_down_or_move();
                alertBar.style.display = "inline-block";
                if (!browser.msie) {
                    alertBar.style.filter = "alpha(opacity=" + i + ")";
                    alertBar.style.MozOpacity = i * 0.01;
                    alertBar.style.opacity = i * 0.01;
                }
            }
        }
        document.body.onmouseup = function () {
            if (document.all != undefined) SlidhingShoe.releaseCapture(); //鼠标事件制焦
            ismoveSlide = false;
            if (!browser.msie) {
                AlertFadeIn();
            } else {
                clearTimeout(removealertBar);
                removealertBar = setTimeout(function () {
                    alertBar.style.display = "none";
                    clearTimeout(removealertBar);
                }, 800);
            }
            document.body.onmouseup = function () { return false; }
        }
    }
    return SlideCase; //返回滑动条
}
//滑动条创建(编写:郭仁)==========================================================================================================================================================
//恢复1:1实际比例===================================================================================================================================================================
//传入图片对象,原宽,原高
U.UF.IMGes.ActuleScale = function (ImgObj, width, height) {
    ImgObj.style.width = width + "px";
    ImgObj.style.height = height + "px";
    ImgObj.parentNode.style.width = parseInt(ImgObj.style.width) + (2 * 7) + "px";
    ImgObj.parentNode.style.height = parseInt(ImgObj.style.height) + (2 * 7) + "px";
}
//创建图片框========================================================================================================================================================================
//传入图片ID(防止同时出现多个同ID导致网页出错),图片地址,JSON【KEY】(你懂的~~可为空~~)
U.UF.IMGes.CreatePhotoCase = function (imgid, url, key) {
    var nwidth = 0; //原宽
    var nheight = 0; //原高
    //    if (window.parent.document.getElementById("ImgViewer_Div" + imgid) != null) {//如果已创建此相框则返回此相框
    //        return window.parent.document.getElementById("ImgViewer_Div" + imgid);
    //    }
    //var IV_Div = window.parent.document.getElementById("ImgViewer_Div");
    var IV_Div = window.parent.$('#ImgViewer_Div')[0];
    if (IV_Div != null) {//如果已创建过相框则只在更改图片及管理框 ——简炜杰
        var img = U.selectEl("Img", IV_Div)[0];
        //更换图片ID
        img.id = "ImgViewer_Img" + imgid;
        //图片大小处理以及重新加载管理框
        var _ready = function () {
            return function () {
                var nImg = new Image();
                nImg.src = url;
                var nwidth = nImg.width;
                var nheight = nImg.height;
                if (nImg.width > 800 || nImg.height > 600) {
                    if (nImg.width > nImg.height) {
                        nwidth = 800;
                        nheight = nwidth / (nImg.width / nImg.height);
                    } else {
                        nheight = 600;
                        nwidth = nheight * (nImg.width / nImg.height);
                    }
                } else if (nImg.height < 200) {
                    nheight = 200;
                    nwidth = nheight * (nImg.width / nImg.height);
                } else {
                    nwidth = nImg.width;
                    nheight = nImg.height;
                }
                img.style.height = nheight + "px";
                img.style.width = nwidth + "px";
                IV_Div.style.height = nheight + 14 + "px";
                IV_Div.style.width = nwidth + 14 + "px";
                var strCode = '';
                strCode += '';
                strCode += '';
                strCode += '';
                strCode += '';
                strCode += '';
                U.selectEl('#ImgViewer_manager')[0].innerHTML = strCode;
                U.UF.IMGes.ActuleScale(img, nwidth, nheight);
            }
        }
        _ready = _ready();
        //加载图片
        U.UF.IMGes.ImgReady(url, _ready, function () { img.src = url; }, function () { alert("加载失败"); ImgDiv.parentNode.removeChild(ImgDiv); });
        return;
    }
    //创建相框==============================================================
    var ImgDiv = document.createElement("div");
    //ImgDiv.id = "ImgViewer_Div" + imgid;
    //相框只生成一次,ID改为唯一 ——简炜杰
    ImgDiv.id = "ImgViewer_Div";
    ImgDiv.className = "ImgViewer_Div ImgViewer_shadow";
    //禁止选取
    ImgDiv.onmousedown = function () { return false; } //IE;
    ImgDiv.onselectstart = function () { return false; } //FireFox;Chorme
    //创建管理框============================================================
    var managerBar = document.createElement("div");
    managerBar.id = "ImgViewer_managerBar";
    managerBar.className = "ImgViewer ImgViewer_managerBar";
    //创建管理对齐DIV=======================================================
    var manager = document.createElement("div");
    manager.id = "ImgViewer_manager";
    manager.className = "ImgViewer_manager";
    //创建图片元素==========================================================
    var USPhotoImg = document.createElement("img");
    USPhotoImg.id = "ImgViewer_Img" + imgid;
    USPhotoImg.className = "ImgViewer_Img";
    USPhotoImg.alt = "0";
    USPhotoImg.src = "img/loading.png";
    USPhotoImg.onmousedown = function () { U.UF.F.DragMouseDown(ImgDiv, "ImgViewer"); }
    if (key != null && key != "") {//如果KEY值为空则不显示上一张与下一张
        //创建对齐框==========================================================
        var gobackdiv = document.createElement("div");
        gobackdiv.id = "ImgViewer_gobackdiv";
        gobackdiv.className = "ImgViewer_gobackdiv";
        //创建上一张按钮======================================================
        var go = document.createElement("i");
        go.id = "ImgViewer_go";
        go.className = "ImgViewer ImgViewer_go";
        go.onclick = function () {
            goorback("g");
        }
        go.onmouseover = function () {
            gobackdiv.style.display = "inline-block";
        }
        go.onmouseout = function () {
            gobackdiv.style.display = "none";
        }
        //创建下一张按钮======================================================
        var back = document.createElement("i");
        back.id = "ImgViewer_back";
        back.className = "ImgViewer ImgViewer_back";
        back.onclick = function () {
            goorback("b");
        }
        back.onmouseover = function () {
            gobackdiv.style.display = "inline-block";
        }
        back.onmouseout = function () {
            gobackdiv.style.display = "none";
        }
        USPhotoImg.onmouseover = function () {
            gobackdiv.style.display = "inline-block";
        }
        USPhotoImg.onmouseout = function () {
            gobackdiv.style.display = "none";
        }
        gobackdiv.appendChild(go);
        gobackdiv.appendChild(back);
        ImgDiv.appendChild(gobackdiv);
        var goorback = function (gb) {
            //如果滑动条存在为以防出错而将原图滑动条隐藏
            if (document.getElementById("SlideCase_" + USPhotoImg.id) != null) document.getElementById("SlideCase_" + USPhotoImg.id).parentNode.removeChild(document.getElementById("SlideCase_" + USPhotoImg.id));
            U.UF.IMGes.imgRoll(USPhotoImg, "int", 0); //恢复旋转角度
            if (gb == "g") {
                key--;
            } else if (gb == "b") {
                key++;
            }
            key = key < 0 ? USPhotoImgJson.length - 1 : key;
            key = key > USPhotoImgJson.length - 1 ? 0 : key;
            var Img = USPhotoImgJson[key]; //选择JSON
            //更换ID
            //相框只生成一次,ID改为唯一,无需更换 ——简炜杰
            //ImgDiv.id = "ImgViewer_Div" + Img.imgid;
            USPhotoImg.id = "ImgViewer_Img" + Img.imgid;
            //执行图片预加载~~
            var _e = function () {
                return function () {
                    var nwidth = this.width;
                    var nheight = this.height;
                    if (this.width > 800 || this.height > 600) {
                        if (this.width > this.height) {
                            nwidth = 800;
                            nheight = nwidth / (this.width / this.height);
                        } else {
                            nheight = 600;
                            nwidth = nheight * (this.width / this.height);
                        }
                    } else if (this.height < 200) {
                        nheight = 200;
                        nwidth = nheight * (this.width / this.height);
                    } else {
                        nwidth = this.width;
                        nheight = this.height;
                    }
                    ImageReady(Img.imgid, nwidth, nheight);
                    gobackdiv.style.bottom = (nheight + (2 * 7)) / 2 - 15 + "px";
                }
            }
            _e = _e();
            U.UF.IMGes.ImgReady(Img.imgurl, _e, function () { USPhotoImg.src = this.src; }, function () { alert("加载失败"); ImgDiv.parentNode.removeChild(ImgDiv); });
        }
    }
    managerBar.appendChild(manager);
    ImgDiv.appendChild(USPhotoImg);
    ImgDiv.appendChild(managerBar);
    //图片加载成功后执行事件
    var ImageReady = function (Imgid, width, height) {
        var strCode = '';
        strCode += '';
        strCode += '';
        strCode += '';
        strCode += '';
        strCode += '';
        manager.innerHTML = strCode;
        U.UF.IMGes.ActuleScale(USPhotoImg, width, height);
    }
    var _e = function () {
        return function () {
            var nwidth = this.width;
            var nheight = this.height;
            if (this.width > 800 || this.height > 600) {
                if (this.width > this.height) {
                    nwidth = 800;
                    nheight = nwidth / (this.width / this.height);
                } else {
                    nheight = 600;
                    nwidth = nheight * (this.width / this.height);
                }
            } else if (this.height < 200) {
                nheight = 200;
                nwidth = nheight * (this.width / this.height);
            } else {
                nwidth = this.width;
                nheight = this.height;
            }
            ImageReady(imgid, nwidth, nheight);
            if (key != null & key != "") gobackdiv.style.bottom = (nheight + (2 * 7)) / 2 - 15 + "px";
        }
    }
    _e = _e();
    U.UF.IMGes.ImgReady(url, _e, function () { USPhotoImg.src = this.src; }, function () { alert("加载失败"); ImgDiv.parentNode.removeChild(ImgDiv); });
    document.body.appendChild(ImgDiv);
}
U.UF.IMGes.ThumbnailsCase = function (ImgJson) {
    var fadeOut = null; //淡出计时器Interval
    var removealertBar = null; //移除提示框计时器Timeout
    var ThumbnailsArray = document.getElementById("ImgViewer_ThumbnailsArray");
    var ThumbnailsSlideShoe = document.getElementById("ImgViewer_ThumbnailsSlideShoe");
    var ThumbnailsSlideBar = document.getElementById("ImgViewer_ThumbnailsSlideBar");
    var ThumbnailsAlertBar = document.getElementById("ImgViewer_ThumbnailsAlertBar");
    var strCode = "";
    var Json = eval('(' + ImgJson + ')');
    USPhotoImgJson = Json;
    for (var i in Json) {
        var Img = Json[i]
        strCode += '';
    }
    ThumbnailsArray.innerHTML = strCode;
    ThumbnailsArray.style.width = (Json.length / 2) * 68 + "px";
    ThumbnailsArray.parentNode.parentNode.style.display = "inline-block";
    var mousemoveOrdown = function () {
        pole = event.clientX - parseInt(ThumbnailsSlideShoe.parentNode.parentNode.getBoundingClientRect().left) - 35;
        pole = pole < 0 ? 0 : pole;
        pole = pole > 235 ? 235 : pole;
        ThumbnailsSlideShoe.style.left = pole + "px";
        ThumbnailsAlertBar.style.left = pole - 10 + "px";
        var ThumbnailsArrayleft = Math.ceil(pole) * ((parseInt(ThumbnailsArray.style.width) - 278) / 235);
        if (ThumbnailsArrayleft > 0) {
            ThumbnailsAlertBar.innerHTML = Math.round(ThumbnailsArrayleft) + 35 + "%";
            ThumbnailsArray.style.marginLeft = "-" + ThumbnailsArrayleft + "px";
        } else {
            ThumbnailsAlertBar.innerHTML = "小于范围值~~";
            ThumbnailsArray.style.marginLeft = "0px";
        }
    }
    var AlertFadeIn = function () {
        //提示框样式重置
        ThumbnailsAlertBar.style.filter = "alpha(opacity=100)";
        ThumbnailsAlertBar.style.MozOpacity = "1";
        ThumbnailsAlertBar.style.opacity = "1";
        ThumbnailsAlertBar.style.display = "inline-block";
        //再次清扫计时器防止内存溢出
        clearInterval(fadeOut);
        clearTimeout(removealertBar);
        //特效开始
        removealertBar = setTimeout(function () {
            i = 100;
            fadeOut = setInterval(function () {
                ThumbnailsAlertBar.style.filter = "alpha(opacity=" + i + ")";
                ThumbnailsAlertBar.style.MozOpacity = i * 0.01;
                ThumbnailsAlertBar.style.opacity = i * 0.01;
                i -= 2;
                if (i == 0) {
                    ThumbnailsAlertBar.style.display = "none";
                    //清扫计时器防止内存溢出
                    clearInterval(fadeOut);
                    clearTimeout(removealertBar);
                }
            }, 1);
        }, 800);
    }
    //事件控制
    ThumbnailsSlideBar.onmousedown = function () {
        mousemoveOrdown();
        ThumbnailsAlertBar.style.display = "inline-block";
    }
    ThumbnailsSlideBar.onmouseup = function () {
        if (!browser.msie) {
            AlertFadeIn();
        } else {
            clearTimeout(removealertBar);
            removealertBar = setTimeout(function () {
                ThumbnailsAlertBar.style.display = "none";
                clearTimeout(removealertBar);
            }, 800);
        }
    }
    ThumbnailsSlideShoe.onmousedown = function () {
        var ismoveSlide = true;
        document.body.onmousemove = function () {
            if (ismoveSlide == true) {
                mousemoveOrdown();
                ThumbnailsAlertBar.style.display = "inline-block";
                if (!browser.msie) {
                    ThumbnailsAlertBar.style.filter = "alpha(opacity=" + i + ")";
                    ThumbnailsAlertBar.style.MozOpacity = i * 0.01;
                    ThumbnailsAlertBar.style.opacity = i * 0.01;
                }
            }
        }
        document.body.onmouseup = function () {
            if (document.all != undefined) ThumbnailsSlideShoe.releaseCapture();
            ismoveSlide = false;
            if (!browser.msie) {
                AlertFadeIn();
            } else {
                clearTimeout(removealertBar);
                removealertBar = setTimeout(function () {
                    ThumbnailsAlertBar.style.display = "none";
                    clearTimeout(removealertBar);
                }, 800);
            }
            document.body.onmouseup = function () { return false; }
        }
    }
}
//设置换行
U.UF.C.SEKP = function (IF, CB, TF) {
    IF.onkeypress = function () { if (event.keyCode == 10 || event.keyCode == 13) { if (TF) { U.UF.EV.stopDefault(); } if (CB) { CB(); } } }
}
//由于需要大Div,小Div的loading,而现有的Loading函数有些复杂。需要逻辑再清晰,所以先独立,最后合并到一个loading中。
//加载Gif动画效果,小加载,区别于博客,论坛的大加载。
//此处需要异步装载,先装载文章(需要有加载动画),文章加载完毕再异步加载评论(需要有加载动画),否则会很慢。
//参数load为true,则为显示图片,参数load为false,则为卸载。因为每个项目都要用所以放在了主项目中。
U.UF.DL.SMGif = function (_div, _load) {
    if (_load == false) _div.removeChild(U.UF.C.GetCById(_div, "U_SMLD"));
    else $$("img", { "id": "U_SMLD", "className": "U_SMLDGif", "src": "http://www.1473.cn/img/us_smlding.gif" }, _div); //追加loading
}
//U.OU.TF = { "TF": "Excel" }
//U.OU.DivisionExcelWord = function (Judge) { U.OU.JudgeEW = Judge; } //判断是Excel还是Wrod
////----------------------------------------------菜单功能----------------------------------------------------------//
////文件下拉菜单功能
//U.OU.OpenFileMenu = function () {
//    U.UF.EV.stopBubble(); //阻止冒泡
//    var FileMenu = document.getElementById("U_E_OC");
//    FileMenu.style.display = FileMenu.style.display == "none" ? "block" : "none";
//}
////切换菜单选项
//U.OU.SwitchOption = function (Option, Judge) {
//    var OptionList = document.getElementById("U_E_MenuBar").getElementsByTagName("li");
//    for (var i = 1; i < OptionList.length; i++) { OptionList[i].className = ""; }
//    Option.className = "U_E_MenuButton";
//    document.getElementById(Judge).style.display = "block";
//    document.getElementById(Judge == "U_E_Tool" ? "U_OU_Nav" : "U_E_Tool").style.display = "none";
//}
////-----------------------------------------------工具-----------------------------------------------------------//
////显示或隐藏颜色框
//U.OU.DisplayColorFrame = function (FrameID) {
//    var ColorFrame = document.getElementById(FrameID);
//    ColorFrame.style.display = ColorFrame.style.display == "none" ? "block" : "none";
//    var OtherID = FrameID == "U_E_TColorFrame" ? "U_E_BColorFrame" : "U_E_TColorFrame"; //隐藏另一个颜色框
//    document.getElementById(OtherID).style.display = "none";
//}
////点击颜色Li
//U.OU.ColorLiOnClick = function (Li) {
//    var Color = Li.style.backgroundColor; var Father = Li.parentNode;
//    var BorderID = Father.id == "U_E_BColorFrame" ? "U_E_BColorBorder" : "U_E_TColorBorder";
//    var StyleName = Father.id == "U_E_BColorFrame" ? "BackColor" : "ForeColor";
//    document.getElementById(BorderID).style.backgroundColor = Color;
//    U.OU.ChangeStyle(StyleName, Color);
//    Father.style.display = "none"; //隐藏颜色框
//}
////-----------------------------------------------插入-----------------------------------------------------------//
//U.OU.InsertNowTime = function () {
//    var NowTime = US.Admin.TimeNow["年", "月", "日"];
//    if (U.OU.JudgeEW == "Word" || U.MD.O.E.KeepEditblur()) { U.UF.E.GetSelectionRange(window, $$("span")).Replace(NowTime); }
//    else {
//        var Compare = U.MD.O.E.ComparePickOn(); var Small = Compare[0]; var Big = Compare[1];
//        for (var i = Small[0]; i <= Big[0]; i++) {
//            for (var j = Small[1]; j <= Big[1]; j++) { U.MD.O.E.Cell[i][j].innerHTML = NowTime; }
//        }
//    }
//}
////-----------------------------------------------文本编辑器-----------------------------------------------------------//
//U.OU.ChangeStyle = function (SN, V, TF) {
//    if (U.OU.TF["TF"] == "Excel") {
//        var _UDFD = U.selectEl("#U_E_EditFrame")[0], _UDED = U.selectEl("div", _UDFD)[0];
//        if (_UDFD.ondblclick == null) { U.UF.E.FontSizeType(_UDED, SN, [V, V]); } //修改文字样式
//        else {
//            U.UF.E.GetSelectionRange(window, U.MD.O.E.SY["SEO"][0]).SetYPS(SN, V);
//            U.MD.O.E.SY["CE"]["Cell"][U.MD.O.E.SY["SEO"][1]].style[SN] = V;
//        }
//    }
//}
//////改变单元格或选中文本的样式(Style)
////U.OU.ChangeStyle = function (StyleName, Param) {
////    var EJudge = U.OU.JudgeEW == "Word" || (U.MD.O.E.KeepEditblur() && StyleName != "BackColor" && StyleName != "JustifyLeft" && StyleName != "JustifyCenter" && StyleName != "JustifyRight");
////    if (EJudge) {//判断是否处于编辑状态中,或者是否是Word
////        if (Param == null) { document.execCommand(StyleName) }
////        else { document.execCommand(StyleName, false, Param); }
////    }
////    else {
////        //        var StyleList = { "Bold": "fontWeight", "Italic": "fontStyle", "Underline": "textDecoration", "StrikeThrough": "textDecoration", "": "backgroundColor", "": "", "": "", "": "", "": "", "": "", "": "", "": "", "": "", "": "" };
////        switch (StyleName) {
////            case "Bold": StyleName = "fontWeight"; Param = ['bold', 'normal']; break;
////            case "Italic": StyleName = "fontStyle"; Param = ['italic', 'normal']; break;
////            case "Underline": StyleName = "textDecoration"; Param = ['underline', 'none']; break;
////            case "StrikeThrough": StyleName = "textDecoration"; Param = ['line-through', 'none']; break;
////            case "BackColor": StyleName = "backgroundColor"; break;
////            case "ForeColor": StyleName = "color"; break;
////            case "JustifyLeft": StyleName = "textAlign"; Param = "left"; break;
////            case "JustifyCenter": StyleName = "textAlign"; Param = "center"; break;
////            case "JustifyRight": StyleName = "textAlign"; Param = "right"; break;
////            case "FontSize": StyleName = "fontSize"; Param = Param + "px"; break;
////            case "FontName": StyleName = "fontFamily"; break;
////        }
////        var TempParam = Param.concat();
////        var Compare = U.MD.O.E.ComparePickOn(); var Small = Compare[0]; var Big = Compare[1]; var Cell;
////        for (var i = Small[0]; i <= Big[0]; i++) {
////            for (var j = Small[1]; j <= Big[1]; j++) {
////                Cell = U.MD.O.E.Cell[i][j];
////                if (StyleName == "textDecoration") {//让删除线和下划线共存
////                    var Decoration = Param[0] == "underline" ? "line-through" : "underline";
////                    if (Cell.style[StyleName].indexOf(Decoration) > -1) { Param[0] = "underline line-through"; Param[1] = Decoration; }
////                }
////                if ((typeof (Param) == "string")) { Cell.style[StyleName] = Param; }
////                else { Cell.style[StyleName] = Cell.style[StyleName] == Param[0] ? Param[1] : Param[0]; }
////                if (StyleName == "textDecoration") { Param = TempParam.concat(); }
////            }
////        }
////    }
////    if (U.OU.JudgeEW == "Excel") { U.MD.O.E.EditTextEdit("Cell"); }
////}
////获取选中文本在整篇文章内的位置
//U.OU.SelectedLocation = function () {
//    //Chorme
//    //    var range = window.getSelection().getRangeAt(0);
//    //    var startRangeOffset = range.startOffset;
//    //    range.collapse(true);
//    //    range.setStart(range.startContainer, startRangeOffset - 1);
//    //    range.setEnd(range.startContainer, startRangeOffset - 1 + plenght);
//    //IE
//    //    var EditFrame = document.getElementById("U_E_EditFrame");
//    //    var EditContent = EditFrame.getElementsByTagName("div")[0];
//    var EditContent = document.getElementById("U_W_WordEdit");
//    var range = document.selection.createRange();
//    var stored_range = range.duplicate();
//    stored_range.moveToElementText(EditContent);
//    stored_range.setEndPoint('EndToEnd', range);
//    EditContent.selectionStart = stored_range.text.length - range.text.length;
//    EditContent.selectionEnd = EditContent.selectionStart + range.text.length;
//    //U.MD.O.E.setSelectText(EditContent, EditContent.selectionStart, EditContent.selectionEnd);
//}
////将InnerHTML拆分成数组
//U.OU.SpiltInnerHTML = function (InnerHTML) {
//    var InnerFrame = $$("span", { "innerHTML": InnerHTML });
//    InnerHTML = InnerFrame.innerHTML;
//    var ElementList = U.UF.EL.getChildrenNoText(InnerFrame.childNodes); var SubStr = "";
//    var NewArray = []; var Local; var ElementInner;
//    for (var i = 0; i < ElementList.length; i++) {
//        ElementInner = U.OU.OuterHTML(ElementList[i]);
//        Local = InnerHTML.toLowerCase().indexOf(ElementInner.toLowerCase());
//        SubStr = InnerHTML.substring(0, Local);
//        if (SubStr.replace(/(^\s*)|(\s*$)/g, "") != "") { NewArray.push(SubStr); } //如果为空就不加入到数组中
//        NewArray.push(ElementList[i]);
//        InnerHTML = InnerHTML.substring(Local + ElementInner.length, InnerHTML.length);
//    }
//    if (InnerHTML.replace(/(^\s*)|(\s*$)/g, "") != "") { NewArray.push(InnerHTML); }
//    return NewArray;
//}
//U.OU.OuterHTML = function (Element) {
//    var HTMLFrame = $$("span", {}); HTMLFrame.appendChild(Element);
//    return HTMLFrame.innerHTML;
//}
////文本编辑器(兼容IE,Chroem)Firefox未测试
//U.OU.Editplus = function (StyleName, Param) {
//    var BrowserJudge = !(document.selection); //判断是哪个浏览器    
//    var range = BrowserJudge ? window.getSelection().getRangeAt(0) : document.selection.createRange();
//    var TextFather = BrowserJudge ? range.commonAncestorContainer.parentNode : range.parentElement(); //获取文本的父窗口
//    var InnerHTML = BrowserJudge ? document.createElement('span') : range.htmlText; //返回选中的InnerHTML
//    if (BrowserJudge) { SpanFrame.appendChild(range.cloneContents()).innerHTML; }
//    var ElementList = U.OU.SpiltInnerHTML(InnerHTML); //将InnerHTML分割成数组(根据标签进行分割)
//    var NewStyle = TextFather.style[StyleName] == Param[0] ? Param[1] : Param[0]; var NextSpan;
//    if (ElementList[0].nodeName) {//如果开头是标签就取标签相反的,如果是文本就取第一种样式
//        for (var i = 0; i < ElementList.length; i++) {
//            NewStyle = ElementList[i].style[StyleName]; NextSpan = ElementList[i + 1];
//            if (NextSpan == null || NextSpan.nodeName == null || NextSpan.style[StyleName] == NewStyle) { NewStyle = NewStyle == Param[0] ? Param[1] : Param[0]; break; }
//        }
//    }
//    var HTMLFrameB = $$("span", {}); var HTMLFrameS = $$("span", {}, HTMLFrameB);
//    var str = ChildList = ""; HTMLFrameS.style[StyleName] = NewStyle; var ElementName = "";
//    for (var i = 0; i < ElementList.length; i++) {
//        ElementName = ElementList[i].nodeName;
//        if (ElementName) {
//            if (ElementList[i].innerHTML == "" && ElementName == "SPAN") { continue; }
//            ChildList = ElementList[i].getElementsByTagName("*");
//            for (var j = 0; j < ChildList.length; j++) { if (ChildList[j].nodeName != "BR") { ChildList[j].style[StyleName] = NewStyle; } }
//            if (ElementName != "BR") {
//                if (ElementName == "P" && (i == 0 || i == ElementList.length - 1)) {
//                    // if (i == ElementList.length - 1) { str += "
"; }
//                    HTMLFrameS.innerHTML = ElementList[i].innerHTML;
//                    str += HTMLFrameB.innerHTML;
//                    if (i == 0) { str += "
"; }
//                    continue;
//                }
//                ElementList[i].style[StyleName] = NewStyle;
//            }
//            str += U.OU.OuterHTML(ElementList[i]);
//        }
//        else { HTMLFrameS.innerHTML = ElementList[i]; str += HTMLFrameB.innerHTML; }
//    }
//    if (BrowserJudge) { var NewFrame = $$("span", { "innerHTML": str }); range.deleteContents(); range.insertNode(HTMLFrameS); }
//    else { range.pasteHTML(str); }
//}
////文本编辑器(兼容IE,Chroem)Firefox未测试
////U.OU.Editplus = function (StyleName, Param) {
////    var BrowserJudge = !(document.selection); //判断是哪个浏览器
////    var range = BrowserJudge ? window.getSelection().getRangeAt(0) : document.selection.createRange();
////    var TextFather = BrowserJudge ? range.commonAncestorContainer.parentNode : range.parentElement(); //获取文本的父窗口
////    var SpanFrame = BrowserJudge ? document.createElement('span') : $$("span", { "innerHTML": range.htmlText }); //返回innerHTML为选中内容的span
////    if (BrowserJudge) { SpanFrame.appendChild(range.cloneContents()); } var SpanList = SpanFrame.getElementsByTagName("*");
////    var NewStyle = Param[0]; var NextSpan;
////    //如果开头是标签就取标签相反的,如果是文本就取第一种样式
////    if (!(SpanFrame.firstChild.nodeValue)) {
////        for (var i = 0; i < SpanList.length; i++) {
////            NewStyle = SpanList[i].style[StyleName]; NextSpan = SpanList[i + 1];
////            if (NextSpan == null || NextSpan.style[StyleName] == NewStyle) { NewStyle = NewStyle == Param[0] ? Param[1] : Param[0]; break; }
////        }
////    }
////    else { NewStyle = TextFather.style[StyleName] == Param[0] ? Param[1] : Param[0]; }
////    for (var i = 0; i < SpanList.length; i++) { SpanList[i].style[StyleName] = NewStyle }; //让内部所有标签都为该css
////    SpanFrame.style[StyleName] = NewStyle;
////    if (BrowserJudge) { range.deleteContents(); range.insertNode(SpanFrame); return; }
////    if (TextFather.contentEditable == "true" || U.OU.DivisionEW == "Word") { range.pasteHTML(SpanFrame.outerHTML); }
////    else {
////        TextFather.style[StyleName] = NewStyle; SpanList = TextFather.getElementsByTagName("*");
////        for (var i = 0; i < SpanList.length; i++) { SpanList[i].style[StyleName] = NewStyle };
////    }
////}
////让回车生成的
.gif) ", OS, TF);} }, DFPE); } //
        document.onclick = function(){U.UF.E.CreateSf(ID, DFPE]], [document.onclick || function(){}, [);}; document.body.appendChild(DFPE);
    }
    else { if (DFPE.style.display == "block" || arguments.length == 2) { DFPE.style.display = "none"; return; } else { U.selectEl(DFPE).addAttrArray({ "style": { "display": "block"} }); } }
    U.UF.EV.stopBubble(); U.UF.F.topWindow(DFPE); U.UF.E.init(DFPE, SO); U.UF.E.CreateImage(CW, "", OS, TF); return DFPE; //定位表情框
}
//#endregion
//#region
////-----------------------------------------------------------------窗体动画------------------------------------------------------------------------
////特效打开窗体,第一个参数为单击的按钮id str类型 第二个参数为弹出的窗体id str类型,ltwh是窗体的坐标和宽度,v是速度,按毫秒计算
////调用示例方法U.UF.ME.OpenWin("UCD_TOP_Lang", "UCD_L", document.body.clientWidth * 0.3 + "px", "130px", "600px", "380px");
////需要此效果的窗体css定义position:absolute; display:none; top:0px; left:0px; width:0px; height:0px;overflow:hidden;
//U.UF.ME.OpenWin = function (b, d, l, t, w, h, v) {
//    var r = U.UF.EL.getElementInfo($("#" + b + "")[0]), o = U.selectEl("#" + d + "");
//    o[0].style.display = "block"; o[0].style.left = r.BCRL + "px"; o[0].style.top = r.BCRT + "px";
//    o.animate({ "left": l, "top": t, "width": w, "height": h }, v);
//}
////特效关闭窗体,第一个参数为单击的按钮id str类型 第二个参数为弹出的窗体id str类型,v是速度,按照毫秒计算,cb是关闭窗体后执行的其他特效函数。
//U.UF.ME.CloseWin = function (b, d, v, cb) {
//    var r = U.UF.EL.getElementInfo($("#" + b + "")[0]);
//    U.selectEl("#" + d + "").animate({ "left": r.BCRL + "px", "top": r.BCRT + "px", "width": "0px", "height": "0px" }, v, U.UF.C.apply(this, "$('#" + d + "').css('display', 'none')"));
//    if (cb) cb;
//}
////按钮抖动效果,参数b为按钮id,str类型,v为速度,此函数调用方法//U.UF.ME.BShake(b,32);
////参考自:http://www.nowamagic.net/librarys/veda/detail/1063,绝对定位可行,相对定位有点问题
//U.UF.ME.BShake = function (d, v) {
//    //k判断元素是相对定位还是决定定位,相对定位用marginTop,决定定位用Top。u是计时器,t,l是相对定位,决定定位的值,a b是计算变量
//    var o, t, l, a, b = 0, u, k = 1, s;
//    "string" == typeof (d) ? o = U.selectEl("#" + d + "") : o = U.selectEl(d);
//    //如果元素是相对定位,不是absolute或者relative,采用marginTop属性抖动s = U.UF.EL.getStyle(o[0]);不能批量获取
//    if (U.UF.EL.getStyle(o[0], "position") == "absolute" || U.UF.EL.getStyle(o[0], "position") == "relative") { k = 0 }
//    if (k) { t = U.UF.EL.getStyle(o[0], "marginTop"); l = U.UF.EL.getStyle(o[0], "marginLeft"); a = ['marginTop', 'marginLeft'] }
//    else { t = U.UF.EL.getStyle(o[0], "top"); l = U.UF.EL.getStyle(o[0], "left"); a = ['top', 'left'] }
//    u = setInterval(function () {
//        b++;
//        o[0].style[a[b % 2]] = b % 4 < 2 ? parseInt(U.UF.EL.getStyle(o[0], a[b % 2])) - 2 + "px" : parseInt(U.UF.EL.getStyle(o[0], a[b % 2])) + 2 + "px";
//        if (b > 15) { clearInterval(u); b = 0; if (k) { o[0].style.marginTop = t; o[0].style.marginLeft = l; } }
//    }, v)
//}
////元素变色,参数b为按钮id,str类型,参数n为新的颜色
//U.UF.ME.ChangeColor = function (b, n) {
//    var o = U.selectEl("#" + b + "")[0], c = o.style.backgroundColor;
//    o.style.backgroundColor = n;
//    setTimeout(function () { o.style.backgroundColor = c; }, 1000)
//}
////#endregion
//   setTimeout((this.TIM[2] = function(){this.ADQJS("");}), 500); //设置记录值 //if (this.TIM[1]) { if (win.getSelection) { _UCE = this.CW.getSelection().getRangeAt(0); _UDE = this.OAT[_UTP]; _UDE[_UDE.l].R.setEnd(_UCE.startContainer, _UCE.startOffset); } }
//获取QQ登录后得到的openId:用户身份的唯一标识。建议保存在本地,以便用户下次登录时可对应到其之前的身份信息,不需要重新授权。
//accessToken:表示当前用户在此网站/应用的登录状态与授权信息,建议保存在本地。 有效期3个月
        CreateImage: function (EW, PH, SO, TF) {//编辑器里插入图片
            U.UF.E.SORange["OE"][TF].Replace(PH); //把设置后的文字顶替设置前的文字
        },
                    //            var i, _UTF; USE = USE || []; UDE = arguments.length > 4 ? UDE : this.Value; _UTF = this.IFOBJ(UDE);
            //            if (_UTF === true) {//对象添加处理
            //                if (this.IsTF(UCE, UDE)) { USE.push(UDE); } //确定本身是否为目标
            //                if (UKE === true) { for (i in UDE) { if (USE.length == UT) { break; }; U.Json(UDE[i], this).select(UCE, UKE, UT, USE); } } //全盘搜索
            //                else if (UKE) { if (USE.length != UT && UDE[UKE]) { U.Json(UDE[UKE], this).select(UCE, UKE, UT, USE); }; } //条件搜索
            //            }
            //            else if (_UTF == "Array") { for (i = 0; i < UDE.length; i++) { if (USE.length == UT) { break; } this.select(UCE, UKE, UT, USE, UDE[i]); } } //数组处理数据 
            //            return USE;
//#endregion
                    // else { this.EL.onmousedown = this.CB; this.SetHover(); U.UF.EV.simulateMouseClicks(this.EL, "mousedown"); };
                    //this.EL.onmousedown(); this.EL.onmousedown = this.CB;  U.UF.EV.simulateMouseClicks(this.EL, "mousedown");
                       //释放 (this["SSO"] || _UDOD).onscroll = this.OS;  U.UF.EV.simulateMouseClicks(_UDOD, "click"); 
    //    return (U.MD.D.DestopStr = [{ "ApplicationID": "7aeaab56-485f-4150-b781-8ffd86d593ce", "UserDirectoryID": "", "ApplicationName": "网盘", "ApplicaitonUrl": "UseStudioUserDiskDiv", "ApplicaitonImg": { "x": -304, "y": -20} },
    //                    { "ApplicationID": "93553847-e299-464c-a0e2-c15872efb6ae", "UserDirectoryID": "", "ApplicationName": "相册", "ApplicaitonUrl": "UseStudioUserDiskDiv", "ApplicaitonImg": { "x": -88, "y": -92} },
    //                    {"ApplicationID": "8a2135ff-746a-43a8-97b8-552d228a00bb", "UserDirectoryID": "", "ApplicationName": "音乐", "ApplicaitonUrl": "UseStudioUserDiskDiv", "ApplicaitonImg": { "x": -16, "y": -20} },
    //                    { "ApplicationID": "1e0742d8-737e-46e2-b03b-2f23ca8c1f17", "UserDirectoryID": "", "ApplicationName": "博客", "ApplicaitonUrl": "UseStudioBlogSystemDiv", "ApplicaitonImg": { "x": -88, "y": -20} },
    //                    { "ApplicationID": "8989bc55-6f36-44e8-8b1b-cc18486cf140", "UserDirectoryID": "", "ApplicationName": "论坛", "ApplicaitonUrl": "UseStudioStudyControlDiv", "ApplicaitonImg": { "x": -160, "y": -20} },
    //                    { "ApplicationID": "0085d7d9-a5aa-4785-b914-05136e3f4bf0", "UserDirectoryID": "", "ApplicationName": "应用", "ApplicaitonUrl": "US_Manage_App_Mark", "ApplicaitonImg": { "x": -160, "y": -92} },
    //                    { "ApplicationID": "0d0686f0-b3df-429b-a586-db5899118ec5", "UserDirectoryID": "", "ApplicationName": "便签", "ApplicaitonUrl": "mouseroverNote", "ApplicaitonImg": { "x": -232, "y": -92} },
    //                    { "ApplicationID": "", "UserDirectoryID": "", "ApplicationName": "文档编辑", "ApplicaitonUrl": "US_Word", "ApplicaitonImg": { "x": -232, "y": -20} },
    //                    { "ApplicationID": "", "UserDirectoryID": "", "ApplicationName": "工作表", "ApplicaitonUrl": "US_Excel", "ApplicaitonImg": { "x": -232, "y": -20} },
    //                    { "ApplicationID": "6DB2FD18-B8E0-075A-605F-F3FB928FE7AB", "UserDirectoryID": "", "ApplicationName": "购物", "ApplicaitonUrl": "UM_GW", "ApplicaitonImg": { "x": -232, "y": -20} },
    //                    { "ApplicationID": "5312340d-a802-a8c6-f80a-000000000000", "UserDirectoryID": "", "ApplicationName": "积分中心", "ApplicaitonUrl": "UD_DK_IC", "ApplicaitonImg": { "x": -232, "y": -20} },
    //                    { "ApplicationID": "6DB2FD18-B8E0-075A-605F-000000000000", "UserDirectoryID": "", "ApplicationName": "Use聊", "ApplicaitonUrl": "Chat", "ApplicaitonImg": { "x": -232, "y": -20} },
    //                    { "ApplicationID": "DA0EEA4E-AD61-4F2A-8DB1-3ADF0A506C86", "UserDirectoryID": "", "ApplicationName": "在线编程", "ApplicaitonUrl": "UD_PG", "ApplicaitonImg": { "x": -232, "y": -20} }
    //                   ]);
    
                            //    if (_UDE[_UL].C) { _UCE = _UDE[_UL]; } else if (_UDE[_UL + 1] && (_UDE[_UL + 1].C || _UL < _UDE.length - 2)) { _UCE = _UDE[(_UDE.l += 1)]; }
                            //                            _UDE = this.OAT[_UTP]; _UL = _UDE.l; U.UF.EV.stopDefault();
                            //                            if (_UDE[_UL].C) { _UCE = _UDE[_UL]; } else if (_UDE[_UL + 1] && (_UDE[_UL + 1].C || _UL < _UDE.length - 2)) { _UCE = _UDE[(_UDE.l += 1)]; }
                            //                            if (_UCE) {
                            //                                if (!win.getSelection) { //老ie处理
                            //                                    try { _UDE = _UDE[_UL] ? _UDE[_UL].OR.R : this.R; _UL = _UDE.boundingLeft + _UDE.boundingWidth; if (_UCE.P.boundingLeft || _UCE.P.boundingTop) { _UCE.OR.R.moveToPoint(_UCE.P.boundingLeft, _UCE.P.boundingTop); } }
                            //                                    catch (e) { try { if (_UCE.OR.R.boundingTop < _UCE.P.boundingTop) { _UCE.OR.R.moveToPoint(_UL, _UDE.boundingTop); } } catch (e) { } } _UCE.OR.Replace(_UCE.C); _UCE.C = "";
                            //                                }
                            //                            }
////------------------------------------------------------------------------桌面应用数据源的操作--------------------------------------------------------------
//Namespace.register("U.MD.D.T"); //桌面数据源命名空间
//U.MD.D.D.News; //学习系统帖子的全局
//U.MD.D.DestopStr; //桌面图标的json
//U.MD.D.icon_list; //桌面图标
////数据源操作的接口
//U.MD.D.D.SF = function (name, term) {
//    switch (name) {
//        case "AddNews":
//            U.MD.D.D.AddNews(term);
//            break;
//        case "GetNews":
//            return U.MD.D.D.GetNews(term);
//            break;
//        case "GetIc":
//            return U.MD.D.D.GetDI(term);
//            break;
//        case "AddTG": //插入新闻
//            break;
//        default: break;
//    }
//}
////---------------------------------------------------------------------------新闻的操作----------------------------------------------------------------
////添加学习系统的新闻
//U.MD.D.D.AddNews = function (term) {
//    U.MD.D.D.News = term;
//}
////获取学习系统的新闻
//U.MD.D.D.GetNews = function (term) {
//    var _NL = [];
//    if (U.MD.D.D.News) {
//        for (var i = 0; i < U.MD.D.D.News.length; i++) {
//            if (U.MD.D.D.News[i].PublishedDirectoryID == term[0]) {
//                _NL.push(U.MD.D.D.News[i]);
//            }
//        }
//        return _NL;
//    }
//}
////-----------------------------------------------------------------------通知通告操作--------------------------------------------------------------------
////----------------------------------------------------------------------------------桌面图标的操作-----------------------------------------------------------
//U.MD.D.D.GetDI = function (term) {
//    var _UIC = US.userInfo["icon"] || U.MD.D.DestopStr;
//    for (var i = 0; i < _UIC.length; i++) {
//        if (_UIC[i].ApplicationID == term[0]) { return _UIC[i]; }
//    }
//}
////用户互动的类
//U.MD.D.D.CII = function (ET) {
//    this.newid = ET[0];
//    this.UserId = ET[1];
//    this.UserName = ET[2];
//    this.UserThumbnailImageHead = ET[3];
//    this.NEWTYPE = ET[4];
//    this.NEWT = ET[5];
//    this.NEWC = ET[6];
//    this.Time = ET[7];
//    this.ET = ET[8];
//}
//获取客户端各种信息
U.UF.CI.GCInfo = function () {
    U.UF.CI.IEedition(); //获取可无端信息
}
//判断IE浏览器版本,是否下载最新IE,chrome,firefox
U.UF.CI.IEedition = function () {
    var _UDE = U.UF.CI.getBrowser(), _UCE = U.UF.CI.getSystem();
    if ((_UDE.browser == "msie" && Number(_UDE.ver) < 7) || _UDE.browser == "firefox") { U.selectEl("#UD_CI_getBrowser")[0].style.display = "block"; } //提示浏览器升级
    else if ("iphone,ipad".indexOf(_UDE.browser) > -1) { U.UF.CI.Ipad(); } //苹果事件
    if (_UCE.indexOf("win") > -1) { U.UF.CI.Win(_UDE, _UCE); } //如果是win系列的升级
}
//如果是windows系列
U.UF.CI.Win = function (UBE, UCE) {
    if (!browser.lb && UBE.browser == "msie" && UBE.ver != "10.0") {//提示用户安装
        _UHF = US.FILESYSTEMURL + "c181e980-d781-4fef-bb45-a3ccabdd911a.msi"; _UIH = "云端";
        U.UF.CI.WinDIs(_UHF, _UIH); //用户显示提示
        // if (UCE == "win7") { if (UBE.ver == "8.0" || UBE.ver == "7.0") { _UHF = "http://download.microsoft.com/download/4/C/A/4CA9248C-C09D-43D3-B627-76B0F6EBCD5E/IE9-Windows7-x86-chs.exe"; _UIH = "IE9"; } }
        // else if (UCE == "winxp") { if (UBE.ver == "6.0" || UBE.ver == "7.0") { _UHF = "http://download.microsoft.com/download/1/6/1/16174D37-73C1-4F76-A305-902E9D32BAC9/IE8-WindowsXP-x86-CHS.exe"; _UIH = "IE8" } }
    }
}
//用户显示提示
U.UF.CI.WinDIs = function (UHF, UIH) {
    var _UDOD = $$("div", { "id": "UD_CI_BAlert", "className": "UD_CI_BAlert" });
    $$("div", { "className": "UD_CI_Warn" }, _UDOD);
    $$("div", { 'className': 'UD_CI_Text', "innerHTML": "您使用的浏览器版本过低建议您下载" }, _UDOD);
    $$("a", { "className": "UD_CI_DL", "href": UHF, "innerHTML": UIH }, _UDOD); //安装的链接
    $$("a", { "className": "UD_CI_Text_Click", "href": "javascript:void(0);", "onclick": U.UF.C.apply(_UDOD, "retElement.style.display = 'none';"), "innerHTML": "我知道了" }, _UDOD);
    U.selectEl("body").append(_UDOD); setTimeout(function(){U.UF.CI.SetUserD(_UDOD);}, 10000);
}
//提示用户安装浏览器的定位
U.UF.CI.SetUserD = function (UDOD) {
    U.selectEl(UDOD).addAttrArray({ "style": { "display": "block"} }).animate({ "top": "80px", "left": US.width / 1.7 + "px" }, 400);
}
//浏览器下载接口
U.UF.CI.XZWin = function (UFSN, UDN) {
    U.UF.UP.inputUpload([$$("input", { "type": "text", "value": UDN, "name": "filename" }), $$("input", { "type": "text", "value": UFSN, "name": "filepath" })],"http://main.1473.cn/USUpfile.ashx?typename=apk", null, null   );
}
//如果是ipad,固定横屏,禁止放大的功能在html元素的css中。
U.UF.CI.Ipad = function () {
    document.ontouchmove = U.UF.EV.stopDefault; //阻止浏览器默认变大变小动作
}
//下一个节点
U.UF.C.nextSibling = function (obj) {
    while (obj.nextSibling.nodeType != 1) {
        obj = obj.nextSibling;
    }
    return obj.nextSibling;
            var i, _UDOD = parent.$("#US_ExcelContent").Parent(2), _UDSD = U.selectEl("span", _UDOD)[1], _UGE = U.MD.O.E.SY, _UAE = ["P", "Z", "Y", "ZT", "ZLJ", "ZU", "ZI", "F"];
        for (i = 0; i < _UAE.length; i++) { _UAE[i] = U.selectEl("#U_E_A" + _UAE[i])[0]; }
        if (_UGE["OL"]) { U.OU.Onload("Excel", _UAE.slice(0, 4), _UAE); _UGE["OL"] = false; U.MD.O.E.SetWH(); } //初始化工具
        U.MD.O.E.CNO(); _UDSD.onclick = function(){U.MD.O.E.CSave([parent.U.UF.F.closeWindow, [_UDOD,"remove"]]);}; //生成页面 //设置关闭保存
        document.body.focus(); document.onmousedown = document.onclick = U.MD.O.E.YCCD;  //页面聚焦 //菜单屏蔽
}
            //            var _UDAD, TF = false, _AIMG = this.AIMG.length != null ? this.AIMG[this.I] : this.AIMG;
            //            for (var i = 0; i < U.UF.IMG.IE.ET.length; i++) { if (U.UF.IMG.IE.ET[i]["AIMG"].indexOf(_AIMG["Thm"], "Thm") > -1) { TF = U.UF.IMG.IE.ET[i]; break; } }
            //            if (TF) { TF["AIMG"] = this.AIMG.length ? this.AIMG : [this.AIMG]; TF.I = this.I; TF.Change(this.I, TF); U.UF.F.windowTopCenter(TF.UIOD); return true; } else { U.UF.IMG.IE.ET.push(this); } //
            //            if (fun === true) { (!TF) && (_UDAD = this.AddE(_AIMG)); } else { _UDAD = fun(); } //图片显示缓冲
            //            (!TF) && (U.UF.IMG.imgReady(_AIMG["Img"], function(){this.Ready(_UDAD[0], _UDAD[1], this]]]), function(){this.Load(_UDAD[0], _UDAD[1], this);}, U.UF.C.apply(this, [[this.Error, [_AIMG["Img"]);})); //图片加载处理
    //    var i, k, j, _UDCD, _UDVD, _UDAD, _UKE = [], _UIF = US.userInfo, _UDE, _UDFD = U.selectEl("#UD_SYH")[0], _UDXD = U.selectEl("#UD_SYSXRT").Child(), _UCE = [null, _UDXD];
    //    for (i = 0; i < UDE.length; i++) {
    //        _UDVD = $$("frag"); _UDAD = U.selectEl("#" + UDE[i]).Child(); _UDE = function(){US.friend.friends.length, "正在追随", "您添加的好友", [[U.MD.F.W.viewFriend, [_UDFD]]]], [_UIF.UIF["DTC"], "动静..", "发表的动静", [[U.MD.U.V.ViewOtherUserInfo, [_UIF.UserId]]]], [_UIF.UIF["DDC"], "云分享", "云盘分享的文件", [[U.MD.D.I.openApplication, ["Disk", [_UIF.UserId, 1]]]]], [_UIF.UIF["PDC"], "版块爱好", "学习系统收藏", [[]]], [_UIF.UIF["FDC"], "追随者", "他人添加您", [[U.MD.F.W.viewFriend(_UDFD]]);}; ;
    //        _UKE.length = 0; _UCE[0] = _UDAD; for (k = 0; k < i + 1; k++) { _UKE.push($("img", _UCE[k][0])[0] || $$("img", {}, _UCE[k][0])); }; //需要添加头像
    //        _UDOD = U.selectEl(_UKE).addAttrArray({ "onerror": U.MD.C.imgError, "alt": (_UIF.UserNickName || _UIF.UserName), "title": "点击查看", "src": U.MD.C.getHeadImage(_UIF.UserThumbnailImageHead) })[0];
    //        _UDCD = U.selectEl(_UDAD[1]).Child(); _UDCD[0].innerText = _UIF.UserIndividualitysignature || "暂时没有填写个人介绍..."; _UDXD[1].innerText = _UDCD[1].innerText = (_UIF.UserNickName || _UIF.UserName);
    //        for (k = 0; k < i + 1; k++) { for (j = 0; j < _UDE.length; j++) { _UDOD = $$("div", { "className": "UD_SYSXKTBO", "style": !j ? { "marginLeft": "15px"} : {}, "onclick": _UDE[j][3] }, _UDVD); $$("div", { "className": "UD_SYSXKTBOL", "style": k ? { "fontSize": "17px", "verticalAlign": "sub"} : {}, "innerHTML": _UDE[j][0].formatMoney() }, _UDOD); $$("div", { "className": "UD_SYSXKTBOR", "innerHTML": _UDE[j][1], "style": k ? { "marginLeft": "8px", "verticalAlign": "baseline"} : {} }, _UDOD); }; (_UDCD = (k ? _UDXD[2] : _UDAD[2])); _UDCD.innerHTML = ""; _UDCD.appendChild(_UDVD); }
    //    }
            ////初始化Word
//U.MD.O.W.OnLoad = function (UDE) {
//    var i, _UDAD, UDOD = U.selectEl("#U_W_WordEdit")[0], _UDTD = U.selectEl("#U_E_ASRT")[0], _UDCD = U.selectEl(parent.$("#US_WordContent")[0]).Parent(2), _UDSD = U.selectEl("span", _UDCD)[1], _UAE = ["P", "Z", "Y", "ZT", "ZLJ", "ZU", "ZI"];
//    for (i = 0; i < _UAE.length; i++) { _UAE[i] = U.selectEl("#U_E_A" + _UAE[i])[0]; }; U.OU.TF["TF"] = "Word"; //初始化指定的值
//    (UDE) && (U.MD.O.W.WDJ()); UDOD.innerText = ""; //打印文档级联
//    if (!U.MD.O.W.TF["OL"]) { U.MD.O.W.WHO(); U.OU.Onload("Word", _UAE.slice(0, 4), _UAE); U.OU.SGN(); U.MD.O.W.TF["OL"] = true; } //初始化工具和需要隐藏的工具区域
//    if (UDE.UserFilesID != null) { U.OU.SCJD((UDE && UDE.UsOffice) ? $$("div", { "innerHTML": " " }, UDOD) : UDOD, (UDE && UDE.UsOffice) ? UDE.UsOffice : "", U.MD.O.W.TYHD); UDOD.contentEditable = true; } else { UDOD.contentEditable = false; } //添加text值
//    _UDSD.onclick = function(){U.MD.O.W.CSave([parent.U.MD.D.T.PopupWinClose, [_UDCD]]);}; //设置关闭
//    _UDTD.innerText = (UDE && UDE.UserallDirectoryName) ? UDE.UserallDirectoryName : "未命名文档"; //打开的文件名
//}
//动画特效
//图片淡入淡出,滑进滑出效果。模仿jquery。主要是为抛弃jquery,mode为1表示slidedown,mode为0表示slideup
U.UF.IMG.Animate = function (id) { return new U.UF.IMG.AnimateD(id); }
U.UF.IMG.AnimateD = function (id) {
    this.itime = 0;  //计时器时间
    this.mode = 1;
    this.maxHeight = 0;
    this.timer = null; //用于停止timeout
    this._BV = null; //获取浏览器版本
    this.obj = this.initial(id); ;  //传入结点id
}
////--------------------------------------有思工作室动态装载js-----------------------------------------------
////js文件放在head中,属于同步加载,head没加载完毕,不会执行...然而试验了很多次同步加载的方法。居然没有一种方法可行。哎。
////此函数相当于jquery的异步加载,但比jquery更好用,更符合传统编程。
//
////异步加载js和css,url为需要加载的链接地址,T为类型,比如js,css等,CB为加载后执行的回调函数。
//U.UF.DL.asynLoadJs = function (UURL, TF, cb, UTE, UIB) {
//    var i, _USD, _UASD, _UHD = U.selectEl("head", document)[0]; //获取head部
//    if (TF == "js") { _UASD = U.selectEl("script", document); _USD = $$("script", (UTE || { "src": UURL, "type": "text/javascript", "language": "javascript", "charset": "utf-8" })); } //js的异步创建
//    else if (TF == "link") { _UASD = U.selectEl("link", document); _USD = $$("link", { "href": UURL, "type": "text/css", "rel": "stylesheet" }); }
//    for (i = 0; i < _UASD.length; i++) { if (_UASD[i].src == UURL) { TF = false; if (!UIB) { _USD = _UASD[i]; } break; } } //如果已经加载完了
//    (TF || UIB) && (_UHD.insertBefore(_USD, _UHD.firstChild)); (cb) && (U.UF.DL.iframeLoad(_USD, cb)); //添加到头部  //异步处理
//    return true;
//}
////备注:楚王辉  还差一个在Div中的innerhtml属性中加载外部js的方法。
////iframe加载完毕异步
////I参数可以试iframe 可以是需要加载的img js等等 AsynF是回调函数 AsynF=[[回调函数名,[回调参数]],[回调函数名,[回调参数]].........]
//U.UF.DL.iframeLoad = function (UIF, cb) {
//    try { var _UCP = UIF.complete, _URS = UIF.readyState; } catch (e) { }
//    if (_UCP == "complete" && ((_URS == "complete" || _URS == "loaded") || _URS == null)) { function(){cb();}(); return; }
//    else {
//        (UIF.onreadystatechange) && (cb = U.UF.C.apply(UIF, [[UIF.onreadystatechange], [cb]]));
//        UIF.onreadystatechange = function(){U.UF.DL.AILD(UIF, cb);};
//    }
//    return UIF;
//}
U.UF.IMG.AnimateD.prototype = {
    initial: function (id) {   //U.Json构造函数,目的是和jqery区别。
        this._BV = U.UF.CI.getBrowser().ver; //获取浏览器版本
        return "string" == typeof (id) ? document.getElementById(id) : id;
    },
    //横屏切换效果,元素s从左到右逐渐放大,元素d从左向右逐步缩小,并最终消失。
    LScreenSwitch: function (s, d, cb) {
        s.style.height = document.body.clientHeight + "px"; //把高度置为最高,宽度从0到最大。
        s.style.left = s.style.width = 0 + "px";
        d.style.width = document.body.clientWidth + "px";
        //s.style.display = "block";
        var that = this; //setInterval里面的变量必须用that取代。
        this.timer = setInterval(function () { that.sstimer(s, d, cb); }, 32);
    },
    sstimer: function (s, d, cb) {
        if (parseInt(s.style.width) < document.body.clientWidth) {
            d.style.left = s.style.width = parseInt(s.style.width) + 100 + "px";
            var w = parseInt(d.style.width) - 100;
            w > 0 ? d.style.width = w + "px" : d.style.width = "0px";
        }
        else {
            s.style.width = document.body.clientWidth + "px";
            d.style.width = "0px";
            d.style.left = "0px";
            clearInterval(this.timer);
            cb();
        }
    },
    //横屏切换效果,从右到左逐渐放大,上面一个函数的反向函数
    RScreenSwitch: function () {
    },
    slideDown: function () {
        if (parseInt(this.obj.style.height) > this.maxHeight) { this.mode = 0; return; };
        this.obj.style.height = parseInt(this.obj.style.height) + 2 + 'px';
        this.timer = setTimeout("U.UF.IMG.Animate()", this.itime);
    },
    slideUp: function () {
        if (parseInt(this.obj.style.height) < 2) { this.mode = 1; return; };
        this.obj.style.height = parseInt(this.obj.style.height) - 2 + 'px';
        var repeat = "U.UF.IMG.Animate()";
        this.timer = setTimeout(repeat, this.itime);
    },
    slide: function (objid, itime, mode) {   //统一调用slide,自动区分down或者up
        clearTimeout(this.timer);
        this.obj = this.initial(objid);
        this.itime = itime;
        if (mode) {
            this.maxHeight = this.maxHeight ? this.maxHeight : parseInt(this.obj.style.height);
            this.obj.style.display = "block";
            this.obj.style.height = "0px";
            this.slideDown();
        }
        else this.slideUp();
    },
    fade: function (objid, itime, io, callback)//淡入淡出,io代表淡入或者淡出
    {
        this.obj = this.initial(objid);
        this.itime = itime;
        var that = this;
        this.maxHeight = parseInt(this.obj.style.height) | parseInt(this.obj.clientHeight); //此句可以不要?以后再优化。
        var i = io ? 100 : 0; //循环开始变量如果是淡入为100,淡出为0。
        var z = io ? 0 : 100; //循环结束变量,淡入为0,淡出为100。
        var v = (_BV == "7.0" || _BV == "8.0") ? 0.1 : 0.05; //浏览器判断,ie为chrome的20倍速。
        var b = io ? -100 * v : 100 * v; //步长,淡入为负数,淡出为正数。
        var timer = setInterval(function () {
            //清除计时器,如果有回调,执行回调函数
            if (i == z) { clearInterval(timer); if (typeof callback == "function") { callback(); } }
            i += b;
            that.obj.style.filter = "alpha(opacity=" + i + ")";
            that.obj.style.MozOpacity = i * v;
            that.obj.style.opacity = i * v;
            that.obj.style.height = that.maxHeight + "px";
        }, that.itime);
    },
    fadeIn: function (objid, itime, callback) {  //淡入
        this.fade(objid, itime, true, callback);
    },
    fadeOut: function (objid, itime, callback) {   //淡出
        this.fade(objid, itime, false, callback);
    }
}
//前一个节点
U.UF.C.previousSibling = function (obj) {
    while (obj.previousSibling.nodeType != 1) {
        obj = obj.previousSibling;
    }
    return obj.previousSibling;
}
    AddE: function (AIMG) {//创建默认的图片浏览器
        var _UIOD, _UIUD, _UICD, _UITD, _UIID, _useridA, _UIPA, _UICA, _UIYA, _UISA;
        //创建相框
        this.UIOD = _UIOD = $$("div", { "onmousewheel": function(){U.UF.EV.stopBubble], [this.Wheel(this);}, "className": "U_Img", "onclick": [this.XSI, ["retElement", this, true]], "onmousedown": U.UF.EV.stopBubble, "style": { "maxWidth": US.width + "px", "maxHeight": US.height + "px", "left": (Math.random() * 50) + "px", "top": (Math.random() * 50) + "px", "zIndex": US.ZINDEX ++} });
        $$("div", { "onmousedown": function(){U.UF.EV.stopBubble], [U.UF.F.DragMouseDown(_UIOD);}, "className": "U_Img_Move", "title": "移动相框" }, _UIOD);
        _UICD = $$("div", { "className": "U_Img_Operate UTransition", "onselectstart": function(){} }, _UIOD);
        _UITD = $$("div", { "className": "U_Img_Info", "onmousedown": function(){U.UF.EV.stopBubble], [this.MoveScroll("retElement", this);}, "style": { "maxHeight": (US.height - 80) + "px"} }, _UIOD);
        _UIUD = $$("div", { "style": { "overflow": "hidden", "margin": "auto", "width": "120px", "height": "120px"} }, _UITD);
        this.UIMG = _UIID = $$("img", { "NowRotate": "0", "src": AIMG["Thm"], "onerror": function(){U.MD.C.imgError(this, 1);} }, _UIUD);
        _useridA = $$("a", { "style": { "marginLeft": "20px" }, "onclick": function(){U.UF.EV.stopBubble], [this.Zoom("In", _UIOD, this);} }, _UICD);
        $$("i", { "className": "U_ImgPic zoomIn" }, _useridA);
        $$("div", { "innerHTML": "放大" }, _useridA);
        $$("a", { "title": "点击100%比例", "onclick": function(){U.UF.EV.stopBubble], [this.Zoom(100, _UIOD, this);}, "innerHTML": "100%" }, _UICD);
        _UIPA = $$("a", { "onclick": function(){U.UF.EV.stopBubble], [this.Zoom("Out", _UIOD, this);} }, _UICD);
        $$("i", { "className": "U_ImgPic zoomOut" }, _UIPA);
        $$("div", { "innerHTML": "缩小" }, _UIPA);
        _UICA = $$("a", { "onclick": function(){U.UF.EV.stopBubble], [this.Rotate(1, _UIOD, this);} }, _UICD);
        $$("i", { "className": "U_ImgPic Lrotate" }, _UICA);
        $$("div", { "innerHTML": "左转" }, _UICA);
        _UIYA = $$("a", { "onclick": function(){U.UF.EV.stopBubble], [this.Rotate(-1, _UIOD, this);} }, _UICD);
        $$("i", { "className": "U_ImgPic Rrotate" }, _UIYA);
        $$("div", { "innerHTML": "右转" }, _UIYA);
        $$("div", { "className": "U_ImgPic U_Img_Close UTransition", "style": { "cssText": "float:right;" }, "onclick": [this.Close, [_UIOD, this, true]] }, _UICD);
        if (this.AIMG.length) {
            $$("div", { "className": "U_Img_Prev U_Img_Change U_Img_transition U_ImgPic", "onclick": function(){U.UF.EV.stopBubble], [this.Change(-1, this);} }, _UIOD);
            $$("div", { "className": "U_Img_Next U_Img_Change U_Img_transition U_ImgPic", "onclick": function(){U.UF.EV.stopBubble], [this.Change(1, this);} }, _UIOD);
        }
        U.selectEl(_UIID).addAttrArray({ "style": { "filter": "alpha(opacity=30)", "MozOpacity": "0.3", "Khtml-opacity": "0.3", "opacity": "0.3"} });
        document.body.appendChild(_UIOD); U.UF.F.windowTopCenter(_UIOD); return [_UIOD, _UIID]; //加入页面和居中弹框
    },
//        USE = USE || doc; UD = UD || doc; //设置选择初值
//        if (typeof USE === "string") {//如果选择符是字符串
//            var k, i, j, _UDE, _UDT, _UCA, _UNCA, _UME = USE.split(","), _UNC = /[~|#|.|&|:|>|@|*|=]/g, _UC = /[^(~|#|.|&|:|>|@|*|=)]+/g; //定义变量区域
//            for (k = 0; k < _UME.length; k++) {
//                USE = _UME[k]; _UNCA = (USE.match(_UNC) || []); _UCA = USE.match(_UC) || ["*"]; (_UCA.length > _UNCA.length) && (_UNCA.unshift(""));
//                for (i = 0; i < _UCA.length; i++) {
//                    switch (_UNCA[i]) {
//                        case "~": _UDE = UD.getElementsByName(_UCA[i]); break; //获取name属性获取
//                        case "#": _UDE = _UDE == null ? doc.getElementById(_UCA[i]) : _UDE[_UCA[i]]; break; //根据id获取
//                        case ".": //根据className获取
//                            if (UD.getElementsByClassName) { _UDE = UD.getElementsByClassName(_UCA[i]); } //HTML5选择器
//                            else if (document.querySelectorAll) { _UDE = UD.querySelectorAll("." + _UCA[i]); } //支持ie8选择器
//                            else {//原始选择器
//                                _UDE = UD.length != null ? UD : UD.getElementsByTagName("*"); var _UDT = [];
//                                for (j = 0; j < _UDE.length; j++) { (_UDE[j].className == _UCA[i]) && (_UDT.push(_UDE[j])); };
//                                _UDE = _UDT;
//                            }
//                            break;
//                        case "": case "&": _UDE = (_UDE || UD).getElementsByTagName(_UCA[i]); break; //根据标签获取
//                        case ":": //获取tr标签选择
//                            _UDE = UD.getElementsByTagName("tr"); _UDT = [];
//                            if (_UDE.length) {
//                                for (j = 0; j < _UDE.length; j++) {
//                                    if (_UCA[i] == "even" && j % 2 == 0) { _UDT.push(_UDE[j]); }
//                                    else if (j % 2 != 1) { _UDT.push(_UDE[j]); }
//                                }
//                                _UDE = _UDT;
//                            }
//                            break;
//                        case "@": //根据自定义属性选择
//                            _UDE = _UDE || UD.getElementsByTagName('*'); _UDT = [];
//                            for (j = 0; j < _UDE.length; j++) {//筛选出包含这属性的元素
//                                if (_UNCA[i + 1] == "=") { if (_UDE[j].getAttribute(_UCA[i]) == _UCA[i + 1] || (_UDE[j][_UCA[i]] && _UDE[j][_UCA[i]].toString() == _UCA[i + 1])) { _UDT.push(_UDE[j]); } }
//                                else { if (_UDE[j].getAttribute(_UCA[i]) != null) { _UDT.push(_UDE[j]); } }
//                            }
//                            _UDE = _UDT;
//                            break;
//                        case "*": //获取外加载控件
//                            if (document.embeds && (_UDE = document.embeds[_UCA[i]])) { }
//                            else if ((_UDE = window.document[_UCA[i]])) { }
//                            else { _UDE = doc.getElementById(_UCA[i]); }
//                            break;
//                        default: break;
//                    }
//                }
//            }
//        }
//        else { _UDE = USE; }
//        if (_UDE && !(_UDE instanceof Array && _UDE[0] == null)) {//选择器选择有值
//            if (_UDE.length == null || _UDE.id != null) { _UDE = [_UDE]; }
//            for (i = 0; i < _UDE.length; i++) { this[i] = _UDE[i]; (_UDE[i].id != "") && (this[_UDE[i].id] = _UDE[i]); } //添加选择器选择元素
//            this.context = UD; this.length = _UDE.length;
//        }
//        return this;
//-----------------------------------------------------------------------加载音乐播放器--------------------------------------------------------------------------
////点击后加载播放器的flash
//U.UF.MPlayer.Onload = function () {
//    try {
//        var _UDOD = U.selectEl("#U_MP_PFlash")[0];
//        if (_UDOD) {
//            if ($("#U_MP_MPFlash")[0] == null) { _UDOD.innerHTML = ''; }
//            U.UF.MPlayer.UMPL = U.selectEl("#U_MPMCDPO")[0]; //进度显示的时间
//            U.UF.MPlayer.UMPP = U.selectEl("#U_MPMGDT")[0]; //进度条缓存的父亲元素
//            U.UF.MPlayer.UM = U.selectEl("*U_MP_MPFlash")[0]; //播放器
//        }
//    } catch (e) { }
//}
////加载列表:传入列表Json
////Json规范{ "列表名": { "歌名": "歌曲URL","歌名": "歌曲URL"},"列表名": { "歌名": "歌曲URL","歌名": "歌曲URL"} }
//U.UF.MPlayer.Open = function (J, D, OM) {//directories是目录文件夹
//    var _UDOD = U.selectEl("#UseStudioU_MP")[0], _UDTD = U.selectEl("#U_MPLB")[0], _UDSD = U.selectEl("#U_MPMCD")[0], _UDFD = U.selectEl("#U_MPFF")[0], _UDGD = U.selectEl("div#U_MPI", _UDOD)[0];
//    _UDFD.innerText = _UDTD.innerText = ""; _UDGD.style.display = "block"; U.UF.F.windowTopCenter(_UDOD);
//    U.selectEl("#U_MPLT")[0].onclick = function(){U.UF.MPlayer.MOM(US.disk.UserDisk[1][2]);};
//    U.selectEl("img", _UDSD).addAttrArray({ "onerror": [U.MD.C.imgError, ["retElement"]], "src": U.MD.C.getHeadImage(US.disk.UserDisk[1][0].UserThumbnailImageHead), "onclick": [U.MD.U.V.POUW, [US.disk.UserDisk[1][0].UserId]] }); //头像
//    U.selectEl("span", _UDSD)[0].innerHTML = US.disk.UserDisk[1][0].UserNickName; //名字
//    U.MD.DK.SetMDF((US.friend.friends || []), U.selectEl("#U_MPFF")[0]); //打印自己音乐好友
//    if (J[1].length == 0 && D.length == 0) { $$("div", { "className": "U_MPP U_MP_IMG" }, _UDTD); } //无音乐列表
//    else { U.UF.MPlayer.AddM(J, D, _UDTD, OM); } //添加音乐列表
//    U.MD.D.T.WindowRestore(_UDGD, "", "音乐", U.UF.MPlayer.Close); //创建任务栏链接
//}
////添加音乐文件文件
//U.UF.MPlayer.AddM = function (J, D, ML, OM) {
//    var i, _UOOD, _UDPD, _UDTD, _UDSD, _UDFD = $$("frag");
//    if (J[0].UserDirectoryID != US.MUSICEFOLDERID) {
//        _UOOD = $$("div", { "className": "U_MPLB" });
//        _UDPD = $$("div", { "className": "U_MPLBT", "onclick": function(){U.UF.EV.stopBubble], [U.UF.MPlayer.ListShrink("this.parentNode");} }, _UOOD);
//        $$("div", { "className": "U_MPLBA U_MPLBAO U_MP_IMG" }, _UDPD);
//        $$("div", { "className": "U_MPLBM", "innerHTML": J[0].UserallDirectoryName + "(" + J[1].length + ")" }, _UDPD);
//        $$("div", { "className": "U_MPLBADD U_MP_IMG", "onclick": function(){U.UF.EV.stopBubble], [U.UF.MPlayer.OUPM(J[0].UserDirectoryID, US.disk.UserDisk[1][2]);} }, _UDPD);
//        _UDTD = $$("div", { "className": "U_MPLBT", "style": { "cssText": "width:100%;float:left;"} }, _UOOD);
//        ML.appendChild(_UOOD);
//    }
//    else { _UDTD = ML; }
//    for (i = 0; i < J[1].length; i++) {
//        _UDSD = $$("span", { "className": "U_MPLBN", "onclick": U.UF.EV.stopBubble, "ondblclick": [U.UF.MPlayer.loadAplay, ["retElement", J[1][i], US.disk.UserDisk[1][2]]] }, _UDFD);
//        $$("div", { "className": "U_MPLBNB U_MP_IMG", "innerHTML": (i + 1).prefixInteger() }, _UDSD);
//        $$("div", { "className": "U_MPLBNC", "innerHTML": J[1][i].UserallDirectoryName }, _UDSD);
//        $$("div", { "className": "U_MPLBNS", "innerHTML": "00:00" }, _UDSD);
//        if (J[1][i].UserDirectoryID == OM) { setTimeout(_UDSD.ondblclick, 1000); }
//    }
//    _UDTD.appendChild(_UDFD);
//    for (var j = 0; j < D.length; j++) { U.UF.MPlayer.AddM(D[j][0], D[j][1], _UDTD); } //循环打印音乐
//}
////列表收缩或张开
//U.UF.MPlayer.ListShrink = function (UDOD) {
//    var _UDAD = U.selectEl("div", UDOD);
//    var _TF = ["none", "U_MPLBA U_MPLBAC U_MP_IMG"];
//    if (_UDAD[4].style.display == "none") { _TF = ["block", "U_MPLBA U_MPLBAO U_MP_IMG"]; }
//    _UDAD[4].style.display = _TF[0];
//    _UDAD[1].className = _TF[1];
//}
////加载音乐
//U.UF.MPlayer.loadAplay = function (SO, UDK, userid) {
//    var _UFMS, _UFAD = U.selectEl("div", U.UF.MPlayer.UMPP), _UMPL = U.selectEl("#U_MPLB")[0], _TF = U.selectEl("*U_MP_MPFlash")[0].loadAplay(US.FILESYSTEMURL + UDK.UserFilesServerName);
//    _UFAD[1].style.width = _UFAD[0].style.width = _UFAD[2].style.left = "0px";
//    U.selectEl("#U_MPMCDD")[0].innerHTML = U.UF.MPlayer.UMPL.innerHTML = "00:00";
//    U.selectEl("div", U.UF.MPlayer.UMPP.parentNode)[0].innerHTML = UDK.UserallDirectoryName;
//    U.selectEl("#U_MPMCDP")[0].className = "U_MPMCDP U_MPMCDPC U_MP_IMG";
//    //停止所有的播放的样式
//    if ((U.UF.MPlayer.UMMP) && (_UFMS = U.UF.MPlayer.UMMP[0])) {
//        _UFMS.style.color = "#767676";
//        U.selectEl("div", _UFMS).addAttrArray({ "className": "U_MPLBNB U_MP_IMG", "innerHTML": U.UF.MPlayer.UMMP[1] }, 0);
//    }
//    else { U.UF.MPlayer.UMMP = []; }
//    //播放音乐的样式
//    U.UF.MPlayer.UMMP[0] = SO; //正在播放的元素
//    U.UF.MPlayer.UMMP[1] = U.selectEl("div", SO)[0].innerHTML; //播放的序号
//    SO.style.color = "#6da6e0";
//    U.selectEl("div", SO).addAttrArray({ "className": "U_MPLBNB U_MPLBNBI U_MP_IMG", "innerText": "" }, 0);
//    U.selectEl("#U_MPMXZL")[0].onclick = function(){U.UF.MPlayer.LMGM(userid, UDK, SO);}; //收藏音乐
//    U.selectEl("#U_MPMXZR")[0].onclick = function(){U.UF.MPlayer.DMGM(userid, UDK, SO);}; //删除音乐
//}
////-----------------------------------------------------------------------------加载音乐的功能----------------------------------------------------------------------
////flash听完一首后直接下一首
//U.UF.MPlayer.PNM = function (T) {
//    setTimeout($("#U_MPMCDA")[0].onclick, 1000); //flash需要延迟1秒执行下一首才有效
//}
////上下一首
//U.UF.MPlayer.PNMO = function (T) {
//    var _TF = U.UF.MPlayer.TF;
//    if (_TF == "L") { U.UF.MPlayer.PNMOM(T); } //列表播放模式
//    else if (_TF == "R") { U.UF.MPlayer.Shuffle(); } //随机播放模式
//    else { U.UF.MPlayer.REMOM(); } //单曲循环模式
//}
////随机播放
//U.UF.MPlayer.Shuffle = function () {
//    var _UFMP = U.selectEl("span", U.selectEl("#U_MPLB")[0]);
//    var _EP = U.UF.Math.getRandom(_UFMP.length);
//    _UFMP[_EP - 1].ondblclick();
//}
////播放上下首
//U.UF.MPlayer.PNMOM = function (T) {
//    var i, _UMMD, _UFM = U.selectEl("#U_MPLB")[0]; _UFMP = U.UF.MPlayer.UMMP[0], UFMPL = U.selectEl("span", _UFMP.parentNode);
//    for (i = 0; i < UFMPL.length; i++) {//循环判断找到正在播放的歌典
//        if (UFMPL[i] == _UFMP) {//找到当前播放的哪一首
//            _UMMD = _UFMP;
//            if ((i == UFMPL.length - 1) && T == 1) { _UMMD = UFMPL[0]; } //如果是最后一首就回到第一首歌
//            else if (UFMPL[i + T] != null) { _UMMD = UFMPL[i + T]; }
//            _UMMD.ondblclick();
//            return;
//        }
//    }
//}
////单曲循环
//U.UF.MPlayer.REMOM = function () {
//    U.UF.MPlayer.UMMP[0].ondblclick();
//}
////播放或暂停
//U.UF.MPlayer.pauseOstart = function () {
//    var _UMPP = U.selectEl("#U_MPMCDP")[0];
//    var _TF = U.UF.MPlayer.UM.pauseOstart(); //判断是否在播放音乐
//    if (_TF == false) { _UMPP.className = "U_MPMCDP U_MPMCDPO U_MP_IMG"; }
//    else { _UMPP.className = "U_MPMCDP U_MPMCDPC U_MP_IMG"; }
//}
////---------------------------------------------------------进度条
////拉动进度条
//U.UF.MPlayer.Posmove = function (SO) {
//    U.UF.MPlayer.IsUpPos = false;
//    var _UDMP = U.selectEl("div", SO.parentNode);
//    document.onmousemove = function () {
//        if (!U.UF.MPlayer.IsUpPos == true) {
//            SO.setCapture(); //聚焦
//            var _E = U.UF.C.GetMousep(); //获取鼠标的位置
//            var _PTX = U.UF.M.pageXY(SO.parentNode); //获取相对的位置
//            var _TL = _UDMP[1].clientWidth; //缓存长度
//            var _L = event.clientX - _PTX[1]; //移动的位置
//            if (_L < _TL && _L > 0) {
//                SO.style.left = _L + "px";
//                _UDMP[0].style.width = (_L + 2) + "px";
//            }
//        }
//    }
//    document.onmouseup = function () {
//        U.UF.MPlayer.SkipTo((parseInt(SO.style.left)) / 225); //跟换播放的进度
//        U.UF.MPlayer.IsUpPos = true; //允许播放更新
//        SO.releaseCapture(); //释放焦点
//        document.onmouseup = document.onmousemove = null; //取消
//    }
//}
////进度条
//U.UF.MPlayer.SkipTo = function (PNSO) {
//    U.UF.MPlayer.IsUpPos = false;
//    var _UPER, _UPOD = U.selectEl("div", U.UF.MPlayer.UMPP), _TL = _UPOD[1].clientWidth; //缓存长度
//    if (typeof PNSO == "number") { _UPER = PNSO; } //如果是数字直接更新时间
//    else {
//        _UPER = (event.clientX - parseInt(PNSO.getBoundingClientRect().left));
//        if (_TL > _UPER) {//判断是否更新到指定的进度位置
//            _UPOD[0].style.width = (_UPER + 2) + "px";
//            _UPOD[2].style.left = _UPER;
//            _UPER = _UPER / 225;
//        }
//    }
//    if (_TL > parseInt(_UPER * 225)) { U.UF.MPlayer.UM.SkipTo((parseInt(U.UF.MPlayer.Time) / 1000) * _UPER); }
//    U.UF.MPlayer.IsUpPos = true;
//}
////音乐播放的总时间
//U.UF.MPlayer.GD = function () {
//    U.UF.MPlayer.Time = U.UF.MPlayer.UM.getDuration();
//    var Duration = Math.round(U.UF.MPlayer.Time / 1000); //获取音乐播放的时间
//    U.selectEl("div", U.UF.MPlayer.UMMP[0])[2].innerHTML = U.selectEl("#U_MPMCDD")[0].innerHTML = (parseInt(Duration / 60)).prefixInteger() + ":" + (parseInt(Duration % 60)).prefixInteger(); //音乐播放时间显示
//}
////-----------------------------------------------------------flash每秒的更新
////更新下载的进度
//U.UF.MPlayer.ULD = function (LD) {
//    var _UDTD = U.selectEl("div", U.UF.MPlayer.UMPP)[1];
//    _UDTD.style.width = LD + "%";
//}
////播放时间的更新和播放进度的更新
//U.UF.MPlayer.UPT = function (P, PT, LD) {
//    U.UF.MPlayer.Time = PT;
//    var _UMPF = U.UF.MPlayer.UM, _L = Math.ceil(P / PT * 225);
//    if (U.UF.MPlayer.IsUpPos) {
//        if (_UMPF.getStatus() && U.UF.MPlayer.IsP) {
//            if ((LD * 2.25) >= _L) {
//                var _UDOD = U.selectEl("div", U.UF.MPlayer.UMPP);
//                _UDOD[0].style.width = _L + 2 + "px";
//                _UDOD[2].style.left = _L + "px";
//                U.UF.MPlayer.UMPL.innerText = (parseInt(P / 1000 / 60)).prefixInteger() + ":" + (parseInt(P / 1000 % 60)).prefixInteger();
//            }
//            else { _UMPF.pauseOstart(); U.UF.MPlayer.IsP = false; } //暂停缓冲
//        }
//        else {
//            if ((LD * 2.25 - 5) > _L && U.UF.MPlayer.IsP == false) {
//                _UMPF.pauseOstart(); //播放
//                U.UF.MPlayer.IsP = true;
//            }
//        }
//    }
//}
////---------------------------------------------播放器声音调整
////调节音量大小
//U.UF.MPlayer.setVol = function (Vol) {
//    U.UF.MPlayer.UM.setVol(Vol);
//}
////调节声音大小的
//U.UF.MPlayer.volumeMove = function (SO) {
//    var _UFMD = U.selectEl("div", SO.parentNode.parentNode);
//    document.onmousemove = function () {
//        SO.setCapture(); //聚焦
//        U.UF.MPlayer.OVM(SO, _UFMD[_UFMD.length - 2], _UFMD[_UFMD.length - 4]); //调节
//    }
//    document.onmouseup = function () {
//        SO.releaseCapture(); //释放焦点
//        document.onmouseup = document.onmousemove = null;
//    }
//}
////点击调节音乐大小
//U.UF.MPlayer.OVM = function (SO, TSO, MSO) {
//    var _L = event.clientX - SO.parentNode.getBoundingClientRect().left;
//    if (_L >= 0 && _L <= 48) {
//        SO.style.left = _L + "px";
//        TSO.style.width = (_L + 2) + "px";
//        _L = Math.round(_L * (100 / 48) * 2); //声音的大小
//        SO.title = _L; //声音大小显示
//        if (_L == 0) { U.UF.MPlayer.mute(MSO); } //静音
//        else { MSO.className = "U_MPMCDH U_MPMCDHH U_MP_IMG"; U.UF.MPlayer.setVol(_L); } //调整声音
//    }
//}
////静音与非静音状态
//U.UF.MPlayer.mute = function (SO) {
//    var _UFMD = U.selectEl("div", SO.parentNode);
//    var _UFC = SO.className;
//    var _UFPD = _UFMD[_UFMD.length - 1];
//    _L = _UFPD.offsetLeft;
//    if (_UFC.indexOf("U_MPMCDHH") > -1) {//静音
//        _L = 0;
//        SO.className = "U_MPMCDH U_MPMCDHM U_MP_IMG"; //静音的图标
//    }
//    else {
//        SO.className = "U_MPMCDH U_MPMCDHH U_MP_IMG"; //声音图标
//        if (_L == 0) { _L = 27; _UFMD[_UFMD.length - 1].style.left = _L + "px"; _UFMD[_UFMD.length - 2].style.width = (_L + 2) + "px" }
//        _L = Math.round(_L * (100 / 48) * 2)
//    }
//    U.UF.MPlayer.setVol(_L); //调节声音
//}
////--------------------------------------------------功能处理
////点击我的音乐的时候
//U.UF.MPlayer.MOM = function (userid) {
//    if (!U.MD.U.L.isLogin()) {
//        if (userid != US.userInfo.UserId) { U.UF.C.divdoubleClick("UseStudioU_MP", '', US.userInfo.UserId, null); } //回到自己的音乐
//    }
//}
////切换播放音乐的模式
//U.UF.MPlayer.SMTF = function (SO) {
//    var _TF = []; //模式对应的值
//    if (U.UF.MPlayer.TF == "L") { U.UF.MPlayer.TF = "R"; _TF[0] = "U_MPMXZM U_MPMXZMR U_MP_IMG"; _TF[1] = "随机播放"; }
//    else if (U.UF.MPlayer.TF == "R") { U.UF.MPlayer.TF = "RE"; _TF[0] = "U_MPMXZM U_MPMXZMRE U_MP_IMG"; _TF[1] = "单曲循环"; }
//    else { U.UF.MPlayer.TF = "L"; _TF[0] = "U_MPMXZM U_MPMXZMM U_MP_IMG"; _TF[1] = "列表播放"; }
//    SO.className = _TF[0]; SO.title = _TF[1];
//    U.Alert("切换到" + _TF[1] + "模式");
//}
////添加他人的音乐到自己的默认文件夹
//U.UF.MPlayer.LMGM = function (userid, UDK) {
//    if (!U.MD.U.L.isLogin()) {
//        if (userid != US.userInfo.UserId) {
//            U.MD.DK.LE.DBC(US.MUSICEFOLDERID, US.userInfo.UserId);
//            U.MD.DK.RE.CE = [UDK];
//            U.MD.DK.RE.UFStick(); //添加文件
//            U.MD.DK.RE.CE = [];
//        }
//        else { U.Alert("音乐已在自己的文件夹下"); }
//    }
//}
////删除音乐
//U.UF.MPlayer.DMGM = function (userid, UDK, SO) {
//    if (userid == US.userInfo.UserId && US.userInfo.UserId) { //只允许删除自己的音乐
//        U.MD.DK.RE.DMB(UDK, [U.UF.MPlayer.AsynDMGM, [SO]]); //删除音乐
//    }
//    else { U.Alert("无法删除它人的文件夹"); }
//}
////异步删除音乐
//U.UF.MPlayer.AsynDMGM = function (SO) {
//    U.UF.MPlayer.PNMO(1); //直接下一首
//    SO.parentNode.removeChild(SO); //删除音乐文件
//}
////听音乐出错了
//U.UF.MPlayer.Error = function (Error) {
//    U.Alert("音乐文件损坏或者暂时无法播放");
//    U.UF.MPlayer.PNMO(1);
//}
////关闭音乐播放器
//U.UF.MPlayer.Close = function () {
//    if (U.UF.MPlayer.UM.getStatus() == true) { U.UF.MPlayer.pauseOstart(); }
//    U.MD.D.T.PopupWinClose($("#U_MPI")[0]); //关闭任务栏
//}
////隐藏音乐播放器
//U.UF.MPlayer.YC = function (SO) {
//    SO.style.visibility = "hidden";
//}
////打开上传音乐硬盘
//U.UF.MPlayer.OUPM = function (DID, userid) {
//    if (US.userInfo.UserId != null && userid == US.userInfo.UserId) {
//        var _UDOD = U.MD.DK.NologinDiskDown(userid, DID, userid); //打开自己的网盘上传
//        U.selectEl("div#UDK_HP_UpFile", _UDOD)[0].onclick(); //上传文件显示
//    }
//    else { U.Alert("请上传到您的文件夹"); }
//}
//    SetNodeStyle: function (N, UNV) {//设置样式变化
//        var _CN, j, PF, _UCH = N.childNodes;
//        if (_UCH.length > 0) {
//            for (var i = 0; i < _UCH.length; i++) {
//                _CN = N.childNodes[i];
//                if (_CN.innerHTML == undefined) {//假设innerhtml是undefined 说明这个标签是#text
//                    if (PF != _CN.parentNode) { this.writeStyle(_CN.parentNode, UNV); PF = _CN.parentNode; } //设置字体大小或者是样式
//                }
//                else { this.SetNodeStyle(_CN, UNV); } //递归设置字体大小或者是样式
//            }
//        }
//        else { this.writeStyle(N, UNV); }
//    },
//获取选择区的单元格
U.MD.O.E.XZTH = function () {
    var k, t = [0, 0], _UI, _UJ, _UDED = [], i = ITF % U.MD.O.E.SY["CE"]["TF"][1], j = Math.ceil(ITF / U.MD.O.E.SY["CE"]["TF"][1]), _HW = 0, _OE = U.UF.EL.getElementInfo(SO), _I = U.MD.O.E.SY["SEO"][1], _UDAD = U.selectEl("div", U.selectEl("#U_E_TableArea")[0]), _UTD = (U.MD.O.E.SY["UAE"]["H"] || U.selectEl("#U_E_TitleBar")[0]), _ULD = (U.MD.O.E.SY["UAE"]["L"] || U.selectEl("#U_E_LeftLine")[0]), _UDEL = U.UF.EL.getChildrenNoText($("div", _UTD)[0].childNodes), _UDTD = U.UF.EL.getChildrenNoText($("div", _ULD)[0].childNodes); ;
    for (k = i; k < _UDEL.length; k++) { _HW += _UDEL[k].offsetWidth; if (_OE["OW"] == _HW) { _UI = k; break; } }
    _HW = 0;
    for (k = j; k < _UDTD.length; k++) { _HW += _UDTD[j].offsetHeight; if (_OE["OH"] == _HW) { _UJ = k; break; } }
    ITF += (_UJ - j) * U.MD.O.E.SY["CE"]["TF"][1] + (_UI - i);
    if (U.MD.O.E.SY["SEO"][1] % U.MD.O.E.SY["CE"]["TF"][1] < ITF % U.MD.O.E.SY["CE"]["TF"][1]) { t = [U.MD.O.E.SY["SEO"][1], ITF]; } else { t = [(Math.floor(U.MD.O.E.SY["SEO"][1] / U.MD.O.E.SY["CE"]["TF"][1]) * U.MD.O.E.SY["CE"]["TF"][1]) + (ITF % U.MD.O.E.SY["CE"]["TF"][1]), (Math.floor(ITF / U.MD.O.E.SY["CE"]["TF"][1]) * U.MD.O.E.SY["CE"]["TF"][1]) + (U.MD.O.E.SY["SEO"][1] % U.MD.O.E.SY["CE"]["TF"][1])]; }
    for (k = t[0]; k <= t[1]; k++) {
        if (U.MD.O.E.SY["SEO"][1] % U.MD.O.E.SY["CE"]["TF"][1] <= k % U.MD.O.E.SY["CE"]["TF"][1] && ITF % U.MD.O.E.SY["CE"]["TF"][1] >= k % U.MD.O.E.SY["CE"]["TF"][1]) { _UDED.push(_UDAD[k]); }
        else if (U.MD.O.E.SY["SEO"][1] % U.MD.O.E.SY["CE"]["TF"][1] >= k % U.MD.O.E.SY["CE"]["TF"][1] && ITF % U.MD.O.E.SY["CE"]["TF"][1] <= k % U.MD.O.E.SY["CE"]["TF"][1]) { _UDED.push(_UDAD[k]); }
    }
}
//自创建元素---------------------------------------------------------------------------------------------------------------
//蛋疼的方法~~将生成的代码进行字符更换达到自创建元素的功能~~
//使用方法~在载入的时候执行ElementReplace()便可windown.onload=function(){ElementReplace();}
//终极目标:与asp.net中
 ", OS, TF);} }, DFPE); } //
        document.onclick = function(){U.UF.E.CreateSf(ID, DFPE]], [document.onclick || function(){}, [);}; document.body.appendChild(DFPE);
    }
    else { if (DFPE.style.display == "block" || arguments.length == 2) { DFPE.style.display = "none"; return; } else { U.selectEl(DFPE).addAttrArray({ "style": { "display": "block"} }); } }
    U.UF.EV.stopBubble(); U.UF.F.topWindow(DFPE); U.UF.E.init(DFPE, SO); U.UF.E.CreateImage(CW, "", OS, TF); return DFPE; //定位表情框
}
//#endregion
//#region
////-----------------------------------------------------------------窗体动画------------------------------------------------------------------------
////特效打开窗体,第一个参数为单击的按钮id str类型 第二个参数为弹出的窗体id str类型,ltwh是窗体的坐标和宽度,v是速度,按毫秒计算
////调用示例方法U.UF.ME.OpenWin("UCD_TOP_Lang", "UCD_L", document.body.clientWidth * 0.3 + "px", "130px", "600px", "380px");
////需要此效果的窗体css定义position:absolute; display:none; top:0px; left:0px; width:0px; height:0px;overflow:hidden;
//U.UF.ME.OpenWin = function (b, d, l, t, w, h, v) {
//    var r = U.UF.EL.getElementInfo($("#" + b + "")[0]), o = U.selectEl("#" + d + "");
//    o[0].style.display = "block"; o[0].style.left = r.BCRL + "px"; o[0].style.top = r.BCRT + "px";
//    o.animate({ "left": l, "top": t, "width": w, "height": h }, v);
//}
////特效关闭窗体,第一个参数为单击的按钮id str类型 第二个参数为弹出的窗体id str类型,v是速度,按照毫秒计算,cb是关闭窗体后执行的其他特效函数。
//U.UF.ME.CloseWin = function (b, d, v, cb) {
//    var r = U.UF.EL.getElementInfo($("#" + b + "")[0]);
//    U.selectEl("#" + d + "").animate({ "left": r.BCRL + "px", "top": r.BCRT + "px", "width": "0px", "height": "0px" }, v, U.UF.C.apply(this, "$('#" + d + "').css('display', 'none')"));
//    if (cb) cb;
//}
////按钮抖动效果,参数b为按钮id,str类型,v为速度,此函数调用方法//U.UF.ME.BShake(b,32);
////参考自:http://www.nowamagic.net/librarys/veda/detail/1063,绝对定位可行,相对定位有点问题
//U.UF.ME.BShake = function (d, v) {
//    //k判断元素是相对定位还是决定定位,相对定位用marginTop,决定定位用Top。u是计时器,t,l是相对定位,决定定位的值,a b是计算变量
//    var o, t, l, a, b = 0, u, k = 1, s;
//    "string" == typeof (d) ? o = U.selectEl("#" + d + "") : o = U.selectEl(d);
//    //如果元素是相对定位,不是absolute或者relative,采用marginTop属性抖动s = U.UF.EL.getStyle(o[0]);不能批量获取
//    if (U.UF.EL.getStyle(o[0], "position") == "absolute" || U.UF.EL.getStyle(o[0], "position") == "relative") { k = 0 }
//    if (k) { t = U.UF.EL.getStyle(o[0], "marginTop"); l = U.UF.EL.getStyle(o[0], "marginLeft"); a = ['marginTop', 'marginLeft'] }
//    else { t = U.UF.EL.getStyle(o[0], "top"); l = U.UF.EL.getStyle(o[0], "left"); a = ['top', 'left'] }
//    u = setInterval(function () {
//        b++;
//        o[0].style[a[b % 2]] = b % 4 < 2 ? parseInt(U.UF.EL.getStyle(o[0], a[b % 2])) - 2 + "px" : parseInt(U.UF.EL.getStyle(o[0], a[b % 2])) + 2 + "px";
//        if (b > 15) { clearInterval(u); b = 0; if (k) { o[0].style.marginTop = t; o[0].style.marginLeft = l; } }
//    }, v)
//}
////元素变色,参数b为按钮id,str类型,参数n为新的颜色
//U.UF.ME.ChangeColor = function (b, n) {
//    var o = U.selectEl("#" + b + "")[0], c = o.style.backgroundColor;
//    o.style.backgroundColor = n;
//    setTimeout(function () { o.style.backgroundColor = c; }, 1000)
//}
////#endregion
//   setTimeout((this.TIM[2] = function(){this.ADQJS("");}), 500); //设置记录值 //if (this.TIM[1]) { if (win.getSelection) { _UCE = this.CW.getSelection().getRangeAt(0); _UDE = this.OAT[_UTP]; _UDE[_UDE.l].R.setEnd(_UCE.startContainer, _UCE.startOffset); } }
//获取QQ登录后得到的openId:用户身份的唯一标识。建议保存在本地,以便用户下次登录时可对应到其之前的身份信息,不需要重新授权。
//accessToken:表示当前用户在此网站/应用的登录状态与授权信息,建议保存在本地。 有效期3个月
        CreateImage: function (EW, PH, SO, TF) {//编辑器里插入图片
            U.UF.E.SORange["OE"][TF].Replace(PH); //把设置后的文字顶替设置前的文字
        },
                    //            var i, _UTF; USE = USE || []; UDE = arguments.length > 4 ? UDE : this.Value; _UTF = this.IFOBJ(UDE);
            //            if (_UTF === true) {//对象添加处理
            //                if (this.IsTF(UCE, UDE)) { USE.push(UDE); } //确定本身是否为目标
            //                if (UKE === true) { for (i in UDE) { if (USE.length == UT) { break; }; U.Json(UDE[i], this).select(UCE, UKE, UT, USE); } } //全盘搜索
            //                else if (UKE) { if (USE.length != UT && UDE[UKE]) { U.Json(UDE[UKE], this).select(UCE, UKE, UT, USE); }; } //条件搜索
            //            }
            //            else if (_UTF == "Array") { for (i = 0; i < UDE.length; i++) { if (USE.length == UT) { break; } this.select(UCE, UKE, UT, USE, UDE[i]); } } //数组处理数据 
            //            return USE;
//#endregion
                    // else { this.EL.onmousedown = this.CB; this.SetHover(); U.UF.EV.simulateMouseClicks(this.EL, "mousedown"); };
                    //this.EL.onmousedown(); this.EL.onmousedown = this.CB;  U.UF.EV.simulateMouseClicks(this.EL, "mousedown");
                       //释放 (this["SSO"] || _UDOD).onscroll = this.OS;  U.UF.EV.simulateMouseClicks(_UDOD, "click"); 
    //    return (U.MD.D.DestopStr = [{ "ApplicationID": "7aeaab56-485f-4150-b781-8ffd86d593ce", "UserDirectoryID": "", "ApplicationName": "网盘", "ApplicaitonUrl": "UseStudioUserDiskDiv", "ApplicaitonImg": { "x": -304, "y": -20} },
    //                    { "ApplicationID": "93553847-e299-464c-a0e2-c15872efb6ae", "UserDirectoryID": "", "ApplicationName": "相册", "ApplicaitonUrl": "UseStudioUserDiskDiv", "ApplicaitonImg": { "x": -88, "y": -92} },
    //                    {"ApplicationID": "8a2135ff-746a-43a8-97b8-552d228a00bb", "UserDirectoryID": "", "ApplicationName": "音乐", "ApplicaitonUrl": "UseStudioUserDiskDiv", "ApplicaitonImg": { "x": -16, "y": -20} },
    //                    { "ApplicationID": "1e0742d8-737e-46e2-b03b-2f23ca8c1f17", "UserDirectoryID": "", "ApplicationName": "博客", "ApplicaitonUrl": "UseStudioBlogSystemDiv", "ApplicaitonImg": { "x": -88, "y": -20} },
    //                    { "ApplicationID": "8989bc55-6f36-44e8-8b1b-cc18486cf140", "UserDirectoryID": "", "ApplicationName": "论坛", "ApplicaitonUrl": "UseStudioStudyControlDiv", "ApplicaitonImg": { "x": -160, "y": -20} },
    //                    { "ApplicationID": "0085d7d9-a5aa-4785-b914-05136e3f4bf0", "UserDirectoryID": "", "ApplicationName": "应用", "ApplicaitonUrl": "US_Manage_App_Mark", "ApplicaitonImg": { "x": -160, "y": -92} },
    //                    { "ApplicationID": "0d0686f0-b3df-429b-a586-db5899118ec5", "UserDirectoryID": "", "ApplicationName": "便签", "ApplicaitonUrl": "mouseroverNote", "ApplicaitonImg": { "x": -232, "y": -92} },
    //                    { "ApplicationID": "", "UserDirectoryID": "", "ApplicationName": "文档编辑", "ApplicaitonUrl": "US_Word", "ApplicaitonImg": { "x": -232, "y": -20} },
    //                    { "ApplicationID": "", "UserDirectoryID": "", "ApplicationName": "工作表", "ApplicaitonUrl": "US_Excel", "ApplicaitonImg": { "x": -232, "y": -20} },
    //                    { "ApplicationID": "6DB2FD18-B8E0-075A-605F-F3FB928FE7AB", "UserDirectoryID": "", "ApplicationName": "购物", "ApplicaitonUrl": "UM_GW", "ApplicaitonImg": { "x": -232, "y": -20} },
    //                    { "ApplicationID": "5312340d-a802-a8c6-f80a-000000000000", "UserDirectoryID": "", "ApplicationName": "积分中心", "ApplicaitonUrl": "UD_DK_IC", "ApplicaitonImg": { "x": -232, "y": -20} },
    //                    { "ApplicationID": "6DB2FD18-B8E0-075A-605F-000000000000", "UserDirectoryID": "", "ApplicationName": "Use聊", "ApplicaitonUrl": "Chat", "ApplicaitonImg": { "x": -232, "y": -20} },
    //                    { "ApplicationID": "DA0EEA4E-AD61-4F2A-8DB1-3ADF0A506C86", "UserDirectoryID": "", "ApplicationName": "在线编程", "ApplicaitonUrl": "UD_PG", "ApplicaitonImg": { "x": -232, "y": -20} }
    //                   ]);
    
                            //    if (_UDE[_UL].C) { _UCE = _UDE[_UL]; } else if (_UDE[_UL + 1] && (_UDE[_UL + 1].C || _UL < _UDE.length - 2)) { _UCE = _UDE[(_UDE.l += 1)]; }
                            //                            _UDE = this.OAT[_UTP]; _UL = _UDE.l; U.UF.EV.stopDefault();
                            //                            if (_UDE[_UL].C) { _UCE = _UDE[_UL]; } else if (_UDE[_UL + 1] && (_UDE[_UL + 1].C || _UL < _UDE.length - 2)) { _UCE = _UDE[(_UDE.l += 1)]; }
                            //                            if (_UCE) {
                            //                                if (!win.getSelection) { //老ie处理
                            //                                    try { _UDE = _UDE[_UL] ? _UDE[_UL].OR.R : this.R; _UL = _UDE.boundingLeft + _UDE.boundingWidth; if (_UCE.P.boundingLeft || _UCE.P.boundingTop) { _UCE.OR.R.moveToPoint(_UCE.P.boundingLeft, _UCE.P.boundingTop); } }
                            //                                    catch (e) { try { if (_UCE.OR.R.boundingTop < _UCE.P.boundingTop) { _UCE.OR.R.moveToPoint(_UL, _UDE.boundingTop); } } catch (e) { } } _UCE.OR.Replace(_UCE.C); _UCE.C = "";
                            //                                }
                            //                            }
////------------------------------------------------------------------------桌面应用数据源的操作--------------------------------------------------------------
//Namespace.register("U.MD.D.T"); //桌面数据源命名空间
//U.MD.D.D.News; //学习系统帖子的全局
//U.MD.D.DestopStr; //桌面图标的json
//U.MD.D.icon_list; //桌面图标
////数据源操作的接口
//U.MD.D.D.SF = function (name, term) {
//    switch (name) {
//        case "AddNews":
//            U.MD.D.D.AddNews(term);
//            break;
//        case "GetNews":
//            return U.MD.D.D.GetNews(term);
//            break;
//        case "GetIc":
//            return U.MD.D.D.GetDI(term);
//            break;
//        case "AddTG": //插入新闻
//            break;
//        default: break;
//    }
//}
////---------------------------------------------------------------------------新闻的操作----------------------------------------------------------------
////添加学习系统的新闻
//U.MD.D.D.AddNews = function (term) {
//    U.MD.D.D.News = term;
//}
////获取学习系统的新闻
//U.MD.D.D.GetNews = function (term) {
//    var _NL = [];
//    if (U.MD.D.D.News) {
//        for (var i = 0; i < U.MD.D.D.News.length; i++) {
//            if (U.MD.D.D.News[i].PublishedDirectoryID == term[0]) {
//                _NL.push(U.MD.D.D.News[i]);
//            }
//        }
//        return _NL;
//    }
//}
////-----------------------------------------------------------------------通知通告操作--------------------------------------------------------------------
////----------------------------------------------------------------------------------桌面图标的操作-----------------------------------------------------------
//U.MD.D.D.GetDI = function (term) {
//    var _UIC = US.userInfo["icon"] || U.MD.D.DestopStr;
//    for (var i = 0; i < _UIC.length; i++) {
//        if (_UIC[i].ApplicationID == term[0]) { return _UIC[i]; }
//    }
//}
////用户互动的类
//U.MD.D.D.CII = function (ET) {
//    this.newid = ET[0];
//    this.UserId = ET[1];
//    this.UserName = ET[2];
//    this.UserThumbnailImageHead = ET[3];
//    this.NEWTYPE = ET[4];
//    this.NEWT = ET[5];
//    this.NEWC = ET[6];
//    this.Time = ET[7];
//    this.ET = ET[8];
//}
//获取客户端各种信息
U.UF.CI.GCInfo = function () {
    U.UF.CI.IEedition(); //获取可无端信息
}
//判断IE浏览器版本,是否下载最新IE,chrome,firefox
U.UF.CI.IEedition = function () {
    var _UDE = U.UF.CI.getBrowser(), _UCE = U.UF.CI.getSystem();
    if ((_UDE.browser == "msie" && Number(_UDE.ver) < 7) || _UDE.browser == "firefox") { U.selectEl("#UD_CI_getBrowser")[0].style.display = "block"; } //提示浏览器升级
    else if ("iphone,ipad".indexOf(_UDE.browser) > -1) { U.UF.CI.Ipad(); } //苹果事件
    if (_UCE.indexOf("win") > -1) { U.UF.CI.Win(_UDE, _UCE); } //如果是win系列的升级
}
//如果是windows系列
U.UF.CI.Win = function (UBE, UCE) {
    if (!browser.lb && UBE.browser == "msie" && UBE.ver != "10.0") {//提示用户安装
        _UHF = US.FILESYSTEMURL + "c181e980-d781-4fef-bb45-a3ccabdd911a.msi"; _UIH = "云端";
        U.UF.CI.WinDIs(_UHF, _UIH); //用户显示提示
        // if (UCE == "win7") { if (UBE.ver == "8.0" || UBE.ver == "7.0") { _UHF = "http://download.microsoft.com/download/4/C/A/4CA9248C-C09D-43D3-B627-76B0F6EBCD5E/IE9-Windows7-x86-chs.exe"; _UIH = "IE9"; } }
        // else if (UCE == "winxp") { if (UBE.ver == "6.0" || UBE.ver == "7.0") { _UHF = "http://download.microsoft.com/download/1/6/1/16174D37-73C1-4F76-A305-902E9D32BAC9/IE8-WindowsXP-x86-CHS.exe"; _UIH = "IE8" } }
    }
}
//用户显示提示
U.UF.CI.WinDIs = function (UHF, UIH) {
    var _UDOD = $$("div", { "id": "UD_CI_BAlert", "className": "UD_CI_BAlert" });
    $$("div", { "className": "UD_CI_Warn" }, _UDOD);
    $$("div", { 'className': 'UD_CI_Text', "innerHTML": "您使用的浏览器版本过低建议您下载" }, _UDOD);
    $$("a", { "className": "UD_CI_DL", "href": UHF, "innerHTML": UIH }, _UDOD); //安装的链接
    $$("a", { "className": "UD_CI_Text_Click", "href": "javascript:void(0);", "onclick": U.UF.C.apply(_UDOD, "retElement.style.display = 'none';"), "innerHTML": "我知道了" }, _UDOD);
    U.selectEl("body").append(_UDOD); setTimeout(function(){U.UF.CI.SetUserD(_UDOD);}, 10000);
}
//提示用户安装浏览器的定位
U.UF.CI.SetUserD = function (UDOD) {
    U.selectEl(UDOD).addAttrArray({ "style": { "display": "block"} }).animate({ "top": "80px", "left": US.width / 1.7 + "px" }, 400);
}
//浏览器下载接口
U.UF.CI.XZWin = function (UFSN, UDN) {
    U.UF.UP.inputUpload([$$("input", { "type": "text", "value": UDN, "name": "filename" }), $$("input", { "type": "text", "value": UFSN, "name": "filepath" })],"http://main.1473.cn/USUpfile.ashx?typename=apk", null, null   );
}
//如果是ipad,固定横屏,禁止放大的功能在html元素的css中。
U.UF.CI.Ipad = function () {
    document.ontouchmove = U.UF.EV.stopDefault; //阻止浏览器默认变大变小动作
}
//下一个节点
U.UF.C.nextSibling = function (obj) {
    while (obj.nextSibling.nodeType != 1) {
        obj = obj.nextSibling;
    }
    return obj.nextSibling;
            var i, _UDOD = parent.$("#US_ExcelContent").Parent(2), _UDSD = U.selectEl("span", _UDOD)[1], _UGE = U.MD.O.E.SY, _UAE = ["P", "Z", "Y", "ZT", "ZLJ", "ZU", "ZI", "F"];
        for (i = 0; i < _UAE.length; i++) { _UAE[i] = U.selectEl("#U_E_A" + _UAE[i])[0]; }
        if (_UGE["OL"]) { U.OU.Onload("Excel", _UAE.slice(0, 4), _UAE); _UGE["OL"] = false; U.MD.O.E.SetWH(); } //初始化工具
        U.MD.O.E.CNO(); _UDSD.onclick = function(){U.MD.O.E.CSave([parent.U.UF.F.closeWindow, [_UDOD,"remove"]]);}; //生成页面 //设置关闭保存
        document.body.focus(); document.onmousedown = document.onclick = U.MD.O.E.YCCD;  //页面聚焦 //菜单屏蔽
}
            //            var _UDAD, TF = false, _AIMG = this.AIMG.length != null ? this.AIMG[this.I] : this.AIMG;
            //            for (var i = 0; i < U.UF.IMG.IE.ET.length; i++) { if (U.UF.IMG.IE.ET[i]["AIMG"].indexOf(_AIMG["Thm"], "Thm") > -1) { TF = U.UF.IMG.IE.ET[i]; break; } }
            //            if (TF) { TF["AIMG"] = this.AIMG.length ? this.AIMG : [this.AIMG]; TF.I = this.I; TF.Change(this.I, TF); U.UF.F.windowTopCenter(TF.UIOD); return true; } else { U.UF.IMG.IE.ET.push(this); } //
            //            if (fun === true) { (!TF) && (_UDAD = this.AddE(_AIMG)); } else { _UDAD = fun(); } //图片显示缓冲
            //            (!TF) && (U.UF.IMG.imgReady(_AIMG["Img"], function(){this.Ready(_UDAD[0], _UDAD[1], this]]]), function(){this.Load(_UDAD[0], _UDAD[1], this);}, U.UF.C.apply(this, [[this.Error, [_AIMG["Img"]);})); //图片加载处理
    //    var i, k, j, _UDCD, _UDVD, _UDAD, _UKE = [], _UIF = US.userInfo, _UDE, _UDFD = U.selectEl("#UD_SYH")[0], _UDXD = U.selectEl("#UD_SYSXRT").Child(), _UCE = [null, _UDXD];
    //    for (i = 0; i < UDE.length; i++) {
    //        _UDVD = $$("frag"); _UDAD = U.selectEl("#" + UDE[i]).Child(); _UDE = function(){US.friend.friends.length, "正在追随", "您添加的好友", [[U.MD.F.W.viewFriend, [_UDFD]]]], [_UIF.UIF["DTC"], "动静..", "发表的动静", [[U.MD.U.V.ViewOtherUserInfo, [_UIF.UserId]]]], [_UIF.UIF["DDC"], "云分享", "云盘分享的文件", [[U.MD.D.I.openApplication, ["Disk", [_UIF.UserId, 1]]]]], [_UIF.UIF["PDC"], "版块爱好", "学习系统收藏", [[]]], [_UIF.UIF["FDC"], "追随者", "他人添加您", [[U.MD.F.W.viewFriend(_UDFD]]);}; ;
    //        _UKE.length = 0; _UCE[0] = _UDAD; for (k = 0; k < i + 1; k++) { _UKE.push($("img", _UCE[k][0])[0] || $$("img", {}, _UCE[k][0])); }; //需要添加头像
    //        _UDOD = U.selectEl(_UKE).addAttrArray({ "onerror": U.MD.C.imgError, "alt": (_UIF.UserNickName || _UIF.UserName), "title": "点击查看", "src": U.MD.C.getHeadImage(_UIF.UserThumbnailImageHead) })[0];
    //        _UDCD = U.selectEl(_UDAD[1]).Child(); _UDCD[0].innerText = _UIF.UserIndividualitysignature || "暂时没有填写个人介绍..."; _UDXD[1].innerText = _UDCD[1].innerText = (_UIF.UserNickName || _UIF.UserName);
    //        for (k = 0; k < i + 1; k++) { for (j = 0; j < _UDE.length; j++) { _UDOD = $$("div", { "className": "UD_SYSXKTBO", "style": !j ? { "marginLeft": "15px"} : {}, "onclick": _UDE[j][3] }, _UDVD); $$("div", { "className": "UD_SYSXKTBOL", "style": k ? { "fontSize": "17px", "verticalAlign": "sub"} : {}, "innerHTML": _UDE[j][0].formatMoney() }, _UDOD); $$("div", { "className": "UD_SYSXKTBOR", "innerHTML": _UDE[j][1], "style": k ? { "marginLeft": "8px", "verticalAlign": "baseline"} : {} }, _UDOD); }; (_UDCD = (k ? _UDXD[2] : _UDAD[2])); _UDCD.innerHTML = ""; _UDCD.appendChild(_UDVD); }
    //    }
            ////初始化Word
//U.MD.O.W.OnLoad = function (UDE) {
//    var i, _UDAD, UDOD = U.selectEl("#U_W_WordEdit")[0], _UDTD = U.selectEl("#U_E_ASRT")[0], _UDCD = U.selectEl(parent.$("#US_WordContent")[0]).Parent(2), _UDSD = U.selectEl("span", _UDCD)[1], _UAE = ["P", "Z", "Y", "ZT", "ZLJ", "ZU", "ZI"];
//    for (i = 0; i < _UAE.length; i++) { _UAE[i] = U.selectEl("#U_E_A" + _UAE[i])[0]; }; U.OU.TF["TF"] = "Word"; //初始化指定的值
//    (UDE) && (U.MD.O.W.WDJ()); UDOD.innerText = ""; //打印文档级联
//    if (!U.MD.O.W.TF["OL"]) { U.MD.O.W.WHO(); U.OU.Onload("Word", _UAE.slice(0, 4), _UAE); U.OU.SGN(); U.MD.O.W.TF["OL"] = true; } //初始化工具和需要隐藏的工具区域
//    if (UDE.UserFilesID != null) { U.OU.SCJD((UDE && UDE.UsOffice) ? $$("div", { "innerHTML": " " }, UDOD) : UDOD, (UDE && UDE.UsOffice) ? UDE.UsOffice : "", U.MD.O.W.TYHD); UDOD.contentEditable = true; } else { UDOD.contentEditable = false; } //添加text值
//    _UDSD.onclick = function(){U.MD.O.W.CSave([parent.U.MD.D.T.PopupWinClose, [_UDCD]]);}; //设置关闭
//    _UDTD.innerText = (UDE && UDE.UserallDirectoryName) ? UDE.UserallDirectoryName : "未命名文档"; //打开的文件名
//}
//动画特效
//图片淡入淡出,滑进滑出效果。模仿jquery。主要是为抛弃jquery,mode为1表示slidedown,mode为0表示slideup
U.UF.IMG.Animate = function (id) { return new U.UF.IMG.AnimateD(id); }
U.UF.IMG.AnimateD = function (id) {
    this.itime = 0;  //计时器时间
    this.mode = 1;
    this.maxHeight = 0;
    this.timer = null; //用于停止timeout
    this._BV = null; //获取浏览器版本
    this.obj = this.initial(id); ;  //传入结点id
}
////--------------------------------------有思工作室动态装载js-----------------------------------------------
////js文件放在head中,属于同步加载,head没加载完毕,不会执行...然而试验了很多次同步加载的方法。居然没有一种方法可行。哎。
////此函数相当于jquery的异步加载,但比jquery更好用,更符合传统编程。
//
////异步加载js和css,url为需要加载的链接地址,T为类型,比如js,css等,CB为加载后执行的回调函数。
//U.UF.DL.asynLoadJs = function (UURL, TF, cb, UTE, UIB) {
//    var i, _USD, _UASD, _UHD = U.selectEl("head", document)[0]; //获取head部
//    if (TF == "js") { _UASD = U.selectEl("script", document); _USD = $$("script", (UTE || { "src": UURL, "type": "text/javascript", "language": "javascript", "charset": "utf-8" })); } //js的异步创建
//    else if (TF == "link") { _UASD = U.selectEl("link", document); _USD = $$("link", { "href": UURL, "type": "text/css", "rel": "stylesheet" }); }
//    for (i = 0; i < _UASD.length; i++) { if (_UASD[i].src == UURL) { TF = false; if (!UIB) { _USD = _UASD[i]; } break; } } //如果已经加载完了
//    (TF || UIB) && (_UHD.insertBefore(_USD, _UHD.firstChild)); (cb) && (U.UF.DL.iframeLoad(_USD, cb)); //添加到头部  //异步处理
//    return true;
//}
////备注:楚王辉  还差一个在Div中的innerhtml属性中加载外部js的方法。
////iframe加载完毕异步
////I参数可以试iframe 可以是需要加载的img js等等 AsynF是回调函数 AsynF=[[回调函数名,[回调参数]],[回调函数名,[回调参数]].........]
//U.UF.DL.iframeLoad = function (UIF, cb) {
//    try { var _UCP = UIF.complete, _URS = UIF.readyState; } catch (e) { }
//    if (_UCP == "complete" && ((_URS == "complete" || _URS == "loaded") || _URS == null)) { function(){cb();}(); return; }
//    else {
//        (UIF.onreadystatechange) && (cb = U.UF.C.apply(UIF, [[UIF.onreadystatechange], [cb]]));
//        UIF.onreadystatechange = function(){U.UF.DL.AILD(UIF, cb);};
//    }
//    return UIF;
//}
U.UF.IMG.AnimateD.prototype = {
    initial: function (id) {   //U.Json构造函数,目的是和jqery区别。
        this._BV = U.UF.CI.getBrowser().ver; //获取浏览器版本
        return "string" == typeof (id) ? document.getElementById(id) : id;
    },
    //横屏切换效果,元素s从左到右逐渐放大,元素d从左向右逐步缩小,并最终消失。
    LScreenSwitch: function (s, d, cb) {
        s.style.height = document.body.clientHeight + "px"; //把高度置为最高,宽度从0到最大。
        s.style.left = s.style.width = 0 + "px";
        d.style.width = document.body.clientWidth + "px";
        //s.style.display = "block";
        var that = this; //setInterval里面的变量必须用that取代。
        this.timer = setInterval(function () { that.sstimer(s, d, cb); }, 32);
    },
    sstimer: function (s, d, cb) {
        if (parseInt(s.style.width) < document.body.clientWidth) {
            d.style.left = s.style.width = parseInt(s.style.width) + 100 + "px";
            var w = parseInt(d.style.width) - 100;
            w > 0 ? d.style.width = w + "px" : d.style.width = "0px";
        }
        else {
            s.style.width = document.body.clientWidth + "px";
            d.style.width = "0px";
            d.style.left = "0px";
            clearInterval(this.timer);
            cb();
        }
    },
    //横屏切换效果,从右到左逐渐放大,上面一个函数的反向函数
    RScreenSwitch: function () {
    },
    slideDown: function () {
        if (parseInt(this.obj.style.height) > this.maxHeight) { this.mode = 0; return; };
        this.obj.style.height = parseInt(this.obj.style.height) + 2 + 'px';
        this.timer = setTimeout("U.UF.IMG.Animate()", this.itime);
    },
    slideUp: function () {
        if (parseInt(this.obj.style.height) < 2) { this.mode = 1; return; };
        this.obj.style.height = parseInt(this.obj.style.height) - 2 + 'px';
        var repeat = "U.UF.IMG.Animate()";
        this.timer = setTimeout(repeat, this.itime);
    },
    slide: function (objid, itime, mode) {   //统一调用slide,自动区分down或者up
        clearTimeout(this.timer);
        this.obj = this.initial(objid);
        this.itime = itime;
        if (mode) {
            this.maxHeight = this.maxHeight ? this.maxHeight : parseInt(this.obj.style.height);
            this.obj.style.display = "block";
            this.obj.style.height = "0px";
            this.slideDown();
        }
        else this.slideUp();
    },
    fade: function (objid, itime, io, callback)//淡入淡出,io代表淡入或者淡出
    {
        this.obj = this.initial(objid);
        this.itime = itime;
        var that = this;
        this.maxHeight = parseInt(this.obj.style.height) | parseInt(this.obj.clientHeight); //此句可以不要?以后再优化。
        var i = io ? 100 : 0; //循环开始变量如果是淡入为100,淡出为0。
        var z = io ? 0 : 100; //循环结束变量,淡入为0,淡出为100。
        var v = (_BV == "7.0" || _BV == "8.0") ? 0.1 : 0.05; //浏览器判断,ie为chrome的20倍速。
        var b = io ? -100 * v : 100 * v; //步长,淡入为负数,淡出为正数。
        var timer = setInterval(function () {
            //清除计时器,如果有回调,执行回调函数
            if (i == z) { clearInterval(timer); if (typeof callback == "function") { callback(); } }
            i += b;
            that.obj.style.filter = "alpha(opacity=" + i + ")";
            that.obj.style.MozOpacity = i * v;
            that.obj.style.opacity = i * v;
            that.obj.style.height = that.maxHeight + "px";
        }, that.itime);
    },
    fadeIn: function (objid, itime, callback) {  //淡入
        this.fade(objid, itime, true, callback);
    },
    fadeOut: function (objid, itime, callback) {   //淡出
        this.fade(objid, itime, false, callback);
    }
}
//前一个节点
U.UF.C.previousSibling = function (obj) {
    while (obj.previousSibling.nodeType != 1) {
        obj = obj.previousSibling;
    }
    return obj.previousSibling;
}
    AddE: function (AIMG) {//创建默认的图片浏览器
        var _UIOD, _UIUD, _UICD, _UITD, _UIID, _useridA, _UIPA, _UICA, _UIYA, _UISA;
        //创建相框
        this.UIOD = _UIOD = $$("div", { "onmousewheel": function(){U.UF.EV.stopBubble], [this.Wheel(this);}, "className": "U_Img", "onclick": [this.XSI, ["retElement", this, true]], "onmousedown": U.UF.EV.stopBubble, "style": { "maxWidth": US.width + "px", "maxHeight": US.height + "px", "left": (Math.random() * 50) + "px", "top": (Math.random() * 50) + "px", "zIndex": US.ZINDEX ++} });
        $$("div", { "onmousedown": function(){U.UF.EV.stopBubble], [U.UF.F.DragMouseDown(_UIOD);}, "className": "U_Img_Move", "title": "移动相框" }, _UIOD);
        _UICD = $$("div", { "className": "U_Img_Operate UTransition", "onselectstart": function(){} }, _UIOD);
        _UITD = $$("div", { "className": "U_Img_Info", "onmousedown": function(){U.UF.EV.stopBubble], [this.MoveScroll("retElement", this);}, "style": { "maxHeight": (US.height - 80) + "px"} }, _UIOD);
        _UIUD = $$("div", { "style": { "overflow": "hidden", "margin": "auto", "width": "120px", "height": "120px"} }, _UITD);
        this.UIMG = _UIID = $$("img", { "NowRotate": "0", "src": AIMG["Thm"], "onerror": function(){U.MD.C.imgError(this, 1);} }, _UIUD);
        _useridA = $$("a", { "style": { "marginLeft": "20px" }, "onclick": function(){U.UF.EV.stopBubble], [this.Zoom("In", _UIOD, this);} }, _UICD);
        $$("i", { "className": "U_ImgPic zoomIn" }, _useridA);
        $$("div", { "innerHTML": "放大" }, _useridA);
        $$("a", { "title": "点击100%比例", "onclick": function(){U.UF.EV.stopBubble], [this.Zoom(100, _UIOD, this);}, "innerHTML": "100%" }, _UICD);
        _UIPA = $$("a", { "onclick": function(){U.UF.EV.stopBubble], [this.Zoom("Out", _UIOD, this);} }, _UICD);
        $$("i", { "className": "U_ImgPic zoomOut" }, _UIPA);
        $$("div", { "innerHTML": "缩小" }, _UIPA);
        _UICA = $$("a", { "onclick": function(){U.UF.EV.stopBubble], [this.Rotate(1, _UIOD, this);} }, _UICD);
        $$("i", { "className": "U_ImgPic Lrotate" }, _UICA);
        $$("div", { "innerHTML": "左转" }, _UICA);
        _UIYA = $$("a", { "onclick": function(){U.UF.EV.stopBubble], [this.Rotate(-1, _UIOD, this);} }, _UICD);
        $$("i", { "className": "U_ImgPic Rrotate" }, _UIYA);
        $$("div", { "innerHTML": "右转" }, _UIYA);
        $$("div", { "className": "U_ImgPic U_Img_Close UTransition", "style": { "cssText": "float:right;" }, "onclick": [this.Close, [_UIOD, this, true]] }, _UICD);
        if (this.AIMG.length) {
            $$("div", { "className": "U_Img_Prev U_Img_Change U_Img_transition U_ImgPic", "onclick": function(){U.UF.EV.stopBubble], [this.Change(-1, this);} }, _UIOD);
            $$("div", { "className": "U_Img_Next U_Img_Change U_Img_transition U_ImgPic", "onclick": function(){U.UF.EV.stopBubble], [this.Change(1, this);} }, _UIOD);
        }
        U.selectEl(_UIID).addAttrArray({ "style": { "filter": "alpha(opacity=30)", "MozOpacity": "0.3", "Khtml-opacity": "0.3", "opacity": "0.3"} });
        document.body.appendChild(_UIOD); U.UF.F.windowTopCenter(_UIOD); return [_UIOD, _UIID]; //加入页面和居中弹框
    },
//        USE = USE || doc; UD = UD || doc; //设置选择初值
//        if (typeof USE === "string") {//如果选择符是字符串
//            var k, i, j, _UDE, _UDT, _UCA, _UNCA, _UME = USE.split(","), _UNC = /[~|#|.|&|:|>|@|*|=]/g, _UC = /[^(~|#|.|&|:|>|@|*|=)]+/g; //定义变量区域
//            for (k = 0; k < _UME.length; k++) {
//                USE = _UME[k]; _UNCA = (USE.match(_UNC) || []); _UCA = USE.match(_UC) || ["*"]; (_UCA.length > _UNCA.length) && (_UNCA.unshift(""));
//                for (i = 0; i < _UCA.length; i++) {
//                    switch (_UNCA[i]) {
//                        case "~": _UDE = UD.getElementsByName(_UCA[i]); break; //获取name属性获取
//                        case "#": _UDE = _UDE == null ? doc.getElementById(_UCA[i]) : _UDE[_UCA[i]]; break; //根据id获取
//                        case ".": //根据className获取
//                            if (UD.getElementsByClassName) { _UDE = UD.getElementsByClassName(_UCA[i]); } //HTML5选择器
//                            else if (document.querySelectorAll) { _UDE = UD.querySelectorAll("." + _UCA[i]); } //支持ie8选择器
//                            else {//原始选择器
//                                _UDE = UD.length != null ? UD : UD.getElementsByTagName("*"); var _UDT = [];
//                                for (j = 0; j < _UDE.length; j++) { (_UDE[j].className == _UCA[i]) && (_UDT.push(_UDE[j])); };
//                                _UDE = _UDT;
//                            }
//                            break;
//                        case "": case "&": _UDE = (_UDE || UD).getElementsByTagName(_UCA[i]); break; //根据标签获取
//                        case ":": //获取tr标签选择
//                            _UDE = UD.getElementsByTagName("tr"); _UDT = [];
//                            if (_UDE.length) {
//                                for (j = 0; j < _UDE.length; j++) {
//                                    if (_UCA[i] == "even" && j % 2 == 0) { _UDT.push(_UDE[j]); }
//                                    else if (j % 2 != 1) { _UDT.push(_UDE[j]); }
//                                }
//                                _UDE = _UDT;
//                            }
//                            break;
//                        case "@": //根据自定义属性选择
//                            _UDE = _UDE || UD.getElementsByTagName('*'); _UDT = [];
//                            for (j = 0; j < _UDE.length; j++) {//筛选出包含这属性的元素
//                                if (_UNCA[i + 1] == "=") { if (_UDE[j].getAttribute(_UCA[i]) == _UCA[i + 1] || (_UDE[j][_UCA[i]] && _UDE[j][_UCA[i]].toString() == _UCA[i + 1])) { _UDT.push(_UDE[j]); } }
//                                else { if (_UDE[j].getAttribute(_UCA[i]) != null) { _UDT.push(_UDE[j]); } }
//                            }
//                            _UDE = _UDT;
//                            break;
//                        case "*": //获取外加载控件
//                            if (document.embeds && (_UDE = document.embeds[_UCA[i]])) { }
//                            else if ((_UDE = window.document[_UCA[i]])) { }
//                            else { _UDE = doc.getElementById(_UCA[i]); }
//                            break;
//                        default: break;
//                    }
//                }
//            }
//        }
//        else { _UDE = USE; }
//        if (_UDE && !(_UDE instanceof Array && _UDE[0] == null)) {//选择器选择有值
//            if (_UDE.length == null || _UDE.id != null) { _UDE = [_UDE]; }
//            for (i = 0; i < _UDE.length; i++) { this[i] = _UDE[i]; (_UDE[i].id != "") && (this[_UDE[i].id] = _UDE[i]); } //添加选择器选择元素
//            this.context = UD; this.length = _UDE.length;
//        }
//        return this;
//-----------------------------------------------------------------------加载音乐播放器--------------------------------------------------------------------------
////点击后加载播放器的flash
//U.UF.MPlayer.Onload = function () {
//    try {
//        var _UDOD = U.selectEl("#U_MP_PFlash")[0];
//        if (_UDOD) {
//            if ($("#U_MP_MPFlash")[0] == null) { _UDOD.innerHTML = ''; }
//            U.UF.MPlayer.UMPL = U.selectEl("#U_MPMCDPO")[0]; //进度显示的时间
//            U.UF.MPlayer.UMPP = U.selectEl("#U_MPMGDT")[0]; //进度条缓存的父亲元素
//            U.UF.MPlayer.UM = U.selectEl("*U_MP_MPFlash")[0]; //播放器
//        }
//    } catch (e) { }
//}
////加载列表:传入列表Json
////Json规范{ "列表名": { "歌名": "歌曲URL","歌名": "歌曲URL"},"列表名": { "歌名": "歌曲URL","歌名": "歌曲URL"} }
//U.UF.MPlayer.Open = function (J, D, OM) {//directories是目录文件夹
//    var _UDOD = U.selectEl("#UseStudioU_MP")[0], _UDTD = U.selectEl("#U_MPLB")[0], _UDSD = U.selectEl("#U_MPMCD")[0], _UDFD = U.selectEl("#U_MPFF")[0], _UDGD = U.selectEl("div#U_MPI", _UDOD)[0];
//    _UDFD.innerText = _UDTD.innerText = ""; _UDGD.style.display = "block"; U.UF.F.windowTopCenter(_UDOD);
//    U.selectEl("#U_MPLT")[0].onclick = function(){U.UF.MPlayer.MOM(US.disk.UserDisk[1][2]);};
//    U.selectEl("img", _UDSD).addAttrArray({ "onerror": [U.MD.C.imgError, ["retElement"]], "src": U.MD.C.getHeadImage(US.disk.UserDisk[1][0].UserThumbnailImageHead), "onclick": [U.MD.U.V.POUW, [US.disk.UserDisk[1][0].UserId]] }); //头像
//    U.selectEl("span", _UDSD)[0].innerHTML = US.disk.UserDisk[1][0].UserNickName; //名字
//    U.MD.DK.SetMDF((US.friend.friends || []), U.selectEl("#U_MPFF")[0]); //打印自己音乐好友
//    if (J[1].length == 0 && D.length == 0) { $$("div", { "className": "U_MPP U_MP_IMG" }, _UDTD); } //无音乐列表
//    else { U.UF.MPlayer.AddM(J, D, _UDTD, OM); } //添加音乐列表
//    U.MD.D.T.WindowRestore(_UDGD, "", "音乐", U.UF.MPlayer.Close); //创建任务栏链接
//}
////添加音乐文件文件
//U.UF.MPlayer.AddM = function (J, D, ML, OM) {
//    var i, _UOOD, _UDPD, _UDTD, _UDSD, _UDFD = $$("frag");
//    if (J[0].UserDirectoryID != US.MUSICEFOLDERID) {
//        _UOOD = $$("div", { "className": "U_MPLB" });
//        _UDPD = $$("div", { "className": "U_MPLBT", "onclick": function(){U.UF.EV.stopBubble], [U.UF.MPlayer.ListShrink("this.parentNode");} }, _UOOD);
//        $$("div", { "className": "U_MPLBA U_MPLBAO U_MP_IMG" }, _UDPD);
//        $$("div", { "className": "U_MPLBM", "innerHTML": J[0].UserallDirectoryName + "(" + J[1].length + ")" }, _UDPD);
//        $$("div", { "className": "U_MPLBADD U_MP_IMG", "onclick": function(){U.UF.EV.stopBubble], [U.UF.MPlayer.OUPM(J[0].UserDirectoryID, US.disk.UserDisk[1][2]);} }, _UDPD);
//        _UDTD = $$("div", { "className": "U_MPLBT", "style": { "cssText": "width:100%;float:left;"} }, _UOOD);
//        ML.appendChild(_UOOD);
//    }
//    else { _UDTD = ML; }
//    for (i = 0; i < J[1].length; i++) {
//        _UDSD = $$("span", { "className": "U_MPLBN", "onclick": U.UF.EV.stopBubble, "ondblclick": [U.UF.MPlayer.loadAplay, ["retElement", J[1][i], US.disk.UserDisk[1][2]]] }, _UDFD);
//        $$("div", { "className": "U_MPLBNB U_MP_IMG", "innerHTML": (i + 1).prefixInteger() }, _UDSD);
//        $$("div", { "className": "U_MPLBNC", "innerHTML": J[1][i].UserallDirectoryName }, _UDSD);
//        $$("div", { "className": "U_MPLBNS", "innerHTML": "00:00" }, _UDSD);
//        if (J[1][i].UserDirectoryID == OM) { setTimeout(_UDSD.ondblclick, 1000); }
//    }
//    _UDTD.appendChild(_UDFD);
//    for (var j = 0; j < D.length; j++) { U.UF.MPlayer.AddM(D[j][0], D[j][1], _UDTD); } //循环打印音乐
//}
////列表收缩或张开
//U.UF.MPlayer.ListShrink = function (UDOD) {
//    var _UDAD = U.selectEl("div", UDOD);
//    var _TF = ["none", "U_MPLBA U_MPLBAC U_MP_IMG"];
//    if (_UDAD[4].style.display == "none") { _TF = ["block", "U_MPLBA U_MPLBAO U_MP_IMG"]; }
//    _UDAD[4].style.display = _TF[0];
//    _UDAD[1].className = _TF[1];
//}
////加载音乐
//U.UF.MPlayer.loadAplay = function (SO, UDK, userid) {
//    var _UFMS, _UFAD = U.selectEl("div", U.UF.MPlayer.UMPP), _UMPL = U.selectEl("#U_MPLB")[0], _TF = U.selectEl("*U_MP_MPFlash")[0].loadAplay(US.FILESYSTEMURL + UDK.UserFilesServerName);
//    _UFAD[1].style.width = _UFAD[0].style.width = _UFAD[2].style.left = "0px";
//    U.selectEl("#U_MPMCDD")[0].innerHTML = U.UF.MPlayer.UMPL.innerHTML = "00:00";
//    U.selectEl("div", U.UF.MPlayer.UMPP.parentNode)[0].innerHTML = UDK.UserallDirectoryName;
//    U.selectEl("#U_MPMCDP")[0].className = "U_MPMCDP U_MPMCDPC U_MP_IMG";
//    //停止所有的播放的样式
//    if ((U.UF.MPlayer.UMMP) && (_UFMS = U.UF.MPlayer.UMMP[0])) {
//        _UFMS.style.color = "#767676";
//        U.selectEl("div", _UFMS).addAttrArray({ "className": "U_MPLBNB U_MP_IMG", "innerHTML": U.UF.MPlayer.UMMP[1] }, 0);
//    }
//    else { U.UF.MPlayer.UMMP = []; }
//    //播放音乐的样式
//    U.UF.MPlayer.UMMP[0] = SO; //正在播放的元素
//    U.UF.MPlayer.UMMP[1] = U.selectEl("div", SO)[0].innerHTML; //播放的序号
//    SO.style.color = "#6da6e0";
//    U.selectEl("div", SO).addAttrArray({ "className": "U_MPLBNB U_MPLBNBI U_MP_IMG", "innerText": "" }, 0);
//    U.selectEl("#U_MPMXZL")[0].onclick = function(){U.UF.MPlayer.LMGM(userid, UDK, SO);}; //收藏音乐
//    U.selectEl("#U_MPMXZR")[0].onclick = function(){U.UF.MPlayer.DMGM(userid, UDK, SO);}; //删除音乐
//}
////-----------------------------------------------------------------------------加载音乐的功能----------------------------------------------------------------------
////flash听完一首后直接下一首
//U.UF.MPlayer.PNM = function (T) {
//    setTimeout($("#U_MPMCDA")[0].onclick, 1000); //flash需要延迟1秒执行下一首才有效
//}
////上下一首
//U.UF.MPlayer.PNMO = function (T) {
//    var _TF = U.UF.MPlayer.TF;
//    if (_TF == "L") { U.UF.MPlayer.PNMOM(T); } //列表播放模式
//    else if (_TF == "R") { U.UF.MPlayer.Shuffle(); } //随机播放模式
//    else { U.UF.MPlayer.REMOM(); } //单曲循环模式
//}
////随机播放
//U.UF.MPlayer.Shuffle = function () {
//    var _UFMP = U.selectEl("span", U.selectEl("#U_MPLB")[0]);
//    var _EP = U.UF.Math.getRandom(_UFMP.length);
//    _UFMP[_EP - 1].ondblclick();
//}
////播放上下首
//U.UF.MPlayer.PNMOM = function (T) {
//    var i, _UMMD, _UFM = U.selectEl("#U_MPLB")[0]; _UFMP = U.UF.MPlayer.UMMP[0], UFMPL = U.selectEl("span", _UFMP.parentNode);
//    for (i = 0; i < UFMPL.length; i++) {//循环判断找到正在播放的歌典
//        if (UFMPL[i] == _UFMP) {//找到当前播放的哪一首
//            _UMMD = _UFMP;
//            if ((i == UFMPL.length - 1) && T == 1) { _UMMD = UFMPL[0]; } //如果是最后一首就回到第一首歌
//            else if (UFMPL[i + T] != null) { _UMMD = UFMPL[i + T]; }
//            _UMMD.ondblclick();
//            return;
//        }
//    }
//}
////单曲循环
//U.UF.MPlayer.REMOM = function () {
//    U.UF.MPlayer.UMMP[0].ondblclick();
//}
////播放或暂停
//U.UF.MPlayer.pauseOstart = function () {
//    var _UMPP = U.selectEl("#U_MPMCDP")[0];
//    var _TF = U.UF.MPlayer.UM.pauseOstart(); //判断是否在播放音乐
//    if (_TF == false) { _UMPP.className = "U_MPMCDP U_MPMCDPO U_MP_IMG"; }
//    else { _UMPP.className = "U_MPMCDP U_MPMCDPC U_MP_IMG"; }
//}
////---------------------------------------------------------进度条
////拉动进度条
//U.UF.MPlayer.Posmove = function (SO) {
//    U.UF.MPlayer.IsUpPos = false;
//    var _UDMP = U.selectEl("div", SO.parentNode);
//    document.onmousemove = function () {
//        if (!U.UF.MPlayer.IsUpPos == true) {
//            SO.setCapture(); //聚焦
//            var _E = U.UF.C.GetMousep(); //获取鼠标的位置
//            var _PTX = U.UF.M.pageXY(SO.parentNode); //获取相对的位置
//            var _TL = _UDMP[1].clientWidth; //缓存长度
//            var _L = event.clientX - _PTX[1]; //移动的位置
//            if (_L < _TL && _L > 0) {
//                SO.style.left = _L + "px";
//                _UDMP[0].style.width = (_L + 2) + "px";
//            }
//        }
//    }
//    document.onmouseup = function () {
//        U.UF.MPlayer.SkipTo((parseInt(SO.style.left)) / 225); //跟换播放的进度
//        U.UF.MPlayer.IsUpPos = true; //允许播放更新
//        SO.releaseCapture(); //释放焦点
//        document.onmouseup = document.onmousemove = null; //取消
//    }
//}
////进度条
//U.UF.MPlayer.SkipTo = function (PNSO) {
//    U.UF.MPlayer.IsUpPos = false;
//    var _UPER, _UPOD = U.selectEl("div", U.UF.MPlayer.UMPP), _TL = _UPOD[1].clientWidth; //缓存长度
//    if (typeof PNSO == "number") { _UPER = PNSO; } //如果是数字直接更新时间
//    else {
//        _UPER = (event.clientX - parseInt(PNSO.getBoundingClientRect().left));
//        if (_TL > _UPER) {//判断是否更新到指定的进度位置
//            _UPOD[0].style.width = (_UPER + 2) + "px";
//            _UPOD[2].style.left = _UPER;
//            _UPER = _UPER / 225;
//        }
//    }
//    if (_TL > parseInt(_UPER * 225)) { U.UF.MPlayer.UM.SkipTo((parseInt(U.UF.MPlayer.Time) / 1000) * _UPER); }
//    U.UF.MPlayer.IsUpPos = true;
//}
////音乐播放的总时间
//U.UF.MPlayer.GD = function () {
//    U.UF.MPlayer.Time = U.UF.MPlayer.UM.getDuration();
//    var Duration = Math.round(U.UF.MPlayer.Time / 1000); //获取音乐播放的时间
//    U.selectEl("div", U.UF.MPlayer.UMMP[0])[2].innerHTML = U.selectEl("#U_MPMCDD")[0].innerHTML = (parseInt(Duration / 60)).prefixInteger() + ":" + (parseInt(Duration % 60)).prefixInteger(); //音乐播放时间显示
//}
////-----------------------------------------------------------flash每秒的更新
////更新下载的进度
//U.UF.MPlayer.ULD = function (LD) {
//    var _UDTD = U.selectEl("div", U.UF.MPlayer.UMPP)[1];
//    _UDTD.style.width = LD + "%";
//}
////播放时间的更新和播放进度的更新
//U.UF.MPlayer.UPT = function (P, PT, LD) {
//    U.UF.MPlayer.Time = PT;
//    var _UMPF = U.UF.MPlayer.UM, _L = Math.ceil(P / PT * 225);
//    if (U.UF.MPlayer.IsUpPos) {
//        if (_UMPF.getStatus() && U.UF.MPlayer.IsP) {
//            if ((LD * 2.25) >= _L) {
//                var _UDOD = U.selectEl("div", U.UF.MPlayer.UMPP);
//                _UDOD[0].style.width = _L + 2 + "px";
//                _UDOD[2].style.left = _L + "px";
//                U.UF.MPlayer.UMPL.innerText = (parseInt(P / 1000 / 60)).prefixInteger() + ":" + (parseInt(P / 1000 % 60)).prefixInteger();
//            }
//            else { _UMPF.pauseOstart(); U.UF.MPlayer.IsP = false; } //暂停缓冲
//        }
//        else {
//            if ((LD * 2.25 - 5) > _L && U.UF.MPlayer.IsP == false) {
//                _UMPF.pauseOstart(); //播放
//                U.UF.MPlayer.IsP = true;
//            }
//        }
//    }
//}
////---------------------------------------------播放器声音调整
////调节音量大小
//U.UF.MPlayer.setVol = function (Vol) {
//    U.UF.MPlayer.UM.setVol(Vol);
//}
////调节声音大小的
//U.UF.MPlayer.volumeMove = function (SO) {
//    var _UFMD = U.selectEl("div", SO.parentNode.parentNode);
//    document.onmousemove = function () {
//        SO.setCapture(); //聚焦
//        U.UF.MPlayer.OVM(SO, _UFMD[_UFMD.length - 2], _UFMD[_UFMD.length - 4]); //调节
//    }
//    document.onmouseup = function () {
//        SO.releaseCapture(); //释放焦点
//        document.onmouseup = document.onmousemove = null;
//    }
//}
////点击调节音乐大小
//U.UF.MPlayer.OVM = function (SO, TSO, MSO) {
//    var _L = event.clientX - SO.parentNode.getBoundingClientRect().left;
//    if (_L >= 0 && _L <= 48) {
//        SO.style.left = _L + "px";
//        TSO.style.width = (_L + 2) + "px";
//        _L = Math.round(_L * (100 / 48) * 2); //声音的大小
//        SO.title = _L; //声音大小显示
//        if (_L == 0) { U.UF.MPlayer.mute(MSO); } //静音
//        else { MSO.className = "U_MPMCDH U_MPMCDHH U_MP_IMG"; U.UF.MPlayer.setVol(_L); } //调整声音
//    }
//}
////静音与非静音状态
//U.UF.MPlayer.mute = function (SO) {
//    var _UFMD = U.selectEl("div", SO.parentNode);
//    var _UFC = SO.className;
//    var _UFPD = _UFMD[_UFMD.length - 1];
//    _L = _UFPD.offsetLeft;
//    if (_UFC.indexOf("U_MPMCDHH") > -1) {//静音
//        _L = 0;
//        SO.className = "U_MPMCDH U_MPMCDHM U_MP_IMG"; //静音的图标
//    }
//    else {
//        SO.className = "U_MPMCDH U_MPMCDHH U_MP_IMG"; //声音图标
//        if (_L == 0) { _L = 27; _UFMD[_UFMD.length - 1].style.left = _L + "px"; _UFMD[_UFMD.length - 2].style.width = (_L + 2) + "px" }
//        _L = Math.round(_L * (100 / 48) * 2)
//    }
//    U.UF.MPlayer.setVol(_L); //调节声音
//}
////--------------------------------------------------功能处理
////点击我的音乐的时候
//U.UF.MPlayer.MOM = function (userid) {
//    if (!U.MD.U.L.isLogin()) {
//        if (userid != US.userInfo.UserId) { U.UF.C.divdoubleClick("UseStudioU_MP", '', US.userInfo.UserId, null); } //回到自己的音乐
//    }
//}
////切换播放音乐的模式
//U.UF.MPlayer.SMTF = function (SO) {
//    var _TF = []; //模式对应的值
//    if (U.UF.MPlayer.TF == "L") { U.UF.MPlayer.TF = "R"; _TF[0] = "U_MPMXZM U_MPMXZMR U_MP_IMG"; _TF[1] = "随机播放"; }
//    else if (U.UF.MPlayer.TF == "R") { U.UF.MPlayer.TF = "RE"; _TF[0] = "U_MPMXZM U_MPMXZMRE U_MP_IMG"; _TF[1] = "单曲循环"; }
//    else { U.UF.MPlayer.TF = "L"; _TF[0] = "U_MPMXZM U_MPMXZMM U_MP_IMG"; _TF[1] = "列表播放"; }
//    SO.className = _TF[0]; SO.title = _TF[1];
//    U.Alert("切换到" + _TF[1] + "模式");
//}
////添加他人的音乐到自己的默认文件夹
//U.UF.MPlayer.LMGM = function (userid, UDK) {
//    if (!U.MD.U.L.isLogin()) {
//        if (userid != US.userInfo.UserId) {
//            U.MD.DK.LE.DBC(US.MUSICEFOLDERID, US.userInfo.UserId);
//            U.MD.DK.RE.CE = [UDK];
//            U.MD.DK.RE.UFStick(); //添加文件
//            U.MD.DK.RE.CE = [];
//        }
//        else { U.Alert("音乐已在自己的文件夹下"); }
//    }
//}
////删除音乐
//U.UF.MPlayer.DMGM = function (userid, UDK, SO) {
//    if (userid == US.userInfo.UserId && US.userInfo.UserId) { //只允许删除自己的音乐
//        U.MD.DK.RE.DMB(UDK, [U.UF.MPlayer.AsynDMGM, [SO]]); //删除音乐
//    }
//    else { U.Alert("无法删除它人的文件夹"); }
//}
////异步删除音乐
//U.UF.MPlayer.AsynDMGM = function (SO) {
//    U.UF.MPlayer.PNMO(1); //直接下一首
//    SO.parentNode.removeChild(SO); //删除音乐文件
//}
////听音乐出错了
//U.UF.MPlayer.Error = function (Error) {
//    U.Alert("音乐文件损坏或者暂时无法播放");
//    U.UF.MPlayer.PNMO(1);
//}
////关闭音乐播放器
//U.UF.MPlayer.Close = function () {
//    if (U.UF.MPlayer.UM.getStatus() == true) { U.UF.MPlayer.pauseOstart(); }
//    U.MD.D.T.PopupWinClose($("#U_MPI")[0]); //关闭任务栏
//}
////隐藏音乐播放器
//U.UF.MPlayer.YC = function (SO) {
//    SO.style.visibility = "hidden";
//}
////打开上传音乐硬盘
//U.UF.MPlayer.OUPM = function (DID, userid) {
//    if (US.userInfo.UserId != null && userid == US.userInfo.UserId) {
//        var _UDOD = U.MD.DK.NologinDiskDown(userid, DID, userid); //打开自己的网盘上传
//        U.selectEl("div#UDK_HP_UpFile", _UDOD)[0].onclick(); //上传文件显示
//    }
//    else { U.Alert("请上传到您的文件夹"); }
//}
//    SetNodeStyle: function (N, UNV) {//设置样式变化
//        var _CN, j, PF, _UCH = N.childNodes;
//        if (_UCH.length > 0) {
//            for (var i = 0; i < _UCH.length; i++) {
//                _CN = N.childNodes[i];
//                if (_CN.innerHTML == undefined) {//假设innerhtml是undefined 说明这个标签是#text
//                    if (PF != _CN.parentNode) { this.writeStyle(_CN.parentNode, UNV); PF = _CN.parentNode; } //设置字体大小或者是样式
//                }
//                else { this.SetNodeStyle(_CN, UNV); } //递归设置字体大小或者是样式
//            }
//        }
//        else { this.writeStyle(N, UNV); }
//    },
//获取选择区的单元格
U.MD.O.E.XZTH = function () {
    var k, t = [0, 0], _UI, _UJ, _UDED = [], i = ITF % U.MD.O.E.SY["CE"]["TF"][1], j = Math.ceil(ITF / U.MD.O.E.SY["CE"]["TF"][1]), _HW = 0, _OE = U.UF.EL.getElementInfo(SO), _I = U.MD.O.E.SY["SEO"][1], _UDAD = U.selectEl("div", U.selectEl("#U_E_TableArea")[0]), _UTD = (U.MD.O.E.SY["UAE"]["H"] || U.selectEl("#U_E_TitleBar")[0]), _ULD = (U.MD.O.E.SY["UAE"]["L"] || U.selectEl("#U_E_LeftLine")[0]), _UDEL = U.UF.EL.getChildrenNoText($("div", _UTD)[0].childNodes), _UDTD = U.UF.EL.getChildrenNoText($("div", _ULD)[0].childNodes); ;
    for (k = i; k < _UDEL.length; k++) { _HW += _UDEL[k].offsetWidth; if (_OE["OW"] == _HW) { _UI = k; break; } }
    _HW = 0;
    for (k = j; k < _UDTD.length; k++) { _HW += _UDTD[j].offsetHeight; if (_OE["OH"] == _HW) { _UJ = k; break; } }
    ITF += (_UJ - j) * U.MD.O.E.SY["CE"]["TF"][1] + (_UI - i);
    if (U.MD.O.E.SY["SEO"][1] % U.MD.O.E.SY["CE"]["TF"][1] < ITF % U.MD.O.E.SY["CE"]["TF"][1]) { t = [U.MD.O.E.SY["SEO"][1], ITF]; } else { t = [(Math.floor(U.MD.O.E.SY["SEO"][1] / U.MD.O.E.SY["CE"]["TF"][1]) * U.MD.O.E.SY["CE"]["TF"][1]) + (ITF % U.MD.O.E.SY["CE"]["TF"][1]), (Math.floor(ITF / U.MD.O.E.SY["CE"]["TF"][1]) * U.MD.O.E.SY["CE"]["TF"][1]) + (U.MD.O.E.SY["SEO"][1] % U.MD.O.E.SY["CE"]["TF"][1])]; }
    for (k = t[0]; k <= t[1]; k++) {
        if (U.MD.O.E.SY["SEO"][1] % U.MD.O.E.SY["CE"]["TF"][1] <= k % U.MD.O.E.SY["CE"]["TF"][1] && ITF % U.MD.O.E.SY["CE"]["TF"][1] >= k % U.MD.O.E.SY["CE"]["TF"][1]) { _UDED.push(_UDAD[k]); }
        else if (U.MD.O.E.SY["SEO"][1] % U.MD.O.E.SY["CE"]["TF"][1] >= k % U.MD.O.E.SY["CE"]["TF"][1] && ITF % U.MD.O.E.SY["CE"]["TF"][1] <= k % U.MD.O.E.SY["CE"]["TF"][1]) { _UDED.push(_UDAD[k]); }
    }
}
//自创建元素---------------------------------------------------------------------------------------------------------------
//蛋疼的方法~~将生成的代码进行字符更换达到自创建元素的功能~~
//使用方法~在载入的时候执行ElementReplace()便可windown.onload=function(){ElementReplace();}
//终极目标:与asp.net中