function OpenContact(ContactId)
{
  URL = 'http://'+location.host+'/?sys=msg-send&msg_send0ContactId=' + ContactId;
  OpenWindow(URL,600,330,100,100);
}
