var OldBgObj=null;
function KillTrColor()
{
	if(OldBgObj!=null)
	{
   		OldBgObj.style.backgroundColor="";
   		OldBgObj.style.color='#FFFFFF';
	}
}
function ReTrColor(TrObj)
{
    KillTrColor();   
	TrObj.style.backgroundColor='#800000';
	TrObj.style.color='#FFFF00'
	OldBgObj=TrObj;    
}

function theto(toNum)
{
  switch(toNum)
  {
    case 0:top.document.location.href="http://www.pengxi.gov.cn";break;
    case 1:top.document.location.href="index.asp?bid=1";break;
    case 2:top.document.location.href="index.asp?bid=2";break;
    case 3:top.document.location.href="index.asp?bid=3";break;
    case 4:top.document.location.href="index.asp?bid=4";break;
    case 5:top.document.location.href="index.asp?bid=5";break;
    case 6:top.document.location.href="index.asp?bid=6";break;
    case 7:top.document.location.href="index.asp?bid=7";break;
    case 8:top.document.location.href="index.asp?bid=8";break;
    case 9:top.document.location.href="index.asp?bid=9";break;
    case 10:top.document.location.href="index.asp?bid=10";break;

    case 11:top.document.location.href="userlogin.asp?bid="+nowBid;break;
    case 12:top.document.location.href="reg.asp?bid="+nowBid;break;
    case 13:top.document.location.href="http://box.1233k.com";break;            
    default:top.document.location.href="/";
  } 
}


