﻿function clear_text() 
{
  document.all.ctl00$Left$Left1$Txt_Mail_List.value = "";
  document.all.ctl00$Left$Left1$Txt_Mail_List.focus();
}
