﻿function welc_lbe(){
String.prototype.Trim = function()
{
  return this.replace(/^\s+/g,"").replace(/\s+$/g,"");
}
var cookie = document.cookie;
var key="UserInfo";
if(cookie==null)return;
var cookieArray = cookie.split(';');
var getvalue="",rightnav="";
var utype=false;
rightnav="<a href=\"http://www.ccmall.cn\">中瓷商城首页</a> | <a href=\"http://www.ccmall.cn/oldindex.htm\">旧版</a> | <a href=\"http://www.ccmall.cn/customers/UserDefault.aspx\">会员中心</a> | <a href=\"http://www.ccmall.cn/Site/ShoppingCart.aspx\">购物车</a> | <a href=\"http://www.ccmall.cn/Customers/Favorites.aspx\">收藏夹</a> | <a href=\"javascript:void(0)\">搜索</a>";
for(var i = 0;i<cookieArray.length;i++)
{
    if(cookieArray[i].Trim().substring(0,key.length) == key)
    {
        getvalue = cookieArray[i].Trim().substring(key.length + 1);
        var aaa=getvalue.split("&");
        getvalue=aaa[2].substring(9);        
        if(getvalue=="ccmall"){utype=true;}
        getvalue=aaa[1].substring(6);
        if(utype)
        {getvalue="<a href=\"http://www.ccmall.cn/customers/UserDefault.aspx\" target=\"_blank\">"+getvalue+"</a>";}
        else
        {
            getvalue="<a href=\"http://www.ccmall.cn/mallassistant/\" target=\"_blank\">"+getvalue+"</a>";
            rightnav="<a href=\"http://www.ccmall.cn\">中瓷商城首页</a> | <a href=\"http://www.ccmall.cn/oldindex.htm\">旧版</a> | <a href=\"http://www.ccmall.cn/mallassistant/\">商铺管理</a> | <a href=\"javascript:void(0)\">搜索</a>";
        }
        break;
    }
}
if(rightnav!="")jq(".gt_right").html(rightnav);
if(getvalue!="")
{jq("#wel_lbe").html("您好，欢迎来中瓷商城 "+getvalue+" [<a href=\"http://ccmall.cn/Site/Logout.aspx\">退出</a>]");}
else
{jq("#wel_lbe").html("您好，欢迎来中瓷商城 [<a href=\"http://ccmall.cn/Site/Login.aspx\">请登录</a>] [<a href=\"http://www.pasp.cn/Sbuild/Rexplain.aspx\">免费注册</a>]");}
}

function showflash()
{
	var ss="<div id=\"closebut\" style=\"position:absolute; right:0px; top:0px;z-index=999;color:#fff\" onclick=\"hideflash();\">关闭</div><object id=\"FlashID\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\"970\" height=\"573\"><param name=\"movie\" value=\"/UpLoad/2011/03/26/355cd3ae-4445-4812-806b-e67236a765eb.swf\" /><param name=\"quality\" value=\"high\" /><param name=\"wmode\" value=\"opaque\" /><param name=\"swfversion\" value=\"6.0.65.0\" /><param name=\"expressinstall\" value=\"/UpLoad/2011/03/26/355cd3ae-4445-4812-806b-e67236a765eb.swf\" /></object>";
	jq(".topno").hide();
	if(jq("#flasha").size()==0)
	{
		jq(".topno").after("<div class=\"con\" id=\"flasha\" style=\"display:none;\">"+ss+"</div>");
		}
	else
	{
		jq("#flasha").html(ss);
		}
	jq("#flasha").slideDown("slow");
}
function hideflash()
{
	jq("#flasha").slideUp("slow");
	jq(".topno").show();
}
