	function centrowanie() {
	var h1 = document.getElementById('frame').offsetHeight;
	var h2 = (h1 - 340)/2;
	document.getElementById('logo').style.top = h2+"px";
	}
	
	$(function() { 
	$('#logo01').fadeIn({duration: 1000});
	});
	
	$(function() {  
	$('#logo02').fadeIn({duration: 1000});
	});
	
$(document).ready(function(){ // This sets the opacity of the thumbs to fade down to 60% when the page loads		
$("#kolekcja img").hover(function(){		
$(this).stop(true, false).fadeTo(200, 0.8); // This sets the opacity to 100% on hover	
},
function(){   		
$(this).stop(true, false).fadeTo(800, 1.0); // This sets the opacity back to 60% on mouseout	
});});

$(document).ready(function(){ // This sets the opacity of the thumbs to fade down to 60% when the page loads		
$("#butik img").hover(function(){		
$(this).stop(true, false).fadeTo(200, 0.8); // This sets the opacity to 100% on hover	
},
function(){   		
$(this).stop(true, false).fadeTo(800, 1.0); // This sets the opacity back to 60% on mouseout	
});});

//rozjasnianie logotypow na poczatku strony

$(document).ready(function(){ // This sets the opacity of the thumbs to fade down to 60% when the page loads		
$("#loglink02").hover(function(){		
$(this).stop(true, false).fadeTo(900, 0.2); // This sets the opacity to 100% on hover	
},
function(){   		
$(this).stop(true, false).fadeTo(1200, 1.0); // This sets the opacity back to 60% on mouseout	
});});

$(document).ready(function(){ // This sets the opacity of the thumbs to fade down to 60% when the page loads		
$("#loglink01").hover(function(){		
$(this).stop(true, false).fadeTo(900, 0.2); // This sets the opacity to 100% on hover	
},
function(){   		
$(this).stop(true, false).fadeTo(1200, 1.0); // This sets the opacity back to 60% on mouseout	
});});

//logotypy na podstronach
$(document).ready(function(){ // This sets the opacity of the thumbs to fade down to 60% when the page loads		
$("#cmlogo").fadeTo(10, 0.2); // This sets the opacity to 100% on hover	
});

$(document).ready(function(){ // This sets the opacity of the thumbs to fade down to 60% when the page loads		
$("#cmlogo").hover(function(){		
$(this).stop(true, false).fadeTo(900, 1.0); // This sets the opacity to 100% on hover	
},
function(){   		
$(this).stop(true, false).fadeTo(400, 0.2); // This sets the opacity back to 60% on mouseout	
});});

$(document).ready(function(){ // This sets the opacity of the thumbs to fade down to 60% when the page loads		
$("#clogo").fadeTo(10, 0.1); // This sets the opacity to 100% on hover	
});

$(document).ready(function(){ // This sets the opacity of the thumbs to fade down to 60% when the page loads		
$("#clogo").hover(function(){		
$(this).stop(true, false).fadeTo(900, 1.0); // This sets the opacity to 100% on hover	
},
function(){   		
$(this).stop(true, false).fadeTo(400, 0.1); // This sets the opacity back to 60% on mouseout	
});});
