function FOnLoad()
{
  var allTD = document.getElementById('index_map');
  if (allTD)
  {
    allTD.innerHTML = InsertGuaranteedBanner(MM_FlashCanPlay, '/public/images/map.swf', '/public/images/lupa.jpg', '268', '280', '/project/');
  }
}