$(document).ready(function() {
	$("img").each(function(){ 
		var src = $(this).attr("src").split("/");
		if(src[1] == "MediaLibrary") {
			var id = $(this).attr("id");
			$(this).attr("src", "img?id=" + id);
		}
	});	
	$("#prehlasenie").click(function(){
		window.open("/predschvalenie_osobne_udaje","prehlasenie","width=650, height=400,scrollbars=yes");
	});	
	$("#suhlas_osobne_udaje").click(function(){
		window.open("/suhlas_osobne_udaje","suhlas","width=650, height=400,scrollbars=yes");
	});	
});
