function changeToken(){
$('#tkn').attr('src','http://www.monopolpraski.pl/token'+(new Date().getTime())+'.jpg');
return false;
}

function rozwinMenu(el){
var n = el.nextSibling;

if(n.style.display == 'block') n.style.display = 'none';
else n.style.display = 'block';
}



$(function(){

$('.gallery a > img').each(function(index, value){

var i=$(this).parent().attr('href');
$(this).parent().attr('href',i).prettyPhoto({show_title:true,overlay_gallery:false})
})

})
