
var last_value = '';

function checkInput(thisForm)
{
	thisForm = document.getElementById(thisForm);
	if(last_value != '' && last_value !='חיפוש מהיר'){
		thisForm.txt_search.value = last_value;
		return true;
	}
}
