$(document).ready(function(){
	
	// pngFix
	$(document).pngFix();
    
    // przewijarka top
    $("#top img").fadeIn(700);
    
    // ekipa
	$("#postacie div").mouseover(function(){
		$(this).css("background-position","0px 0px");
	}).mouseout(function(){
		$(this).css("background-position","-125px 0px");
	});
	
	// buttony
	$("#buttony .but").mouseover(function(){
		$(this).children(".zapraszamy").hide();
		$(this).children(".img").css("height",108);
	}).mouseout(function(){
		$(this).children(".img").css("height",80);
		$(this).children(".zapraszamy").show();
	});
    
});

function mapa() {
	window.open('http://fotovideopolek.pl/'+lang+'/html/mapa','','toolbar=no,menubar=no,scrollbars=yes,resizable=no,status=no,location=no,directories=no,top=50,left=50,fullscreen=no,height=420,width=560');
}
