<!--

$(document).ready(function(){
	// kereső
	$("#layoutsearch").focus(function(){
		if ($(this).val() == "Keresend\u0151 szó...") $(this).val("");
	});
	$("#layoutsearch").blur(function(){
		if ($(this).val() == "") $(this).val("Keresend\u0151 szó...");
	});
});

//-->

