/* 这是首页的第1道滑动门*/	
	function tab_news(num){
		for(var id = 0;id<=9;id++)
		{
			if(id==num)
			{
				document.getElementById("news_con"+id).style.display="block";
				document.getElementById("news"+id).className="ui-tscure";
			}
			else
			{
				document.getElementById("news_con"+id).style.display="none";
				document.getElementById("news"+id).className="ui-tabs-hide";
			}
		}
	}

/* 这是首页的第1道滑动门*/	

/* 这是首页的第2道滑动门*/	
	function tab_bbs(num){
		for(var id = 0;id<=9;id++)
		{
			if(id==num)
			{
				document.getElementById("bbs_con"+id).style.display="block";
				document.getElementById("bbs"+id).className="ui-tscure";
			}
			else
			{
				document.getElementById("bbs_con"+id).style.display="none";
				document.getElementById("bbs"+id).className="ui-tabs-hide";
			}
		}
	}
/* 这是首页的第2道滑动门*/	

/* 这是首页的第3道滑动门*/	
	function tab_pspnews(num){
		for(var id = 0;id<=9;id++)
		{
			if(id==num)
			{
				document.getElementById("pspnews_con"+id).style.display="block";
				document.getElementById("pspnews"+id).className="ui-tscure";
			}
			else
			{
				document.getElementById("pspnews_con"+id).style.display="none";
				document.getElementById("pspnews"+id).className="ui-tabs-hide";
			}
		}
	}
/* 这是首页的第3道滑动门*/	


/* 这是首页的第4道滑动门*/	
	function tab_psptop(num){
		for(var id = 0;id<=9;id++)
		{
			if(id==num)
			{
				document.getElementById("psptop_con"+id).style.display="block";
				document.getElementById("psptop"+id).className="ui-tscure";
			}
			else
			{
				document.getElementById("psptop_con"+id).style.display="none";
				document.getElementById("psptop"+id).className="ui-tabs-hide";
			}
		}
	}
/* 这是首页的第4道滑动门*/	


