﻿<!--
try {   /*
        if(SecurityInfo.MacAddress!=undefined)
        {
            document.getElementById('IsMac').checked=true;
            document.all.macframe.src = 'mac.htm';
        }
        else
        {
            document.getElementById('RadioMac').checked=true;
        }*/
        if(typeof(LiveReceptionCode_isonline)!='undefined'  && LR_GetObj('LR_User_Icon0')!=null)
        {
	        if(LiveReceptionCode_isonline)
		        LR_GetObj('LR_User_Icon0').innerHTML='<a '+LiveReceptionCode_BuildChatWin('t','客服人员在线,欢迎点击咨询')+'><img src="http://dlt.zoosnet.net/lr/images/online_cn6.gif" border="0"></a>';
	        else
		        LR_GetObj('LR_User_Icon0').innerHTML='<a '+LiveReceptionCode_BuildChatWin('t','客服人员不在线,请点击留言')+'><img src="http://dlt.zoosnet.net/lr/images/offline_cn6.gif" border="0"></a>';
        }
    }
catch(er) {}

function T(n) {
    var fo1 = document.getElementById("infoTxt");
    if (fo1) fo1.style.fontSize=n+"px";
}