function ShowValidImage(obj,path) {
        var numkey = Math.random();
        obj.src = path+"/ValidCode.aspx?NumKey="+numkey;
}