﻿document.writeln("<style type='text/css'>"
+"#content2_nrbxcb_3bd2ga{width: 350px;border: 1px solid #CCCCCC;display:none; margin-right: auto;margin-left: auto;z-index: 1000;position:absolute;}"
+"#content2_nrbxcb_3bd2aga{width: 350px;height: 30px;background-image: url(http://ihome.shangdu.com/Intro/dialogimages/wlxc012.jpg);background-repeat: no-repeat;}"
+".content2_nrbxcb_3bd2b1gaga{width: 311px;margin-right: auto; margin-left: auto;margin-top: 5px;height: 65px; font-size: 14px;line-height: 20px;color: #333333;padding: 5px;}"
+"#content2_nrbxcb_3bd2alga{width: 220px;height: 30px;font-size: 14px;line-height: 30px;font-weight: bold;color: #FFFFFF;text-decoration: none;float: left;text-indent: 10px;}"
+"#content2_nrbxcb_3bd2arga{ width: 25px;height: 30px;float: right;}"
+"#content2_nrbxcb_3bd2bga{ width: 350px;background-color: #F8F8F8;padding-top: 10px;padding-bottom: 5px;text-align: center;}"
+".content2_nrbxcb_3bd2b1ga{width: 311px;margin-right: auto;margin-left: auto;margin-top: 5px;height: 73px;font-size: 14px;line-height: 22px;}"
+ ".zbd2b1huicugal{height: 40px;float: left;text-align: left;padding-left: 20px; }"
+ ".zbd2b1huicugalda{font-size: 14px;color: #0066CC;text-decoration: none;}"
+".zbd2b1huicuga{font-size: 14px;line-height: 20px;color: #636363;text-decoration: none;font-family: Arial, Helvetica, sans-serif, '宋体';height: 20px;}"
+ "#content2_nrbxcb_3bd2arga img{width: 15px;height: 15px;margin-top: 6px;border: 0px;cursor: pointer;}"
+ "</style>");
document.writeln("<div id='hideDiv' style='z-index: 100; position: absolute; background-color: #747474; left: 0px; top: 0px; opacity: 0.3; display: none; filter: alpha(opacity=30);'></div>"
+ "<div id='content2_nrbxcb_3bd2ga'>"
+ "<div id='content2_nrbxcb_3bd2aga'>"
+ "<div id='content2_nrbxcb_3bd2alga'>友情提示</div>"
+ "<div id='content2_nrbxcb_3bd2arga'>"
+ "<img src='http://ihome.shangdu.com/Intro/dialogimages/wlxc013.jpg' alt='点击关闭' onclick='closeDiv()' /></div>"
+ "</div>"
+ "<div id='content2_nrbxcb_3bd2bga'>"
+ "<div class='content2_nrbxcb_3bd2b1gaga' id='errorPic'><img src='http://ihome.shangdu.com/Intro/dialogimages/div001.jpg' width='311' height='65'></div>"
+ "<div class='content2_nrbxcb_3bd2b1ga' id='_alertContent'>"
+ "<div class='zbd2b1huicugal' id='_content'>"
+ "1、<a href='http://tvims.shangdu.com/getpwd.aspx' target='_blank' class='zbd2b1huicuga'><font class='zbd2b1huicugalda'>找回密码</font></a>        　　<a href='http://tvims.shangdu.com/GetUID.aspx' target='_blank' class='zbd2b1huicuga'><font class='zbd2b1huicugalda'>找回账号</font></a><br /><span>2、拨打<font class='zbd2b1huicugalda'>96114</font>联系客服找回账号或密码。</span><br /><span>3、通过<a href='http://ihome.shangdu.com/Intro/Guest.aspx' target='_blank' class='zbd2b1huicuga'><font class='zbd2b1huicugalda'>客户留言</font></a>找回账号或密码。</span>"
+ "</div>"
+ "</div>"
+ "</div>"
+ "</div>");
//设置遮罩层的显示，兼容IE，Firefox;
function showDiv()
{
    var re = document.getElementById("hideDiv").style;
    if (document.documentElement && document.documentElement.clientHeight) {
        var doc = document.documentElement;
        re.width = (doc.clientWidth > doc.scrollWidth) ? (doc.clientWidth - 1) + "px" : doc.scrollWidth + "px";
        re.height = (doc.clientHeight > doc.scrollHeight) ? doc.clientHeight + "px" : doc.scrollHeight + "px";
    }
    else {
        var doc = document.body;
        re.width = (window.innerWidth > doc.scrollWidth) ? window.innerWidth + "px" : doc.scrollWidth + "px";
        re.height = (window.innerHeight > doc.scrollHeight) ? window.innerHeight + "px" : doc.scrollHeight + "px";
    }
}
//设置对话框居中。
function setCenter()
{
    var divId = document.getElementById("content2_nrbxcb_3bd2ga");
    divId.style.left = (document.documentElement.clientWidth - divId.clientWidth) / 2 + document.documentElement.scrollLeft + "px";
    divId.style.top = (document.documentElement.clientHeight - divId.clientHeight) / 2 + document.documentElement.scrollTop-50 + "px";
}
//关闭对话框。
function closeDiv() {
    document.getElementById("hideDiv").style.display = "none";
    document.getElementById("content2_nrbxcb_3bd2ga").style.display = "none";
    return false;
}

//打开对话框
function OpenDialog()
{
    showDiv();
    document.getElementById("hideDiv").style.display = "block"
    document.getElementById("content2_nrbxcb_3bd2ga").style.display = "block";
    var currUrl = location.href.substring(location.href.lastIndexOf("/") + 1).toLowerCase();

    if (currUrl == "default.aspx" || currUrl == "costpage.aspx" || currUrl == "ihomeinfo.aspx")
    {
        if (document.getElementById("ddlType").value == "4")
        {
            document.getElementById("errorPic").style.display = "none";
            document.getElementById("_content").style.display = "none";
            document.getElementById("_alertContent").innerHTML = "<br/><p>友情提示您的账号或密码不正确</p><p>请<a href='http://Tvims.shangdu.com/getpwd.aspx' style='font-weight: bold;color: #FF9E06;'>点击这里</a>找回密码。</p>";
            document.getElementById("_alertContent").style.border = "1px dashed #666666";
        }
    }
    else
    {
        if (document.getElementById("ctl00_ddlType").value == "4")
        {
            document.getElementById("errorPic").style.display = "none";
            document.getElementById("_content").style.display = "none";
            document.getElementById("_alertContent").innerHTML = "<br/><p>友情提示您的账号或密码不正确</p><p>请<a href='http://ihome.shangdu.com/mailreg/getpwd.aspx'style='font-weight: bold;color: #FF9E06;'>点击这里</a>找回密码。</p>";
            document.getElementById("_alertContent").style.border = "1px dashed #666666";
        }
    }
    setCenter();
    return false;
}
