﻿// CopyRigt 21tea.cn | chiefLour.com
// By Pengyi 2008/08/01 13681442128@163.net
$(function(){
$('a').focus(function(){this.blur()});
$("dl.tbox dt span.label a[_for]").mouseover(function(){
$(this).parents("span.label").children("a[_for]").removeClass("thisclass").parents("dl.tbox").children("dd").hide();
$(this).addClass("thisclass").blur();
$("#"+$(this).attr("_for")).show();
});
$("a[_for=uc_member]").mouseover();
//jScroll
$(".show").jscroll({
W:"15px"
,BgUrl:"url(/lib/s_bg6.gif)"
,Bg:"right 0 repeat-y"
,Bar:{Pos:"",Bd:{Out:"#fff",Hover:"#fff"},Bg:{Out:"-45px 0 repeat-y",Hover:"-58px 0 repeat-y",Focus:"-71px 0 repeat-y"}}
,Btn:{btn:true,uBg:{Out:"0 0",Hover:"-15px 0",Focus:"-30px 0"},dBg:{Out:"0 -15px",Hover:"-15px -15px",Focus:"-30px -15px"}}
,Fn:function(){}
});
});
// Tabs
function SwitchTabSimple(id,allid){
for(i=1;i<allid+1;i++){
	if(i==id){
		document.getElementById("xx"+i).className="shw";
		document.getElementById("dot"+i).className="cur";
	}else{
		document.getElementById("xx"+i).className="hid";
		document.getElementById("dot"+i).className="";
	}
}
}
function swfShow(swf,w,h){
var swfurl = swf;
var swfwidth = w;
var swfheight = h;
document.write('<embed src="'+swfurl+'" width="'+swfwidth+'" height="'+swfheight+'" quality="high" menu="false" wmode="transparent" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed>');
}
function CheckLogin(){
var taget_obj = document.getElementById('_userlogin');
myajax = new DedeAjax(taget_obj,false,false,'','','');
myajax.SendGet2("{dede:global.cfg_cmspath/}/member/ajax_loginsta.php");
DedeXHTTP = null;
}
