﻿
function checkExplorerAndTip()
{
	if (!window.ActiveXObject)
	{
		alert('尊敬的用户您好，由于您当前使用浏览器不支持网银和投注操作，为了更好地体验购彩服务，请使用以IE为核心的浏览器(例如:IE浏览器、360浏览器、傲游浏览器、TT浏览器，TheWorld、Avant Browser 、GreenBrowser.)'); 
        window.open('','_self','');
        window.close();
	}
	
//	var ieVersion = eval("''+/*@cc_on"+" @_jscript_version@*/-0")*1 ;

//        ie9 = ieVersion == 9 || ieVersion == 5.9;

//        ie8 = ieVersion == 5.8 ;

//        ie7 = ieVersion == 5.7 ;

//        ie6 = ieVersion == 5.6 ;

//        ie5 = ieVersion == 5.5;
//    
//    if(ie9)
//    {
//        alert('尊敬的用户您好，由于您当前使用浏览器不支持网银和投注操作，为了更好地体验购彩服务，请不要使用IE9'); 
//        window.open('','_self','');
//        window.close();
//    }
}

var lastID = null;
function WinProfit(obj) {
    if (lastID == null) {
        lastID = document.getElementById("spanWin1");
    }

    if (lastID != null) {
        lastID.style.fontWeight = "normal";
        document.getElementById(lastID.id.replace("span", "tb")).style.display = "none";
        lastID.parentNode.style.background = "";
    }

    obj.style.fontWeight = "bold";
    document.getElementById(obj.id.replace("span", "tb")).style.display = "";
    obj.parentNode.style.background = "#BCD2E9";
    
    lastID = obj;
}

function ProfitWin(obj) {
    if (lastID == null) {
        lastID = document.getElementById("tdWin");
    }

    if (lastID != null) {
        lastID.style.fontWeight = "normal";
        document.getElementById(lastID.id.replace("td", "tb")).style.display = "none";
        lastID.bgColor = "#E7F1FA";
    }

    obj.style.fontWeight = "bold";
    document.getElementById(obj.id.replace("td", "tb")).style.display = "";
    obj.bgColor = "#BCD2E9";

    lastID = obj;
}
