﻿function r_imgcheck(id){
document.getElementById(id).outerHTML='<img style="cursor:hand" id='+id+' onclick="r_imgcheck(this.id);" src=imgcheck.aspx>';
}