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 jezykiU(arg1, arg2, arg3) 
{
	//document.getElementById(arg1).style['height'] = '2px';
	document.getElementById(arg1).style['display'] = 'none';
	document.getElementById(arg2).style['display'] = 'none';
	document.getElementById(arg3).style['display'] = 'block';
}

function jezykiP(arg1, arg2, arg3) 
{
	//document.getElementById(arg1).style['height'] = 'auto';
	document.getElementById(arg1).style['display'] = 'block';
	document.getElementById(arg2).style['display'] = 'none';
	document.getElementById(arg3).style['display'] = 'block';
}

function checkLength(f, maxlen, pole, disp)
{
  if(f)
  {
    if(f.value.length>maxlen)
        f.value = f.value.substring(0, maxlen);
	 document.getElementById(disp).innerHTML = f.value.length;
   }
} 