function CreateControl(DivID, BANNER)
{
  var d = document.getElementById(DivID);
  d.innerHTML = BANNER;
}
