function createFlashControl(divId, html)
{
  var d = document.getElementById(divId);
  d.innerHTML = html;
}