Sub ReadError()
If Err.Number = 17 then
 document.getElementById("ClientInfo").style.visibility = visible
 Err.Clear
End If
End Sub
