
 function dobre(id)
      {

      $.ajax({
      type: "POST",
      url: "http://www.polaktezpotrafi.pl/glos.php",
      data: "dobre="+id,


	success: function(mesq){

		document.getElementById('oceniamy-'+id).innerHTML = '' + mesq;

	} 
	

	
      });
   }
   
   
    function slabe(id)
      {

      $.ajax({
      type: "POST",
      url: "http://www.polaktezpotrafi.pl/glos.php",
      data: "zal="+id,


	success: function(mesq){
		document.getElementById('oceniamy-'+id).innerHTML = '' + mesq;

	}
      });
   }






 function raport(id)
      {

      $.ajax({
      type: "POST",
      url: "http://www.polaktezpotrafi.pl/raport.php",
      data: "raport="+id,


	success: function(mesq){

		document.getElementById('raportf-'+id).innerHTML = '' + mesq;

	} 
	

	
      });
   }





function raporttak(id)
      {

      $.ajax({
      type: "POST",
      url: "http://www.polaktezpotrafi.pl/raport.php",
      data: "raporttak="+id,


	success: function(mesq){

		document.getElementById('raportf-'+id).innerHTML = '' + mesq;

	} 
	

	
      });
   }
   
   
   
   function raportnie(id)
      {

      $.ajax({
      type: "POST",
      url: "http://www.polaktezpotrafi.pl/raport.php",
      data: "raportnie="+id,


	success: function(mesq){

		document.getElementById('raportf-'+id).innerHTML = '' + mesq;

	} 
	

	
      });
   }
   
   
   
   
   
   
   
   
   
   
   
   
 function raportk(id)
      {

      $.ajax({
      type: "POST",
      url: "http://www.polaktezpotrafi.pl/raport.php",
      data: "raportk="+id,


	success: function(mesq){

		document.getElementById('raportk-'+id).innerHTML = '' + mesq;

	} 
	

	
      });
   }





function raportktak(id)
      {

      $.ajax({
      type: "POST",
      url: "http://www.polaktezpotrafi.pl/raport.php",
      data: "raportktak="+id,


	success: function(mesq){

		document.getElementById('raportk-'+id).innerHTML = '' + mesq;

	} 
	

	
      });
   }
   
   
   
   function raportknie(id)
      {

      $.ajax({
      type: "POST",
      url: "http://www.polaktezpotrafi.pl/raport.php",
      data: "raportknie="+id,


	success: function(mesq){

		document.getElementById('raportk-'+id).innerHTML = '' + mesq;

	} 
	

	
      });
   }
