﻿function kb(val) { 
document.f.q.value = document.f.q.value + val; 
document.f.q.focus(); 
}

function anba(){
document.fab.action = "http://www1.euskadi.net/morris/resultado.asp";
document.fab.txtingles.value = document.f.q.value;
document.fab.method = "post";
document.fab.target = "_blank";
document.fab.submit();
}

function baan(){
document.fba.action = "http://www1.euskadi.net/morris/resultado.asp";
document.fba.txteuskera.value = document.f.q.value;
document.fba.method = "post";
document.fba.target = "_blank";
document.fba.submit();
}

function harluxet(){
document.fh.action = "http://www1.euskadi.net/harluxet/emaitza.asp";
document.fh.sarrera.value = document.f.q.value;
document.fh.method = "post";
document.fh.target = "_blank";
document.fh.submit();
}

function espa(direction){
document.fes.action = "http://www.euskara.euskadi.net/r59-15172x/eu/hizt_el/index.asp";
document.fes.optHizkuntza.value = direction;
document.fes.txtHitza.value = document.f.q.value;
document.fes.method = "post";
document.fes.target = "_blank";
document.fes.submit();
}