function startRequest_galoc(param,nr_id,nazwa_url_ocengal){
  var nazwa_url_ocengal;
  var  obr_ocena="var newImage = 'url(htd/admin/galeria2/gwiazdka_01.gif)';document.getElementById('ocena_dataDiv_obr_"+nr_id+"').style.backgroundImage=newImage;document.getElementById('ocena_dataDiv_obr_"+nr_id+"').style.backgroundRepeat='no-repeat';document.getElementById('ocena_dataDiv_obr_"+nr_id+"').style.visibility='hidden';document.getElementById('dataDiv_obr_"+nr_id+"').style.visibility='visible';";
  var licznik=0;
  var param;
  var nr_id;
  while(licznik<=5){
      licznik++;
      var ff='obr_'+licznik+nr_id;
      if(param==ff){
          eval(obr_ocena);
          var   url='http://'+nazwa_url_ocengal+'?vote'+licznik+'='+ param;
          startGETRequest_galoc(url, onComplete_galoc, nr_id);
          return;
      }
   }
}



function startRequest_galoc_last(param,nr_id,nazwa_url_ocengal_last){
  var nazwa_url_ocengal;
  var  obr_ocena="var newImage = 'url(htd/admin/galeria2/gwiazdka_01.gif)';document.getElementById('ocena_dataDiv_obr_"+nr_id+"').style.backgroundImage=newImage;document.getElementById('ocena_dataDiv_obr_"+nr_id+"').style.backgroundRepeat='no-repeat';document.getElementById('ocena_dataDiv_obr_"+nr_id+"').style.visibility='hidden';document.getElementById('dataDiv_obr_"+nr_id+"').style.visibility='visible';";
  var licznik=0;
  var param;
  var nr_id;
  while(licznik<=5){
      licznik++;
      var ff='obr_'+licznik+nr_id;
      if(param==ff){
          eval(obr_ocena);
          var   url='http://'+nazwa_url_ocengal_last+'?vote'+licznik+'='+ param;
          startGETRequest_galoc_last(url, onComplete_galoc, nr_id);
           return;
      }
   }
}
function onComplete_galoc(text, xml, nr_id){
    var nr_id;
    var dataDivx='dataDivgaloc'+nr_id;
    var dataDivxx = document.getElementById(dataDivx);
    dataDivxx.innerHTML = '<div class="fotoocenatop_ajax">'+text+'</div>';
}

function onComplete_galoc_last(text, xml, nr_id){
    var nr_id;
    var dataDivx='dataDivgaloc_last'+nr_id;
    var dataDivxx = document.getElementById(dataDivx);
    dataDivxx.innerHTML = '<div class="fotoocenalast_ajax">'+text+'</div>';
}


function onEnd()
{
}

