function src_ctrl(){	
if (document.getElementById("txt_search").value == ""){
	window.alert("За да потърсите в сайта моля напишете думата с която ще търсите")
	document.getElementById("txt_search").focus();
	return false;
}
return true;	
}