
function setBgLang(el, filename){
	el.src = "media/images/header/"+filename+".gif";
}

function setBg(el){
	el.style.backgroundImage = "url(media/images/header/header_top_link_a_back_s.gif)";
}
	
function unsetBg(el){
	el.style.backgroundImage = "none";
}

function clearSearchBox(self){

	if(self.value == 'szukana fraza...'){
		self.value = '';
	}
	
	if(self.value == 'adres email...'){
		self.value = '';
	}
	
}

$(document).ready(function(){ 
	$(document).pngFix(); 
}); 

$(document).ready(function (){
	$("#gallery_show").PikaChoose({show_prev_next:false,auto_play:true});
});


function changeBgColor(id){
	if(id == 9){
		document.bgColor="#f3e3aa";
	}else if(id == 7){
		document.bgColor="#0f0c02";
	}
}

function pokazFirme(){
	
	if($('#firma_box').css('display') == 'none'){
		$('#firma_box').show();
	}else{
		$('#firma_box').hide();
	}
	
	return false;
	
}

$(document).ready(
				function(){
					$('#banner').innerfade({
						speed: 1000,
						timeout: 5000,
						type: 'sequence',
						containerheight: '200px'
					});
					

			});

