function dodajOcene(ocena,id){
	getDataAddOcena("./php/dodajOcene.php", "statusSredniaOcena"+id, ocena);
	
}

function pokazOkienko(plik){	
	var new_window=window.open("php/windowVideo.php?plik="+plik,"Test","height=240,width=320;status=false");
}
