
var live_soundopen=new Array();
live_soundopen[0]="";
live_soundopen[1]="";
live_soundopen[2]="";
live_soundopen[3]="";
var live_openwin="checked";
var live_yuyan="0";
var live15150=getCookie("live15150");
if (live15150!=null && live15150!=""){
live15150=live15150.split(",");
live_soundopen[live15150[1]]="selected=\"selected\"";
if(live15150[2]=="0"){live_openwin="";}
live_yuyan=live15150[3];
}

document.writeln("<div class=\"gnshzh\"><ul>");
document.writeln("            <li class=\"f_bot\" id='dht13'><a href=\"\/live1.html\">推荐模式<\/a><\/li>");
document.writeln("        	  <li class=\"f_bot\" id='dht11'><a href=\"\/live2.html\">传统模式<\/a><\/li>");
document.writeln("            <li class=\"f_bot\" id='dht12'><a href=\"\/live3.html\">创新模式<\/a><\/li>");
document.writeln("            <li class=\"f_bot\"><a href=\"javascript:dht(0);showHint(\'a\');\">赛事选择<\/a><\/li>");
document.writeln("            <li class=\"f_bot1\" id='dht21'><a href=\"javascript:dht(1);w_q(1);\">完 整<\/a><\/li>");
document.writeln("            <li class=\"f_bot1\" id='dht22'><a href=\"javascript:dht(2);w_q(2);\">正进行<\/a><\/li>");
document.writeln("            <li class=\"f_bot1\" id='dht23'><a href=\"javascript:dht(3);w_q(3);\">完 场<\/a><\/li>");
document.writeln("            <li class=\"f_bot1\" id='dht24'><a href=\"javascript:dht(4);w_q(4);\">走 地<\/a><\/li>");
document.writeln("            <li class=\"f_bot1\" id='dht25'><a href=\"javascript:dht(5);w_q(5);\">足 彩<\/a><\/li>");
//document.writeln("            <li class=\"f_bot1\"><a href=\"javascript:w_q(6);\">澳门<\/a><\/li>");
document.writeln("            <li style='margin-left:10px'>");
document.writeln("                    <select style=\"height:20px;float:left;margin-top:3px;font-size:12px;\" name=\"soundopen\" id=\"soundopen\" onchange='changesound();'>");
document.writeln("                    <option value=\'0\' "+live_soundopen[0]+">无声<\/option>");
document.writeln("					<option value=\'1\' "+live_soundopen[1]+">欢呼<\/option>");
document.writeln("					<option value=\'2\' "+live_soundopen[2]+">声二<\/option>");
document.writeln("					<option value=\'3\' "+live_soundopen[3]+">声三<\/option>");
document.writeln("                    <\/select><span id='goalsound'></span>");
document.writeln("					");
document.writeln("            <\/li>");
document.writeln("      <li style='margin-left:4px'><input type=\"checkbox\" name=\"openwin\" id=\"openwin\" "+live_openwin+" onclick='Setshzhcookie();'><label for=13>入球提示<\/label><\/li>");
document.writeln("      <li style='margin-left:4px'><img src=\"\/Public\/images\/ac.png\" alt=\"粵語\" border=\"0\" onclick='yuyan(0)' \/><\/li>");
document.writeln("      <li style='margin-left:4px'><img src=\"\/Public\/images\/fs.png\" alt=\"国语\" border=\"0\" onclick='yuyan(1)' \/><\/li>");
document.writeln("      <li style='margin-left:4px'><img src=\"\/Public\/images\/en.png\" alt=\"English\" border=\"0\" onclick='yuyan(2)' \/><input type='hidden' id='yuyan' name='yuyan' value='"+live_yuyan+"' /><\/li>");
document.writeln("  <\/ul>  ");
document.writeln("    <div class=\"ggsc\">隐藏&nbsp;<span class=\"red_font\" id=\"ycbs\">0<\/span>&nbsp;场&nbsp;[<font color=red onclick=\'javascript:w_q(1);\' style=\'cursor:pointer;\'>显示<\/font>]<\/div>");
document.writeln("    <\/div>");

function changesound(){
var sound=document.getElementById("soundopen").value;
document.getElementById("goalsound").innerHTML="<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' width='1' height='1'><param name='movie' value='/Public/s/"+sound+".swf'><param name='quality' value='high'><param name='wmode' value='transparent'></object>";
Setshzhcookie();
}

function Setshzhcookie(){

var yemian=document.getElementById("yemian").value;
var sound=document.getElementById("soundopen").value;
var openwin="1";
if (document.getElementById("openwin").checked==false){openwin="0";}
var yuyan=document.getElementById("yuyan").value;
var str_cookie=yemian+","+sound+","+openwin+","+yuyan+",0,0,0,0,0,0,0";
SetAsaiCookieT("live15150",str_cookie,"d365");

		}

function yuyan(yuyan){
document.getElementById("yuyan").value=yuyan;
Setshzhcookie();
rload();
		}

function w_q(l_b){
    document.getElementById("hild").value="";
	document.getElementById("l_b_lx").value="";
	Setshzhcookie();
    if(l_b==1){document.getElementById("l_b").value="1";rload();}
	if(l_b==2){document.getElementById("l_b").value="2";rload();}
	if(l_b==3){document.getElementById("l_b").value="3";rload();}
	if(l_b==4){document.getElementById("l_b").value="4";rload();}
	if(l_b==5){document.getElementById("l_b").value="5";rload();}
	if(l_b==6){document.getElementById("l_b").value="6";rload();}
		}
function dht(xd){
document.getElementById("dht21").className="f_bot1";
document.getElementById("dht22").className="f_bot1";
document.getElementById("dht23").className="f_bot1";
document.getElementById("dht24").className="f_bot1";
document.getElementById("dht25").className="f_bot1";
      if(xd!='0'){
       document.getElementById("dht2"+xd).className="f_bot1_1";
         }
  }