
function sendSearch(id){
	var word = document.getElementById('_word').value;
	document.getElementById(id).action = 'szukaj,'+word+',0.html';
	return true;
}
