﻿// JScript 文件
function ErrImgReplace(obj,pic)
{
    obj.src=pic;
}

function ErrImgNone(obj)
{
    obj.style.display="none";
}