﻿var basket_op_host = "http://bdata.7m.cn";
var basket_dt_host = "http://data.7m.cn";

function Basket_Team_big(bh)
{
	window.open(basket_op_host + "/Basketball_Team_Data/" + bh + "/big/index.shtml");
}

function Basket_Team_gb(bh)
{
	window.open(basket_op_host + "/Basketball_Team_Data/" + bh + "/gb/index.shtml");
}

function Basket_Team_en(bh)
{
	window.open(basket_op_host + "/Basketball_Team_Data/" + bh + "/en/index.shtml");
}

function Stat_big(bh)
{
	window.open(basket_op_host + "/Stat_Data/" + bh + "/index_big.htm", "", "scrollbars=yes,width=800,height=600");
}

function Stat_gb(bh)
{
	window.open(basket_op_host + "/Stat_Data/" + bh + "/index_gb.htm", "", "scrollbars=yes,width=800,height=600");
}

function Country_big(id)
{
	window.open(basket_dt_host + "/Country_Data/" + id + "/big/index.shtml");
}

function Country_gb(id)
{
	window.open(basket_dt_host + "/Country_Data/" + id + "/gb/index.shtml");
}

function Country_en(id)
{
	window.open(basket_dt_host + "/Country_Data/" + id + "/en/index.shtml");
}

function Analyse_big(id)
{
	window.open(basket_op_host + "/Analyse/big/" + id + ".shtml");
}

function Analyse_gb(id)
{
	window.open(basket_op_host + "/Analyse/gb/" + id + ".shtml");
}

function Analyse_en(id)
{
	window.open(basket_op_host + "/Analyse/en/" + id + ".shtml");
}

function Player_big(id)
{
	window.open(basket_op_host + "/Basketball_Player_Data/" + id + "/big/index.shtml");
}

function Player_gb(id)
{
	window.open(basket_op_host + "/Basketball_Player_Data/" + id + "/gb/index.shtml");
}

function Player_en(id)
{
	window.open(basket_op_host + "/Basketball_Player_Data/" + id + "/en/index.shtml");
}

function bzlk_big(id)
{
	window.open(basket_op_host + "/Basketball_Match_Data/" + id + "/big/index.shtml");
}

function bzlk_gb(id)
{
	window.open(basket_op_host + "/Basketball_Match_Data/" + id + "/gb/index.shtml");
}

function bzlk_en(id)
{
	window.open(basket_op_host + "/Basketball_Match_Data/" + id + "/en/index.shtml");
}

function ShowPk_big(id)
{
	window.open(basket_op_host + "/Odds_Analyse/chart.htm?id=" + id + "&ecd=0");
}

function ShowPk_gb(id)
{
	window.open(basket_op_host + "/Odds_Analyse/chart.htm?id=" + id + "&ecd=1");
}

function ShowPk_en(id)
{
	window.open(basket_op_host + "/Odds_Analyse/chart.htm?id=" + id + "&ecd=2");
}