﻿//欧赔
function EuropeOdds(ID) {
    var theURL = 'http://data.city008.com/OddsDetail.aspx?matchid=' + ID + '&type=1';
    window.open(theURL, '', '');
}
//亚赔
function AsianOdds(ID) {
    var theURL = 'http://data.city008.com/OddsDetail.aspx?matchid=' + ID + '&type=0';
    window.open(theURL, '', '');
}
//分析
function analysis(ID) {
    var theURL = 'http://data.city008.com/OddsDetail.aspx?matchid=' + ID;
    window.open(theURL, '', '');
}
//盘路
function Panlu() {
    var args = Panlu.arguments;
    var theURL = "http://data.city008.com/teamdetail.aspx?MasterID=" + args[0] + "&GuestID=" + args[1] + "&mteamname=" + args[2] + "&gteamname=" + args[3] + "";
    window.open(theURL, "", "width=835,height=700,top=10,left=100,resizable=yes,scrollbars=yes");
}

//大小
function dxq(ID, t1, t2) {
    var theURL = 'http://data.city008.com/OddsDetail.aspx?matchid=' + ID + '&type=2';
    window.open(theURL, '', '');
}
