function pokaz(ktore) 
{
	document.getElementById(ktore).style['display'] = 'block';
	}
	
function startRealizacje(ile, idee) {
		
		for (var i = 0; i < idee+1; i++)                                           
		{                                                                     			  
				if (document.getElementById('real_'+i))	
				{mint.fx.Fade('real_'+i, ile, 20, 100);	}
		} 
		
	document.getElementById("haslo").style['display'] = 'block';	
	mint.fx.Style("haslo", "opacity", 0, 50, 50, 50);
	mint.fx.Style("haslo", "height", 250, 20, 50, 50);
	
}

function anhaslo() 
{
document.getElementById("haslo").style['display'] = 'block';	
mint.fx.Style("haslo", "opacity", 0, 50, 50, 50);
mint.fx.Style("haslo", "height", 250, 20, 50, 50);

//document.getElementById('b1').style['background'] = 'url(' + bazowy + 'widok/templates/u_img/realizacje/p6250173(1).jpg)';

//$('haslo').innerHTML += ' | ' + ban;

//document.getElementById('b1').style['background'] = '#000';
//mint.fx.Style("haslo", "background-image", 'img/b22.jpg', 'img/b22.jpg', 50, 50);
//	background-image:url(u_img/realizacje/garden.jpg);									background-image:url({$bazowyUrl}widok/templates/img/b22.jpg)' + ban +'


}

function ukryj(ktore) 
{
	document.getElementById(ktore).style['display'] = 'none';
}

function marki() 
{
			document.getElementById('m5').style['display'] = 'none';
			document.getElementById('m6').style['display'] = 'none';
			document.getElementById('m7').style['display'] = 'none';
			document.getElementById('m8').style['display'] = 'none';
			document.getElementById('m9').style['display'] = 'none';
			
	var xx = screen.width;	
	if(xx>1100)
		{
			document.getElementById('m5').style['display'] = 'block';
			if(xx>1100)
			{
				document.getElementById('m6').style['display'] = 'block';
				if(xx>1300)
				{
					document.getElementById('m7').style['display'] = 'block';
					if(xx>1500)
					{
						document.getElementById('m8').style['display'] = 'block';
						if(xx>1700)
						{
							document.getElementById('m9').style['display'] = 'block';
						}
					}
				}
			}
		}
}
	
