//<![CDATA[
// code by sam 2007-02-14
function do_it(){
	if (dropAds1)
	{	
	    document.getElementById('jiejutalk_chk_show').style.display="";
		var anim = function(){
			n += 5;
			if(n >= 45){
				document.getElementById('jiejutalk_chk_show').style.marginTop = "0px";
				window.clearInterval(t1);
				if (dropAds2)
				{do_it2();}
			}else{
				document.getElementById('jiejutalk_chk_show').style.marginTop = "-"+(50 - n)+"px";
			}
		},n=0;
		var t1 = window.setInterval(anim,80);
	}else if(dropAds2){
		do_it2();
	}
}

function do_it2(){
	document.getElementById('jiejutoolbar_chk_show').style.display="block";
	var anim = function(){
	n += 5;
	if(n >= 45){
		document.getElementById('jiejutoolbar_chk_show').style.marginTop = "0px";
		window.clearInterval(t1);
	}else{
		document.getElementById('jiejutoolbar_chk_show').style.marginTop = "-"+(50 - n)+"px";
	}
	},n=0;
	var t1 = window.setInterval(anim,80);
}
function close_chk_show(){
	var anim = function(){
		n += 5;
		if(n >= 50){
			document.getElementById('jiejutalk_chk_show').style.marginTop = "-50px";
			//document.getElementById('jiejutalk_chk_show').style.display = "none";
			window.clearInterval(t1);
			//moveBox = new MoveBox(document.getElementById("menu_list"));
		}else{
			document.getElementById('jiejutalk_chk_show').style.marginTop = "-"+ n +"px";
		}
	},n=0;
	var t1 = window.setInterval(anim,80);
	document.all("top_keyWords").focus();//移除焦点边框问题
}

function close_jiejutoolbar_show(){
	var anim = function(){
		n += 5;
		//alert(n);
		if(n >= 50){
			document.getElementById('jiejutoolbar_chk_show').style.marginTop = "-50px";
			//document.getElementById('jiejutalk_chk_show').style.display = "none";
			window.clearInterval(t1);
		//	moveBox = new MoveBox(document.getElementById("menu_list"));
		}else{
			document.getElementById('jiejutoolbar_chk_show').style.marginTop = "-"+ n +"px";
		}
	},n=0;
	var t1 = window.setInterval(anim,80);
	document.all("top_keyWords").focus();//移除焦点边框问题
}
//]]>
