function fillform(txt) { 
	document.form.q.value = txt; 
	document.form.submit();
	document.form.q.focus();
}