﻿// JScript 文件

function SetMAct(tid)
{
    
    var tStr="";
     try
     {
       var objX=new ActiveXObject("VideoGameTools.InvokerX577");
       
       if(objX.GetVer()==1)
       {
          tStr=objX.GetMacAddress();
       }
       else
       {
       //alert("请下载大厅新版本!");
	 // location.href("http://www.55uc.com");
       }
     }
     catch(e)
     {
        //alert("您还没有下载，请下载大厅!");
	  //location.href("http://www.x570.com/download.html");
     }
     
     document.getElementById(tid).value=tStr;

}
