function CreateFlash(DivID,content)
{
  var d = document.getElementById(DivID);
  d.innerHTML = content;
}
