function kb(val) { 
document.f.q.value = document.f.q.value + val; 
document.f.q.focus(); 
}