var ca;
function transfp() {
document.fp.mot2.value = document.f.q.value.toLowerCase();
document.fp.method = "post";
document.fp.action = "http://www.freelang.com/enligne/breton.php";
document.fp.target = "_blank";
document.fp.submit(); 
}
function transpf() {
document.pf.mot1.value = document.f.q.value.toLowerCase();
document.pf.method = "post";
document.pf.action = "http://www.freelang.com/enligne/breton.php";
document.pf.target = "_blank";
document.pf.submit();
}
function trad() {
document.ft.cuadro.value = document.f.q.value;
document.ft.method = "post";
document.ft.action = "http://www.ofis-bzh.org/bzh/ressources_linguistiques/index-troerofis.php";
document.ft.target = "_blank";
document.ft.submit();
}