var menu=new Array(20);
menu[1]="";
menu[2]="<a href='http://score.190bp.com' target='_blank'>足球-赛果</a> | <a href='http://score.190bp.com' target='_blank'>篮球-赛果</a>";
menu[3]="<a href='http://score.190bp.com' target='_blank'>足球赛程</a> | <a href='http://score.190bp.com' target='_blank'>篮球赛程</a>";
menu[4]="<a href='http://score.190bp.com' target='_blank'>足球比分</a> | <a href='http://score.190bp.com/bk.htm' target='_blank'>篮球比分</a>";
menu[5]="<a href='http://sb2.190bp.com' target='_blank'>皇冠指数</a> | <a href='http://aro.190bp.com' target='_blank'>波音指数</a>";
menu[6]="";
menu[7]="";
menu[8]="";
var oldClassID=0;
function ShowMenu(i)
{
	document.getElementById("Menu2").innerHTML=document.getElementById("mu"+i).innerHTML;
	if(oldClassID!=0) document.getElementById("class" + oldClassID).className="";
	document.getElementById("class" + i).className="in";
	oldClassID=i;
}
function change(nn, imgobj)
{
if(document.images) eval('document.images.'+nn+'.src="'+imgobj+'"');
}
