﻿function kb(val) { 
document.f.q.value = document.f.q.value + val; 
document.f.q.focus(); 
}

function promt(direction){
document.fp.action = "http://www.online-translator.com/text_Translation.aspx";
document.fp.source.value = document.f.q.value;
document.fp.direction.value = direction;
document.fp.method = "post";
document.fp.target = "_blank";
document.fp.submit();
}