Event.observe(window,'load',function()
{
	$('ser2').observe('focus',function()
	{
		if($F(this)=='wpisz nazwę gry') this.value='';
	});
	$('ser2').observe('blur',function()
	{
		if($F(this)=='' || $F(this).replace(' ','')=='') this.value='wpisz nazwę gry';
	});
	
	$('sr').oSrc=$('sr').src;
	$('sr').observe('mouseover',function(){this.src='/content/images/szukaj_over.gif'});
	$('sr').observe('mouseout',function(){this.src=this.oSrc;});
});
