	
	function $(id)
	{
	    return document.getElementById(id);
	}
	
	//================================================
	function zmien_to(krecha)
	{
		var tresc = $('tresc');
	
		if (krecha == 1){
		
			tresc.style.backgroundPosition = '357px';

		}else{
			
			tresc.style.backgroundPosition = '231px';
		}
	}
	
	
	
