﻿function ifLive(Dt,Th,Tm){
	if (Dt==new Date().getDate()){
		var GameTime=new Date()
		GameTime.setHours(Th,Tm,0)
		var NowTime=new Date()
		if(NowTime>=GameTime){
			document.write("<img src='/skins/vlive.gif' alt='正在直播' title='正在直播' width='28' height='28' />")
		}
	}
}

var indextd=0
function check_Tab(tdself,id){
	if(id==indextd)
	{
		
	}
	else{
		tdself.className="td_over"
		tdself.Select=true
		var lasttd=document.getElementById(("menu_td"+indextd))
		if(lasttd!=null || indextd==0){
			if(lasttd!=null){
				lasttd.className="td_out";
				lasttd.Select=false;
			}
			document.getElementById("mainList"+indextd).style.display="none";
		}
		document.getElementById("mainList"+id).style.display="block";
		indextd=id
	}
}// JavaScript Document






















