function fly(){
  var balonek;
  balonek = document.getElementById("bbb");
  balonek.style.background="url(../includes/images_menu_top/flying-over.gif) top left no-repeat";
}
