/* 这是首页的第一道滑动门*/	
	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";
			}
		}
	}

/* 这是首页的第一道滑动门*/	


/* 这是首页的第二道滑动门*/	
	function tab_top(num){
		for(var id = 0;id<=9;id++)
		{
			if(id==num)
			{
				document.getElementById("top_con"+id).style.display="block";
				document.getElementById("top"+id).className="ui-tscure";
			}
			else
			{
				document.getElementById("top_con"+id).style.display="none";
				document.getElementById("top"+id).className="ui-tabs-hide";
			}
		}
	}
/* 这是首页的第二道滑动门*/	

/* 这是首页的第三道滑动门*/	
	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";
			}
		}
	}
/* 这是首页的第三道滑动门*/	

/* 这是首页的第四道滑动门*/	
	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";
			}
		}
	}
/* 这是首页的第四道滑动门*/	


/* 这是首页的第五道滑动门*/	
	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";
			}
		}
	}
/* 这是首页的第五道滑动门*/	

/* 这是首页的第六道滑动门*/	
	function tab_pspgame(num){
		for(var id = 0;id<=9;id++)
		{
			if(id==num)
			{
				document.getElementById("pspgame_con"+id).style.display="block";
				document.getElementById("pspgame"+id).className="ui-tscure";
			}
			else
			{
				document.getElementById("pspgame_con"+id).style.display="none";
				document.getElementById("pspgame"+id).className="ui-tabs-hide";
			}
		}
	}
/* 这是首页的第六道滑动门*/	

/* 这是首页的第七道滑动门*/	
	function tab_gametop(num){
		for(var id = 0;id<=9;id++)
		{
			if(id==num)
			{
				document.getElementById("gametop_con"+id).style.display="block";
				document.getElementById("gametop"+id).className="ui-tscure";
			}
			else
			{
				document.getElementById("gametop_con"+id).style.display="none";
				document.getElementById("gametop"+id).className="ui-tabs-hide";
			}
		}
	}
/* 这是首页的第七道滑动门*/	
