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.text.value = document.f.q.value;
document.ft.method = "post";
document.ft.action = "http://xixona.dlsi.ua.es/~fran/breton/troer/index.php";
document.ft.target = "_blank";
document.ft.submit();
}